Traceback (most recent call last):
File "Gamez.py", line 3, in
import cherrypy
File "/Gamez/cherrypy/init.py", line 62, in
from cherrypy._cpcompat import urljoin as _urljoin, urlencode as _urlencode
File "/Gamez/cherrypy/_cpcompat.py", line 208, in
from http.cookies import SimpleCookie, CookieError
ImportError: No module named http.cookies
running on python2.7 via pythonbrew on debian squeeze
Traceback (most recent call last): File "Gamez.py", line 3, in
import cherrypy
File "/Gamez/cherrypy/init.py", line 62, in
from cherrypy._cpcompat import urljoin as _urljoin, urlencode as _urlencode
File "/Gamez/cherrypy/_cpcompat.py", line 208, in
from http.cookies import SimpleCookie, CookieError
ImportError: No module named http.cookies
running on python2.7 via pythonbrew on debian squeeze