i´n not using my python instalation I´m using web2py binaries for windows the output you saw is from the web2py console,and not the python command line
2011/9/6 Anthony <[email protected]> > If you want to use your own Python installation, then download the web2py > source code version instead of the Windows binary version. The Windows > binary version includes its own Python interpreter and standard library and > won't work with your regular Python installation. > > Anthony > > > On Tuesday, September 6, 2011 10:42:45 AM UTC-4, Ramos wrote: >> >> what is this? >> >> i resolve this issue everytime i restart web2py i go to the shell and >> >> import sys >> del sys.frozen >> >> now i have a need to run a controller function every 5 minutes or so and i >> dont know how to work around this error >> >> >> thank you >> Antonio >> >> >>

