[R-gui] tcltk MDI, Python shared library for wxPython
James Wettenhall
wettenhall at wehi.edu.au
Wed Jul 14 09:03:31 CEST 2004
Hi Vaidotas,
On Wed, 14 Jul 2004, Vaidotas Zemlys wrote:
> packages. For example libpython2.2.so in Debian can be found in python2.2-dev
> package. Maybe there is something like that in Red Hat?
There is a python-devel RPM in Red Hat, but as you can see:
unix28 504 % rpm -q python-devel
python-devel-2.2.3-7
unix28 505 % rpm -ql python-devel | grep libpython
/usr/lib/python2.2/config/libpython2.2.a
there is no libpython2.2.so, only the static library:
libpython2.2.a
rpm -ql python | grep libpython
shows that it's not in the main python RPM either.
Regards,
James
More information about the R-SIG-GUI
mailing list