Thank you for your reply.
I have just found your book, it looks very good and I will look at sub
processes examples.
What I am trying to do is that I want to create a python module within
itools http://www.ikaaro.org/itools CMS that creates an object based on
a form input that has a post method i
"Norman Khine" <[EMAIL PROTECTED]> wrote
> I would like to write a script using python 2.5 to interact with a
> Zope
> application that is running on python 2.4.3
>
> Can I call the python 2.4.3 module from within the python 2.5, if so
> how?
You can generally import modules from older version
Hello,
I would like to write a script using python 2.5 to interact with a Zope
application that is running on python 2.4.3
Can I call the python 2.4.3 module from within the python 2.5, if so how?
For example, my script is in /home/me/python2.4/create.py
and within my /home/me/python2.5/servers.