Try with this:
import wxversion
wxversion.select("2.8")
import wx
G-18 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", l
On Aug 2, 9:34 am, "Chris Mellon" <[EMAIL PROTECTED]> wrote:
> On 8/2/07, G <[EMAIL PROTECTED]> wrote:
> > Any help in getting wxpython to run in 2.5 would be greatly appreciated.
>
Have you tried posting a request for help on the wx list?
--
http://mail.python.org/mailman/listinfo/python-list
G 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
> import Main
> File "/tmp/wxPython/Main.py", line 32, in
>
On 8/2/07, G <[EMAIL PROTECTED]> 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
> import Main
> File "/tmp/wxPython