ECToo / pymel

Automatically exported from code.google.com/p/pymel
0 stars 0 forks source link

Pymel hangs during import #210

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Describe the problem.

We are attempting to run maya in batch mode on a server.
The python script is being executed under a windows service.  When the script 
gets to "import pymel.core as pm", mayapy.exe hangs.

What Version of Maya are you using?
2011 32bit

On what operating system? (be as specific as possible and include service
packs, 64bit vs 32bit, etc)
Windows7 64bit

What Version of PyMEL are you using?
whatever comes with 2011

What is the expected output? What do you see instead?

When the script is executed on the server from the command line, it works fine.

Original issue reported on code.google.com by hapgilmo...@gmail.com on 16 Sep 2010 at 4:55

GoogleCodeExporter commented 9 years ago
This seems to be an issue with maya.standalone.initialize (ie, maya) running 
from inside a service... not fixable from our end

Original comment by elron...@gmail.com on 3 Oct 2010 at 9:02