ImportError: No module named ….

Home Forums Python Programming ImportError: No module named ….

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1947 Reply
    Humble
    Member

    Common error , Isnt it ? It can pop up at any time if the module is not present in standard path where python interpreter searches.. Now, tell me, how can you include your own module path for python interpreter to search ?

    #1965 Reply
    Humble
    Keymaster

    Do this :

    >export PYTHONPATH=$PYTHONPATH:/path/to/subject/module
Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: ImportError: No module named ….
Your information: