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). Cheers, Fabio ------------------------------------------------------------------------- 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
