Re: Zope, Python 2.4 pythonScripts import problem

2005-08-17 Thread William Heymann
On Tuesday 16 August 2005 07:09 am, [EMAIL PROTECTED] wrote: I see that Python 2.4.x does not work with Zope-2-7-6 properly. When I start zope I get warning that I should recompile my pythonScripts by executing manage_addProduct/PythonScripts/recompile. I do it and get list of scripts whoose

Re: Zope, Python 2.4 pythonScripts import problem

2005-08-16 Thread krzychu
I see that Python 2.4.x does not work with Zope-2-7-6 properly. When I start zope I get warning that I should recompile my pythonScripts by executing manage_addProduct/PythonScripts/recompile. I do it and get list of scripts whoose were compiled but when I repeat that action I get the same list of

Re: Zope, Python 2.4 pythonScripts import problem

2005-08-13 Thread Josef Meile
Hi, I have installed brand new platform - Zope-2-7-6, Python 2.4.1, Plone 2.0.5, OS Debian 1:3.3.6-2. You may then ask in a zope or plone list. This is a python specific list. But I will answer you any way. After import a old Plone site from the following platform Zope-2-7-4, Python 2.3.3,

embedding and import problem

2005-07-26 Thread PiBi
hi, i try to embed some python code in C, namely: import zlib def fun(s): return zlib.compress(s) and execute it by PyRunString() and finally call my function by PyObject_CallFunction() my question is why i receive error like 'zlib

<    1   2