-
Those are only available in pydev extensions (see http://fabioz.com/pydev/manual_adv_features.html ).
Cheers,
Fabio.
04:32PM UTC on Jul 09 2009 in pydev for eclipse
-
Ok, closing bug (as the problem is that the ipy.exe was being added to the python preferences page -- instead of the iron python preferences page)
03:21PM UTC on Jul 09 2009 in pydev for eclipse
-
The command line to be run is:
"C:\Program Files\IronPython 2.6\ipy.exe" -X:Frames -c "import sys;print sys.version;print sys._getframe()"
(please post the result of running that command line)
02:18PM UTC on Jul 09 2009 in pydev for eclipse
-
Did you check if sys._getframe() is available when you run ipy.exe with -X:Frames from the command line?
Note: bug originated from blog posts: http://pydev.blogspot.com/2009/06/testing-on-pydev-147-ironpython.html#comments (see for more details)
02:15PM UTC on Jul 09 2009 in pydev for eclipse
-
Pydev Release 1.4.7
-----------------------
* Iron Python support
* Fixed issue when configuring interpreter on Eclipse 3.3 and 3.2 (was using API only available in 3.4)
* Google App Engine
o Popup menus for google app engine are now working with eclipse 3.2
o Fixed issues when google app engine project has spaces in path
* Launching
o Ctrl+F9 can be used to run as...
10:57PM UTC on Jul 08 2009 in pydev for eclipse
-
fabioz added the org.python.pydev.feature-1.4.7.2843.zip file.
10:48PM UTC on Jul 08 2009 in pydev for eclipse
-
fabioz added the org.python.pydev.feature-1.4.7.2843-sources.zip file.
10:48PM UTC on Jul 08 2009 in pydev for eclipse
-
fabioz created the Pydev 1.4.7 file release.
10:47PM UTC on Jul 08 2009 in pydev for eclipse
-
Fixed the bug for 1.4.7 (svn: 2842) please open a feature request for the spaces after/before square curly braces.
Cheers,
Fabio.
12:22AM UTC on Jul 07 2009 in pydev for eclipse
-
Well, the right answer is that it depends. Pydev should be able to analyze the most common cases successfully, but there can be some cases where things don't go so well (mainly because of the dynamic nature of python).
So, without your particular use-case, it's hard to actually know if it should work for you or not (and have in mind that those are usually exceptions, and there are ways you...
10:37PM UTC on Jul 06 2009 in pydev for eclipse