DSM

NAVIGATION
CATEGORIES
REFERRENCE
LINKS
  • Zope Py23-Py24 problem...

    7 answers - 703 bytes - related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

    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 ? I need to drop my site structure,
    and need to begin the work again ?
    Please help me. Thanks for every solution.
    dd
    Zope maillist - Zope (AT) zope (DOT) org
    ** No cross posts or HTML encoding! **
    (Related lists -
    )
  • No.1 | | 743 bytes | |

    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. 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
  • No.2 | | 686 bytes | |

    5. Dezember 2005 13:56:28 +0100 Durumdara <durumdara (AT) gmail (DOT) comwrote:

    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

    Zope maillist - Zope (AT) zope (DOT) org

    ** No cross posts or HTML encoding! **
    (Related lists -

    )

    PGP SIGNATURE
    Version: GnuPG v1.4.2 (Darwin)

    a84cZac6lZZ8nTrQsbyDlQk=
    =cZgj
    PGP SIGNATURE
  • No.3 | | 897 bytes | |

    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 S 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/
    >


    Zope maillist - Zope (AT) zope (DOT) org

    ** No cross posts or HTML encoding! **
    (Related lists -

    )
  • No.4 | | 764 bytes | |

    12/5/05, Durumdara <durumdara (AT) gmail (DOT) comwrote:
    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).
  • No.5 | | 1432 bytes | |

    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 ?

    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. 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:

    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.

    >
    >>


    Zope maillist - Zope (AT) zope (DOT) org

    ** No cross posts or HTML encoding! **
    (Related lists -

    )
  • No.6 | | 546 bytes | |

    05.12.05 12:54:03, Durumdara wrote:
    Hi !

    Please reply to the list

    So you say that I must use Zope 2.x (x=7,8) with Python 2.3 versions ?

    You don't have to, from what I read here on another Zope ML it can work.
    But as soon as you have problems and you want to get help here you're
    better off using Python 2.3 with Zope 2.x (x < 9)

    Can I use Zope3 with Python 2.4 ?

    Not sure, but I think yes. See the INSTALL.txt it should have a
    paragraph about the Python version to use.

    Andreas
  • No.7 | | 609 bytes | |

    12/5/05, Durumdara <durumdara (AT) gmail (DOT) comwrote:
    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 S do you run on your work PC?
    Did the Zope work on your Zope PC before you copied the Data.fs?

Re: Zope Py23-Py24 problem...


max 4000 letters.
Your nickname that display:
In order to stop the spam: 4 + 4 =
QUESTION ON "DSM"

EMSDN.COM