Actually in the Spyder python console I have to do a sys.path=['/Applications/Trelis-15.0.app/Contents/MacOS/'] This is the path where spyder will look for the modules
Unfortunately when I import the module I want in the latter direcctory I get the following error: objc[1351]: Class QNSImageView is implemented in both /Applications/Spyder-Py2.app/Contents/MacOS/../Frameworks/QtGui.framework/Versions/4/QtGui and /Applications/Trelis-15.0.app/Contents/MacOS/../Frameworks/QtGui.framework/Versions/4/QtGui. One of the two will be used. Which one is undefined. Fatal Python error: Interpreter not initialized (version mismatch?) What does this mean? -- You received this message because you are subscribed to the Google Groups "spyder" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/spyderlib. For more options, visit https://groups.google.com/d/optout.
