-
> You have that error from the pydev extensions code-analysis or pylint?
code-analysis.
> What's the pythonpath you're using? (if you added pydot and didn't
reconfigure the interpreter pythonpath, those errors would be expected)
Looking into Preferences->PyDev->Interpreter-Python->Libaries
I see that pydot-1.xxx.egg is included.
(I did remove interpreter and added it back after...
2009-04-12 19:29:10 UTC in Pydev for Eclipse
-
Create a script:
import pydot
edges=[("1","2"), ("1","3"), ("1","4"), ("3","4")]
g=pydot.graph_from_edges(edges)
g.write_jpeg('graph_from_edges_dot.jpg', prog='dot')
Observe that "import pydot" reported as error "Unresolved import". But script can run without any problems.
2009-04-11 22:47:17 UTC in Pydev for Eclipse
-
rdolgov committed patchset 17 of module EJLogger to the Easy Java Logger CVS repository, changing 5 files.
2005-06-22 20:17:00 UTC in Easy Java Logger
-
rdolgov committed patchset 16 of module EJLogger to the Easy Java Logger CVS repository, changing 2 files.
2005-06-22 05:41:00 UTC in Easy Java Logger
-
rdolgov committed patchset 15 of module EJLogger to the Easy Java Logger CVS repository, changing 3 files.
2005-06-22 03:07:23 UTC in Easy Java Logger
-
rdolgov committed patchset 14 of module EJLogger to the Easy Java Logger CVS repository, changing 4 files.
2005-06-21 04:07:26 UTC in Easy Java Logger
-
rdolgov committed patchset 13 of module EJLogger to the Easy Java Logger CVS repository, changing 1 files.
2005-06-20 22:19:28 UTC in Easy Java Logger
-
rdolgov committed patchset 12 of module EJLogger to the Easy Java Logger CVS repository, changing 6 files.
2005-06-20 06:54:04 UTC in Easy Java Logger
-
Fixed missed Filter tab.
2005-06-20 06:51:46 UTC in Easy Java Logger
-
rdolgov committed patchset 11 of module EJLogger to the Easy Java Logger CVS repository, changing 1 files.
2005-06-20 06:42:58 UTC in Easy Java Logger