Maya - How to create python scripts with more than one file?
问题 It's my first post here, please understand that I'm a beginner and that I'm learning "on-the-job". Can someone explain how can I import files from a different module in a Maya python script? I'm getting the following error: Error: ImportError: file E:/.../bin/mainScript.py line 17: No module named tools Here are my directories and codes: Main_folder\ |-- install.mel |-- ReadMeFirst.txt `-- bin\ |-- __init__.py |-- mainScript.py |-- tools.py `-- presets\ |-- bipedPreset.txt |-- quadrupedPreset