Have you downloaded the source version of web2py?
On Tuesday, February 14, 2012 1:11:45 PM UTC-5, Bill Thayer wrote: > > Ooops. pasting a screen shot didn't work. Attached is the screen shot. of > this error: > > Microsoft Windows [Version 5.2.3790] > (C) Copyright 1985-2003 Microsoft Corp. > > C:\Documents and Settings\bthayer>cd ../../web2py > > C:\web2py>python web2py.py > No handlers could be found for logger "web2py" > Traceback (most recent call last): > File "web2py.py", line 16, in <module> > import gluon.widget > File "C:\web2py\gluon\__init__.py", line 15, in <module> > from globals import current > File "C:\web2py\gluon\globals.py", line 18, in <module> > from streamer import streamer, stream_file_or_304_or_206, > DEFAULT_CHUNK_SIZE > > File "C:\web2py\gluon\streamer.py", line 15, in <module> > import rewrite > File "C:\web2py\gluon\rewrite.py", line 24, in <module> > import urllib > File "C:\python27\lib\urllib.py", line 26, in <module> > import socket > File "C:\python27\lib\socket.py", line 47, in <module> > import _socket > ImportError: Module use of python25.dll conflicts with this version of > Python. > > C:\web2py> >

