Thanks John for the tips,

take a look at the pumpThread module in:

C:\Program Files\Autodesk\Maya2011\devkit\other\PyQtScripts\qt
So there IS a maya2011 after all. :)

Also, have you thought about using multiprocessing module that is
included in 2.6?
The multiprocessing module will actually spawn off another python
instance to complete your task in - haven't tried this in Maya yet.
I have to get it working with Maya 2009 so I'm stuck with 2.5.
But in the meantime a colleague solved the problem, the threading module work ok for this.

Cheers,
Szabolcs

--
http://groups.google.com/group/python_inside_maya

Reply via email to