Hi! I've found bug in _getInputFiles function in mel2py init file. It takes input variable as argument, but it should take arg variable.In Windows input is Win32Input function located in pywin.framework.app module. So at the end result variable return Unknown as a mel file without raising any exception. Changing input to arg works fine. One missing thing is fact that whatIs command return Unknown string when script wasn't found so maybe checking this would be good.
Kudos for Chad and all the other guys who are working on pymel. --~--~---------~--~----~------------~-------~--~----~ http://groups.google.com/group/python_inside_maya -~----------~----~----~----~------~----~------~--~---
