[Tutor] ImportError
Tim Golden
mail at timgolden.me.uk
Tue Jul 31 16:39:16 CEST 2012
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
More information about the Tutor
mailing list