Re: [Python-Dev] import error in python2.6

2008-07-21 Thread Martin Aspeli
Fred Drake wrote: On Jul 21, 2008, at 9:20 AM, Benjamin Peterson wrote: Since this is prelease software, it's probably ok to talk about issues with it. You could file a bug next time. However, AFAIK, Zope hasn't even been ported to 2.5. Many people are using Zope 3 with Python 2.5 without pro

[Python-Dev] import error in python2.6

2008-07-21 Thread Bristow Thankachan
Hi all, I asked about the import error in python2.6 while trying to port zope2. The error message is given below. File "/home/zope/ztrunk26/lib/python/AccessControl/ImplC.py", line 30, in from ImplPython import RestrictedDTML, SecurityManager, ZopeSecurityPolicy ImportError: No module named Imp

Re: [Python-Dev] import error in python2.6

2008-07-21 Thread Fred Drake
On Jul 21, 2008, at 9:20 AM, Benjamin Peterson wrote: Since this is prelease software, it's probably ok to talk about issues with it. You could file a bug next time. However, AFAIK, Zope hasn't even been ported to 2.5. Many people are using Zope 3 with Python 2.5 without problems, though Pyt

Re: [Python-Dev] import error in python2.6

2008-07-21 Thread Benjamin Peterson
On Mon, Jul 21, 2008 at 7:20 AM, Quentin Gallet-Gilles <[EMAIL PROTECTED]> wrote: > Hi Bristow, > > You didn't provide any broken code that could help us give an explanation. > Also this kind of question is best answered on the python-users mailing > list. Python-dev is reserved for discussion abou

Re: [Python-Dev] import error in python2.6

2008-07-21 Thread Quentin Gallet-Gilles
Hi Bristow, You didn't provide any broken code that could help us give an explanation. Also this kind of question is best answered on the python-users mailing list. Python-dev is reserved for discussion about the evolution of Python, not its use. Cheers, Quentin On Mon, Jul 21, 2008 at 2:12 PM,

[Python-Dev] import error in python2.6

2008-07-21 Thread Bristow Thankachan
Hi all, During the porting of Zope2, I am stuck with import errors in many modules. The same code works well in python2.5 and 2.4. Can anybody give the details of this import error in python2.6 and how to get the error corrected? with regards Bristow _