Tomek, I couldn't clone the latest to my Windows machine, so I used the development zip file from GitHub (v2.0.9). I could not replicate your problem, however.
Just to be sure, have you installed the Python for Windows extensions from Mark Hammond ( http://sourceforge.net/projects/pywin32/files/pywin32/Build%20217/) mentioned in the book (http://web2py.com/books/default/chapter/29/03)? And if you run "python" from the command line, is it the 2.7.3 version you are expecting? If yes to both, perhaps try the zipped file and see if it works. Daniel H. Morgan On Saturday, September 29, 2012 3:30:08 AM UTC-5, [email protected] wrote: > > Hello > > Web2py cloned from github on 29.09.2012. > > Windows 7, Python 2.7.3 > > c:\Users\sokoltom\Documents\GITHUB>cd web2py > > c:\Users\sokoltom\Documents\GITHUB\web2py>web2py.py > Traceback (most recent call last): > File "C:\Users\sokoltom\Documents\GITHUB\web2py\web2py.py", line 18, > in <module> > import gluon.widget > File "C:\Users\sokoltom\Documents\GITHUB\web2py\gluon\__init__.py", > line 15, in <module> > from globals import current > ImportError: No module named globals > > c:\Users\sokoltom\Documents\GITHUB\web2py> > > Best regards, > > Tomek > > --

