sometimes modules complete, sometimes they don't

IU 107.105, python plugin 2.7.0, python 3.1, sun java 1.6.0_24-b07, ubuntu 11.04

In a python file, import SimpleHTTPServer doesn't complete but something like os or sys does. Anyone know why?

0
1 comment

Might be that the module has disappeared: http://docs.python.org/release/3.1.3/library/http.server.html

0

Please sign in to leave a comment.