wxpython with python 2.5

Chris Mellon arkanes at gmail.com
Thu Aug 2 12:34:27 EDT 2007


On 8/2/07, G <gggg.iiiii at gmail.com> wrote:
> Hello,
>
>
>      I am trying to get wxpython to run with python 2.5 without any success.
> wx works prefectly in python 2.4. below is the error code i get when i try
> to run the code.
> File "demo.py", line 3, in <module>
>     import Main
>   File "/tmp/wxPython/Main.py", line 32, in <module>
>     import wx                  # This module uses the new wx namespace
> ImportError: No module named wx
>
> Any help in getting wxpython to run in 2.5 would be greatly appreciated.
>


Download the python 2.5 package.



More information about the Python-list mailing list