Curious: 2134 2004-10-06 08:55:20Z fredrik
Akathorn Greyhat
akathorn at gmail.com
Fri Sep 5 09:15:11 EDT 2008
More information about the Python-list mailing list
Fri Sep 5 09:15:11 EDT 2008
- Previous message (by thread): Curious: 2134 2004-10-06 08:55:20Z fredrik
- Next message (by thread): Help needed to freeze a script.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
2008/9/5 Gabriel Genellina <gagsl-py2 at yahoo.com.ar> > > > I'd say the import mechanism got confused about the actual source of the > error. Probably it happened on line 3 in *another* module, but the traceback > got messed. Perhaps "core" is a package and contains "import data" at line > 3? > > The $Id: stuff comes from some version control system -probably svn- and > identifies the file version. > > -- > Gabriel Genellina > > -- > http://mail.python.org/mailman/listinfo/python-list Interesting... =P You are right, the package "core" contains "import data", but that module doesn't exist, so it raises this strange error -- Akathorn Greyhat -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-list/attachments/20080905/fe387ca7/attachment-0001.html>
- Previous message (by thread): Curious: 2134 2004-10-06 08:55:20Z fredrik
- Next message (by thread): Help needed to freeze a script.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list