-
I consistently get errors using the PyDev debugger with both stock Eclipse and Aptana studio, PyDev 1.4.7.x and Python 3.x. An example pulled from the error log is:
------------------------------------------
!ENTRY org.python.pydev.debug 4 4 2009-08-17 10:53:23.854
!MESSAGE Error fetching a variable
!STACK 1
org.eclipse.core.runtime.CoreException: pydevd error:Error resolving variables...
2009-08-17 18:34:17 UTC in Pydev for Eclipse
-
Given the following code:
module.py:
1: from __future__ import division, with_statement
2:
3: with open("foo.bar") as f:
4: f.write("foo + %0.2f\n" % (3/4))
PyDev will issue the following error for line 3:
'from __future__ import with_statement' must be specified to accept 'with' statement.
This is easily fixed with multiple imports, but that's a kludge since multiple imports...
2008-03-12 17:17:31 UTC in Pydev for Eclipse
-
kuthu committed patchset 6 of module Base to the Pyarie - Modular Systems Modeling CVS repository, changing 10 files.
2005-11-04 21:20:50 UTC in Pyarie - Modular Systems Modeling
-
kuthu committed patchset 5 of module Base to the Pyarie - Modular Systems Modeling CVS repository, changing 3 files.
2005-10-13 02:34:07 UTC in Pyarie - Modular Systems Modeling
-
kuthu committed patchset 4 of module Base to the Pyarie - Modular Systems Modeling CVS repository, changing 8 files.
2005-10-13 02:30:34 UTC in Pyarie - Modular Systems Modeling
-
kuthu committed patchset 3 of module Base to the Pyarie - Modular Systems Modeling CVS repository, changing 1 files.
2005-10-13 01:58:41 UTC in Pyarie - Modular Systems Modeling
-
kuthu committed patchset 2 of module Base to the Pyarie - Modular Systems Modeling CVS repository, changing 21 files.
2005-10-13 01:29:10 UTC in Pyarie - Modular Systems Modeling
-
kuthu committed patchset 1 of module Base to the Pyarie - Modular Systems Modeling CVS repository, changing 6 files.
2005-10-13 01:26:50 UTC in Pyarie - Modular Systems Modeling
-
kuthu committed patchset 2 of module original_code to the Pyarie - Modular Systems Modeling CVS repository, changing 1 files.
2005-01-29 00:50:00 UTC in Pyarie - Modular Systems Modeling
-
kuthu committed patchset 1 of module original_code to the Pyarie - Modular Systems Modeling CVS repository, changing 19 files.
2005-01-29 00:47:44 UTC in Pyarie - Modular Systems Modeling