theodox / mGui

Python module for cleaner maya GUI layout syntax
MIT License
123 stars 23 forks source link

mGui/mGui/examples/filtered_collection.py ImportError #46

Closed mambo4 closed 8 years ago

mambo4 commented 8 years ago
mGui/mGui/examples/filtered_collection.py
cmds.scriptJob(lj=True)
# Error: ImportError: file <maya console> line 9: No module named ul_profile # 

mGui/mGui/examples/filtered_collection.py ImportError

seems fixed by removing line 9 from ul_profile import do_cprofile

theodox commented 8 years ago

Leftover profiling code. Death.

theodox commented 8 years ago

should be fixed now