RE: [Zope] Problems with LocalFS and Zope 2.4.1
Hi Karsten, the reason why LocalFS is asking for a python15.dll, is because it is using a Python extension, called win32wnet.pyd, which is linked to python 1.5 probably. The easiest way around it is to replace that file zith a python 2.1 version. I think you can even remove it, as it's included as a standard part of Zope 2.4.1. There it lives $ZOPEDIR\bin\lib\win32. Don't worry about the Deprecation Errors as they are of no harm. Cheers, Pieter -----Original Message----- From: Karsten Kraus [mailto:Karsten.Kraus@web.de] Sent: Sunday, September 23, 2001 8:48 PM To: zope@zope.org Subject: [Zope] Problems with LocalFS and Zope 2.4.1 Hi list, I have a little problem with LocalFS and Zope 2.4.1 running on MS W2k After installing LocalFS 0.10.1, I get some Deprecation Errors in $ZOPEDIR\lib\python\ts_regex.py and $ZOPEDIR\bin\lib\regsub.py because the use of regsub etc. This seems not to be a problem to me, cause 'til now regsub is still in python 2.1 - or am I wrong? After that an Error-Dialog pops up, because the python15.dll wasn't found... I've got no idea why I should need it? I scanned the code of localfs.py if python 1.5 is called/imported explicitly somewhere, but didn't get far because i am quite new to python/zope. Did anyone run into this problem to and has a solution? (I just wan't to get rid of the Error-Dialog *g) TIA Karsten _______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
participants (1)
-
Pieter Claerhout