From: Patrick B. <pat...@sp...> - 2003-07-16 15:09:39
|
Hello, I've been playing with the visual module for a couple weeks now--first off, let me just say, great work! It's great to have a way to cook up simple 3D displays without worrying about the low-level details. I would even recommend it to colleagues who are starting to learn Python (makes for more interesting "hello, world" programs). My question (request, really) is, could someone post a simple example program that uses both visual and wxPython? Searching the archives I found some references to this being possible, but my own initial attempts always seem to result in some kind of clashing of the main loops of wxPython and visual; things like: GLib-WARNING **: g_main_iterate(): main loop already active in another thread Now, I'm really just starting with wxPython so perhaps the answer is really simple; if so just a pointer in the right direction would be fine... Thanks, --Pat |