On 27 déc 2006, 06:40, "VN" <vijay.n... gmail.com> wrote:
[...]
> File
>
"c:python24libsite-packagesCherryPy-2.2.1-py2.4.egg
cherrypylibautoreload.py",
> line 63, in main
> sys.exit(restart_with_reloader())
>
> SystemExit: 1
>
> Any idea what the problem is? Thanks for your help.
You must desactivate the autoreload from cherrypy with
something like
this:
cherrypy.config.update({'global' : {'autoreload.on' :
False}})
/florent
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "cherrypy-users" group.
To post to this group, send email to cherrypy-users googlegroups.com
To unsubscribe from this group, send email to
cherrypy-users-unsubscribe googlegroups.com
For more options, visit this group at http://groups-beta.google.com/group/cherrypy-users?hl=en
-~----------~----~----~----~------~----~------~--~---
|