Hi ! I have home pc, and other pc in my corp. The home pc have py2.3, the work pc have py2.4. I installed Zope 2.8.4 in every system. I have been building a zope site in my home machine. Then I copy to usb pendrive (data.fs), and move to corp machine. But when I want to start this site in my corp machine, it is show error message: python23.dll is not found. How can I import this database ? Or I need to drop my site structure, and need to begin the work again ? Please help me. Thanks for every solution. dd
On 05.12.05 11:42:19, Durumdara wrote:
Hi !
I have home pc, and other pc in my corp.
The home pc have py2.3, the work pc have py2.4.
I installed Zope 2.8.4 in every system.
I have been building a zope site in my home machine. Then I copy to usb pendrive (data.fs), and move to corp machine. But when I want to start this site in my corp machine, it is show error message: python23.dll is not found.
I think you need to use the same python version as on your home PC. Or try exporting to a zexp and then reimporting. But be aware that running Zope 2.7 oder 2.8 with Python 2.4 is not supported and you won't get much help here or anywhere else with that combination. Andreas -- Another good night not to sleep in a eucalyptus tree.
Hi ! So you say that I must use Zope 2.x (x=7,8) with Python 2.3 versions ? Can I use Zope3 with Python 2.4 ? Or I forget it, and I need to use Py2.3 for everything ? (I have wx, local, and other developments, so if I need to change that, I must change everything...) Thanks for help: dd
>>>>>>>>>>>>>
I think you need to use the same python version as on your home PC. Or try exporting to a zexp and then reimporting. But be aware that running Zope 2.7 oder 2.8 with Python 2.4 is not supported and you won't get much help here or anywhere else with that combination. Andreas Andreas Pakulat wrote:
On 05.12.05 11:42:19, Durumdara wrote:
Hi !
I have home pc, and other pc in my corp.
The home pc have py2.3, the work pc have py2.4.
I installed Zope 2.8.4 in every system.
I have been building a zope site in my home machine. Then I copy to usb pendrive (data.fs), and move to corp machine. But when I want to start this site in my corp machine, it is show error message: python23.dll is not found.
--On 5. Dezember 2005 13:56:28 +0100 Durumdara <durumdara@gmail.com> wrote:
Hi !
So you say that I must use Zope 2.x (x=7,8) with Python 2.3 versions ?
This is documented and discussed a bunch of times (check the archives or read the installation documentation).
Can I use Zope3 with Python 2.4 ?
Depends on the version. At least the upcoming Zope 3.2 version requires Python 2.4. -aj
On 12/5/05, Durumdara <durumdara@gmail.com> wrote:
Hi !
I have home pc, and other pc in my corp.
The home pc have py2.3, the work pc have py2.4.
I installed Zope 2.8.4 in every system.
I have been building a zope site in my home machine. Then I copy to usb pendrive (data.fs), and move to corp machine. But when I want to start this site in my corp machine, it is show error message: python23.dll is not found.
Huh? Did you copy only the Data.fs? What OS do you run on your work PC? Did the Zope work on your Zope PC before you copied the Data.fs? -- Lennart Regebro, Nuxeo http://www.nuxeo.com/ CPS Content Management http://www.cps-project.org/
Hi ! Yes, everything is working. That is working in older versions: I create instance with mkinstance.py, and copy the data.fs to it. Every PC is WinXP, only different is Python version number. I have been probed python 2.4, and it is working good, that I thinking about that I change (upgrade) to it. But that have some dependecies like this: some packages are working good only in Py2.3... dd
Huh? Did you copy only the Data.fs? What OS do you run on your work PC? Did the Zope work on your Zope PC before you copied the Data.fs? -- Lennart Regebro, Nuxeo http://www.nuxeo.com/ CPS Content Management http://www.cps-project.org/
On 12/5/05, Durumdara <durumdara@gmail.com> wrote:
Hi !
Yes, everything is working. That is working in older versions: I create instance with mkinstance.py, and copy the data.fs to it. Every PC is WinXP, only different is Python version number. I have been probed python 2.4, and it is working good, that I thinking about that I change (upgrade) to it.
But that have some dependecies like this: some packages are working good only in Py2.3...
So, it's the packages that are not working, and not the Data.fs, as you said before? Did you copy the packages over as well? In that case, they contain a compiled pyc-file, which requires 2.3. Delete all pyc files (or better reinstall all products from sratch). -- Lennart Regebro, Nuxeo http://www.nuxeo.com/ CPS Content Management http://www.cps-project.org/
participants (4)
-
Andreas Jung -
Andreas Pakulat -
Durumdara -
Lennart Regebro