Re: wxPython and Linux dependencies




<diffuser78@xxxxxxxxx> wrote in message
news:1152216808.787544.130220@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
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!


.



Relevant Pages

  • Re: Python import search path!
    ... Ubuntu it says Module not found. ... installed python 2.5 and wxPython 2.8.4, and I'm using GedIt as my ... program bigger than putting everything into one file and use only ...
    (comp.lang.python)
  • Re: wxPython and Linux dependencies
    ... infact I have wxpython in /usr/lib/ ... I installed it using the rpms given on the wxPython website. ...
    (comp.lang.python)