We found a quick workaround to make import work with paths. We just append the folder we want to the system's path:
sys.path.append( moduleFolder ) If anyone has a better solution, that would be great. Until then, this is ugly, but it works. -- http://mail.python.org/mailman/listinfo/python-list