Python 2.0 and wxPython 2.0

Brian Lee senux at senux.com.NOSPAM
Mon Jun 18 01:15:38 EDT 2001


Doug Farrell wrote:

>Hi all, I have Mandrake 8.0 installed on my system and I'm a little
>confused. I went to try and install wxPython (which I downloaded from the
>website) and the system tells me it's already installed, which is great!
>However, I downloaded the demo and I can't seem to run any thing there. Does
>anyone know what's going on and how I might fix this? I'm a relative linux
>newbie... <g>
>
>Thanks in advance,
>Doug Farrell
>

Try to import the module on Python prompt to check whether your wxPython
is placed correctly or not.

$ python
Python 2.1 (#1, May 30 2001, 10:38:50)
[GCC 2.96 20000731 (Red Hat Linux 7.1 2.96-81)] on linux2
Type "copyright", "credits" or "license" for more information.
>>> import wxPython
>>>

- Brian,.




More information about the Python-list mailing list