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
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