[Python-Dev] Can not run under python 2.6 (original) (raw)
Jianchun Zhou jianchun.zhou at gmail.com
Tue Apr 28 13:55:40 CEST 2009
- Previous message: [Python-Dev] PEP 383 (again)
- Next message: [Python-Dev] Can not run under python 2.6
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi, there:
I am new to python, and now I got a trouble:
I have an application named canola, it is written under python 2.5, and can run normally under python 2.5
But when it comes under python 2.6, problem up, it says:
Traceback (most recent call last): File "/usr/lib/python2.6/site-packages/terra/core/plugin_manager.py", line 151, in _load_plugins classes = plg.load() File "/usr/lib/python2.6/site-packages/terra/core/plugin_manager.py", line 94, in load mod = self._ldr.load() File "/usr/lib/python2.6/site-packages/terra/core/module_loader.py", line 42, in load mod = import(modpath, fromlist=[mod_name]) ImportError: Import by filename is not supported.
Any body any idea what should I do?
-- Best Regards -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-dev/attachments/20090428/f8a32069/attachment.htm>
- Previous message: [Python-Dev] PEP 383 (again)
- Next message: [Python-Dev] Can not run under python 2.6
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]