[Anygui-users] Re: Tutorial hang with Python 2.2 need help
Brought to you by:
mlh
From: Scott P. <sco...@ea...> - 2003-03-26 13:52:31
|
AH. Never mind. This behavior was described in the tutorial as "freeze", but it did not 'click' in my head. Oops. :-) ----- Original Message ----- From: "Scott Prive" <sco...@ea...> To: <any...@li...> Sent: Wednesday, March 26, 2003 9:06 AM Subject: Tutorial hang with Python 2.2 need help > 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 > |