Okay, the latest DynPersist.dll for python2.1-ActivePython211/Zpatterns043b2.zip is on my site. http://xarch.tu-graz.ac.at/home/rurban/software/DynPersist_for_AP211_Zpatter... The TAL and PageTemplate problems where selfmade. Stupid me! Everythings works now, besides the Xron Scheduler on Win32, and some minor CMF-1.1 problems, haven't downloaded the latest CVS fixes yet Reini Urban schrieb:
On linux upgrading was no problem at all. But windows causes headaches, cause I only have/(had) the ActiveState+Zope binary install. ActivePython is more complete than the python binaries which came with zope.
MySQLdb for Win does fine.
Anybody has the actual version for DynPersist.dll (for ZPatterns)? Anyhow, just grabbed the ActivePython src tree and I'll do it by myself now.
ParsedXML also broke, though there's a good pyexpat.pyd in the PYTHONPATH. But I fixed that, plus a whole lotta different products also. I'll send a huge patch in another mail (PageTemplates, Xron, EMarket), mainly fixing from Globals import DateTime to from DateTime.DateTime import DateTime and getting rid of expr_globals in Eval.
So I had to copy the dll's to Products\ParsedXML\Expat
SET PY=w:\Python21 cd r:\zope\Products\ParsedXML\Expat copy %PY%\DLLs\pyexpat.dll Expat\ copy %PY%\DLLs\xml*.dll Expat\ -- Reini Urban http://xarch.tu-graz.ac.at/home/rurban/