On 31/07/2012 15:32, Tino Dai wrote:
> Hi All,
> 
>        I have been banging my head against a wall trying to figure it
> out. I'm getting a ImportError on a 
> class that I know exists. I'm wondering if there is some dark corner of
> the import mechanism that

Try running python with the -v parameter: and then "from etl.transfers
import eastern". That will at least confirm the file which Python is
reading for the import.

TJG

_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to