<[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> 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!


-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to