[Anygui-devel] basic example doesn't work with wxPython
by Francisco Gutierrez other posts by this author
Apr 15 2005 1:14PM messages near this date
[Anygui-devel] Web page update
|
Re: [Anygui-devel] basic example doesn't work with wxPython
Hi, I am trying to develop a quick gui in python, and I downloaded both
anygui and wxPython. I tried running the basic example in the tutorial:
import anygui as gui
win=gui.Window()
app=gui.Application()
app.add(win)
app.run()
and I get a blinking window that eventually dies. When I imported the
tk gui as gui directly the example worked.
So the reason I am writing is to ask: 1) Is this a known problem? If
so how do I fix it? and, 2) In order to use anygui without having to
uninstall wxPython, is there a way to make tk my default gui instead of tk?
Thanks,
Francisco Gutierrez
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
Thread:
Francisco Gutierrez
Magnus Lie Hetland
|