wxPython with directpython

vedrandekovic at v-programs.com vedrandekovic at v-programs.com
Sat Aug 18 09:08:29 EDT 2007


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 code run some d3dx frame, and when I close this d3dx frame
it close my whole program ( and wx frame).

Regards,
Vedran




More information about the Python-list mailing list