[wxPython-users] python 2.5 on Ubuntu Edgy
Robin Dunn
robin at alldunn.com
Thu Feb 1 09:58:56 PST 2007
Michael Moriarity wrote:
> On 2/1/07, Robin Dunn <robin at alldunn.com> wrote:
>> Not sure why the rpath isn't working, but you can work around this
>> either by setting the LD_LIBRARY_PATH variable in the environment to
>> /opt/wx/2.8_py2.5/lib, or add /opt/wx/2.8_py2.5/lib to /etc/ld.so.conf
>> and then running ldconfig as root to update the shared library cache.
>
> Thanks Robin. I followed your second suggestion, and I can now
> import wx in python2.5. So, I guess I am ready to start using this sucker.
> I appreciate all the help. I hope that others who want to try this sort of
> thing can benefit from the record of my problems and solutions.
Did you keep a list of the packages you needed to install? It would be
nice to have that in the wiki or someplace.
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!
More information about the wxpython-users
mailing list