Hi,
I am running my web.py based application successfully in Debian Linux,
but I decided to try to load it up on one of the Red Hat Enterprise
Linux machines at school and am unable to get it to work. Here is the
error:
Traceback (most recent call last):
File "./switzerland/client/webgui/WebGUI.py", line 8, in <module>
import web
File "/u/c/a/caden/python/web/__init__.py", line 7, in <module>
import utils, db, net, wsgi, http, webapi, httpserver, debugerror
File "/u/c/a/caden/python/web/utils.py", line 34, in <module>
import time
ImportError: No module named time
Because I don't have root on this machine, I put web.py in a lib
directory I added to my home directory and added to the python path.
I'm using python 2.5.2 but I also tried 2.6.2 and got the same error.
I did a unix find on the python installation directory and couldn't
find any module called time.py. Does anyone have any suggestions?
Thanks,
Caden
--
You received this message because you are subscribed to the Google Groups
"web.py" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/webpy?hl=en.