Greken
05-20-2009, 08:00 AM
Hello!
I have been using wxPython before in Maya 8.5 to some extend without a problem, but when testing the same thing in Maya 2009 I get fatal error everytime. One easy way to prove this was by only install python 2.5.1 (python-version used in Maya 2009) local on the computer and then wxPython on a different server. Then doing the following lines I was able to import wx in a regular Windows command-line (where Z: is my other server):
import sys
sys.path.append("Z:\\SOFTWARE\\Python25\\Lib\\site-packages\\wx-2.8-msw-ansi")
import wx
But when doing the same lines in Maya it gently saves my scene in a temporary folder and tells me to have a nice day and shuts down..
Anyone else had this?
I have been using wxPython before in Maya 8.5 to some extend without a problem, but when testing the same thing in Maya 2009 I get fatal error everytime. One easy way to prove this was by only install python 2.5.1 (python-version used in Maya 2009) local on the computer and then wxPython on a different server. Then doing the following lines I was able to import wx in a regular Windows command-line (where Z: is my other server):
import sys
sys.path.append("Z:\\SOFTWARE\\Python25\\Lib\\site-packages\\wx-2.8-msw-ansi")
import wx
But when doing the same lines in Maya it gently saves my scene in a temporary folder and tells me to have a nice day and shuts down..
Anyone else had this?
