wxPython and Linux dependencies

Frithiof Andreas Jensen frithiof.jensen at die_spammer_die.ericsson.com
Fri Jul 7 09:36:53 EDT 2006


<diffuser78 at gmail.com> wrote in message
news:1152216808.787544.130220 at s16g2000cws.googlegroups.com...
> Error message "cannot find wx"
>
> infact I have wxpython in /usr/lib/
>
> I installed it using the rpms given on the wxPython website. Do I
need
> to set some path or something.

I vaguely remember that wxWindows changed name to wxWidgets and
wxPython changed convention along the way so that one should do:

"include wx"  and reference wx stuff as wx<dot><something> ....

instead of "the old way" of:

"from wxPython include *" and reference as f.ex. wxDialog:

This is from memory, I cannot remember what version of wxPython the
change happened - but I was bitten by it.

Check the versions of wxPython on RedHat and Ubuntu - Ubuntu will
almost certainly be newer than RedHat!





More information about the Python-list mailing list