Re: wxPython with directpython

2007-08-18 Thread kyosohma
On Aug 18, 9:46 am, [EMAIL PROTECTED] wrote: > On 18 kol, 15:35, [EMAIL PROTECTED] wrote: > > > > > On Aug 18, 8:08 am, [EMAIL PROTECTED] wrote: > > > > Hello, > > > > I'am using DirectPython 0.8, wxPython 2.8.4.2 (ansi) for Python 2.5 > > > and I'm running it on windows XP SP2. > > > When I run m

Re: wxPython with directpython

2007-08-18 Thread vedrandekovic
On 18 kol, 15:35, [EMAIL PROTECTED] wrote: > On Aug 18, 8:08 am, [EMAIL PROTECTED] wrote: > > > > > Hello, > > > I'am using DirectPython 0.8, wxPython 2.8.4.2 (ansi) for Python 2.5 > > and I'm running it on windows XP SP2. > > When I run my wx program, and this program run directpython code: > > >

Re: wxPython with directpython

2007-08-18 Thread kyosohma
On Aug 18, 8:08 am, [EMAIL PROTECTED] wrote: > Hello, > > I'am using DirectPython 0.8, wxPython 2.8.4.2 (ansi) for Python 2.5 > and I'm running it on windows XP SP2. > When I run my wx program, and this program run directpython code: > > (I run it under wx frame) > > example code: > > import d3dx

wxPython with directpython

2007-08-18 Thread vedrandekovic
Hello, I'am using DirectPython 0.8, wxPython 2.8.4.2 (ansi) for Python 2.5 and I'm running it on windows XP SP2. When I run my wx program, and this program run directpython code: (I run it under wx frame) example code: import d3dx fr=d3dx.Frame(unicode("My frame")) fr.mainloop() .this cod