Re: wxpython with python 2.5

2007-08-06 Thread PPGOES
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

Re: wxpython with python 2.5

2007-08-04 Thread Cappy2112
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

Re: wxpython with python 2.5

2007-08-02 Thread Steve Holden
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 >

Re: wxpython with python 2.5

2007-08-02 Thread Chris Mellon
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