python qt
Tomasz Wittner
twittner at o2.pl
Mon Jan 23 19:03:07 CET 2006
On Mon 23. of January 2006 18:18, Elan Ruusamäe wrote:
> On Monday 23 January 2006 18:54, Tomasz Wittner wrote:
> > > i was just hoping you can fix it (I believe in you!), as it seems to be
> > > generic python problem on amd64 archidecture.
> >
> > You are talking about ...
> > rpm -q --qf "%{name}-%{epoch}:%{version}-%{release} %{arch}
%{buildhost}\n" python
> python-1:2.4.2-3 amd64 localhost
> but it's package from pld builders.
This bad information for amd64 builder admin.
$ grep "adm.*amd64" PLD-doc/PLD-who_is_who
- jajcus amd64 - adm. amd64
But, probably, this information is bit outdated (as usual).
>
> >
> > What shows
> > python -c 'import sys; print sys.path'
> > ? Is '/usr/lib64/python2.4/site-packages' listed there?
> nop.
>
> $ python -c 'import sys; print sys.path'
> ['', '/usr/lib64/python24.zip', '/usr/share/python2.4',
'/usr/share/python2.4/plat-linux2', \
> '/usr/share/python2.4/lib-tk', '/usr/lib64/python2.4/lib-dynload', \
> '/usr/lib/python2.4/site-packages', '/usr/share/python2.4/site-packages']
>
Probably python-lib64.patch from python.spec is incomplete or broken. As a
temprorary workaround you can use
PYTHONPATH=/usr/lib64/python2.4/site-packages .
$ q python
python-1:2.4.2-3 athlon asus.domek.dom
$ python -c 'import sys;print sys.path'
['', '/usr/lib/python24.zip', '/usr/share/python2.4',
'/usr/share/python2.4/plat-linux2', '/usr/share/python2.4/lib-tk',
'/usr/lib/python2.4/lib-dynload', '/usr/lib/python2.4/site-packages',
'/usr/lib/python2.4/site-packages/gtk-2.0',
'/usr/share/python2.4/site-packages']
It shows that on amd64 also /usr/lib64/python2.4/site-packages/gtk-2.0 is
missing.
--
Tomasz Wittner
More information about the pld-devel-en
mailing list