Re: [Tutor] ImportError: No module named conf

2009-03-29 Thread Kent Johnson
On Sun, Mar 29, 2009 at 3:11 PM, andré palma wrote: > Hey, i was trying to install python d2xx files but i got an error saying: What is d2xx? Be more specific about what you are trying to install. Kent ___ Tutor maillist - Tutor@python.org http://m

[Tutor] ImportError: No module named conf

2009-03-29 Thread andré palma
Hey, i was trying to install python d2xx files but i got an error saying: ImportError: No module named conf "from conf import * " <--- the error line. I've already searched for this module but i didn't find anything. Anyone have an idea why is this about? _