On Sun, Jan 29, 2012 at 12:56 PM, Apexi 200sx <[email protected]> wrote: > > I have tried doing as you suggested (did a GIT pull then ran the __main__.py > file) but it still doesn't work, the Hello app doesn't load
hmm, did you pull from sf.net? it sounds like the browser won't let the modules load ... are you loading from the filesystem or via a webserver: python -m SimpleHTTPServer ... the latter might work better for -m mode. not sure what else it could be, working for me here. -- C Anthony

