import newer
xinyou yan
yxy.716 at gmail.com
Sun Mar 20 00:27:38 EDT 2011
More information about the Python-list mailing list
Sun Mar 20 00:27:38 EDT 2011
- Previous message (by thread): This algorithm written in Python solves at least a subset of the Hamilton Circuit problem, which is NP complete, in n^3 time.
- Next message (by thread): import newer
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I begin to study with <<learning python>> I met a problem with import. first I creat a file hello.py then in fedora /14 I type python to the interpreter >>> import hello Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: No module named hello What should i do now. The current path is not added defaultly ?
- Previous message (by thread): This algorithm written in Python solves at least a subset of the Hamilton Circuit problem, which is NP complete, in n^3 time.
- Next message (by thread): import newer
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list