Hello,
Anygui is quite an interesting library -- I downloaded it, and look forward
to using it. I have a technical problem and cannot proceed.
Following the tutorial, I entered the code from step 2 and saved it to a
file anygui1.py
Next I run this using `python -i anygui1.py`
In the interactive mode, I can execute the loaded script using:
sentence()So far so good.
In step 3,
app = Application()
win = Window()
app.add(winwere accepted commands and did not return an error.
When the interpreter runs app.run(), the interpreter "hangs". The window is
created but the interpreter does not return. I cannot proceed further.
System info:
Windows XP Pro
Activestate Python 2.2
Anygui 0.1 (via win32 installer)
NO other GUI toolkit installed, but this should fall back to native GUI
correct (I get the window part)?
Suggestions or workarounds?
Best regards,
Scott Prive
|