Re: Cannot import opj

2008-05-08 Thread Gabriel Genellina
En Thu, 08 May 2008 21:28:25 -0300, David Anderson <[EMAIL PROTECTED]> escribió: I'm trying to import the opj module What's the opj module? Trying like this: from Main import opj It says it doesn't exists And why do you think it should exist? And like this: import os.path.join as opj R

Cannot import opj

2008-05-08 Thread David Anderson
I'm trying to import the opj module Trying like this: from Main import opj It says it doesn't exists And like this: import os.path.join as opj Raises error. What should I do? -- http://mail.python.org/mailman/listinfo/python-list