On Tuesday 20 May 2008, Fabio Zadrozny wrote: > Hi Kees, > > > Is this a known problem? > > > > The Python code: > > import _GedcomChar as G > > > > Pydev code analysis says: > > > > Severity and Description Path Resource Location > > Creation Time Id > > Unresolved import: G gramps/src/GrampsDbUtils/test _GedcomChar_test.py > > line 12 1210861147798 10346 > > No, that's not a known problem... Actually, maybe the error message is > a bit misleading, but it's sayng that the whole 'import _GedcomChar as > G' cannot be resolved (actually, in this case '_GedcomChar' cannot be > found given your current pythonpath settings).
Ah, thanks Fabio. Yes, now that look at some other examples in the gramps project the other (similar) imports are doing fine. Sorry for the noise. (If you're interested you can get the sources from https://gramps.svn.sourceforge.net/svnroot/gramps/trunk ) BTW. In all honesty, I'm still not sure if I want to get a license for pydev extensions. I'm new at Eclipse (and pydev). My main interest is in the code analysis, and the errors that it can find. Strangly enough some errors were found by pydev, some by pylint and most errors were found by both. -- Kees ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Pydev-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pydev-users
