Installed python 2.7. Trying to start up web2py and I get the following
traceback - note URLLIB and SOCKET are located in ...python27/Lib
Appreciate help.
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: DLL load failed: The specified module could not be found.
--