|
From: Daniel S. <she...@un...> - 2005-07-27 18:27:16
|
Hello all When I try doing a "from Numeric import *" at the Python command line I get the error message "ImportError: No module named Numeric" so obviously the module is not in the path known to command line Python. However when the same import statement is part of a Python script file the module is found correctly. How do I fix this? Is there a way to give the full path within the import statement (when I try I get a syntax error message)? Thanks, Daniel |