Hi all!! I want to import modules with no extension or other than .py. I'm using __import__ for that, because the modules are imported by fileDialog. I tried imp.load_source() from this page http://stackoverflow.com/questions/881639/python-imports-importing-a-module-without-py-extension but it doesn't work for me :S
Any ideas? Thanks !!! -- http://groups.google.com/group/python_inside_maya
