unable to import modules from other folders

moijes12 moijes12 at gmail.com
Tue Jun 10 08:19:57 EDT 2008


Hi friends

I have a module "bigbee" in folder C:\MyDocs\BigBee and another module
"foo" needs to import from this.however, "foo" is in D:\foo.

foo.py :

from bigbee import *

The error i get is:

ImportError: No Module bigbee.

Please provide a solution.



More information about the Python-list mailing list