[Pydev-users] [Users] RE: Per-Project PyUnit Configuration

2011-01-26 Thread SourceForge.net
The following forum message was posted by fabioz at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4069574: It shouldn't be hard. Please create a feature request for that. Cheers, Fabio -- Special

Re: [Pydev-users] How can I make PyDev use a different interpreter?

2011-01-26 Thread Fabio Zadrozny
Pydev finds out about the interpreter by running python_executable_provided plugins/org.python.pydev_xxx/PySrc/interpreterInfo.py And gets the actual executable in that script accessing 'import sys;print(sys.executable)... in your case, your custom interpreter should have the sys.executable as

[Pydev-users] [Users] RE: Maya 2008 remote debugging isn't working

2011-01-26 Thread SourceForge.net
The following forum message was posted by bntheman at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4058123: ... So here is my script. import pydev; pydev.settrac() import maya.standalone as ms ms.linitialize() import maya.cmds as cmds results = cmds.polyPlane(name =