Skip to content

Instantly share code, notes, and snippets.

@EntityReborn
Created August 23, 2011 00:15
Show Gist options
  • Select an option

  • Save EntityReborn/1163991 to your computer and use it in GitHub Desktop.

Select an option

Save EntityReborn/1163991 to your computer and use it in GitHub Desktop.
>>> import cherrypy ; print cherrypy ; print cherrypy.dispatch
<module 'cherrypy' from 'C:\Python27\lib\site-packages\cherrypy\__init__.pyc'>
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
AttributeError: 'module' object has no attribute 'dispatch'
>>>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment