Oh, and you did switch Softimage to use the external Python, right?
On Fri, Jan 10, 2014 at 8:57 AM, Stephen Blair <[email protected]>wrote: > It's not finding PyQt (at least those are the errors you would get if PyQt > was not installed). As a quick test, you could set PYTHONPATH to point to > the location of PyQt and then start xsi.exe > > What version of Softimage? > > You don't mention whether you installed pywin32, but I assume you did > install it since you get as far as the ImportError. > > > > On Fri, Jan 10, 2014 at 8:44 AM, Paul Griswold < > [email protected]> wrote: > >> Steve asked for PyQt questions to be posted, so here we go! ;-) >> >> I have Python 2.76 up and running. I have PyQt 4.10.3 up and running. >> >> When I load Softimage, though, I get red triangles on pyqt_example.py and >> qtevents.py. >> >> The example one throws an error on import sip - ImportError: No module >> named sip. >> Qtevents.py thorws an error on line 1 - No module named PyQt4.QtCore >> >> QtSoftimage though, has no errors. >> >> I can go into the PyQt4 examples folder and run all the examples with no >> problem. I can run Assistant, Designer and Linguist from PyQt with no >> problems. Sip.exe exists. The sip folder exists in PyQt4. >> >> So I'd love some help getting it set up. >> >> -Paul >> >> ᐧ >> > >

