Hi all, I'm new to Zope and tried to add the tutorial to my workspace. After entering the ID and pressing "Add", I got this Mozilla (I'm running Zope under SuSE Linux/Mozilla0.9.9) error message box telling me "The connection was refused when attempting to contact localhost:8080" Additionally, I got the Python error message in the window where I started Zope (unfortunately in German, I'll try to translate it) python: Python/ceval.c:687: eval_code2: Zusicherung »(stack_pointer - f->f_valuestack) <= f->f_stacksize« nicht erfüllt. which is in English something like python: Python/ceval.c:687: eval_code2: Criterium »(stack_pointer - f->f_valuestack) <= f->f_stacksize« not met. Can anybody give me a hand? Your help is appreciated! Regards, Ulrich
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I got a similar error (or the same) and didn't know what to do about it, either. But somehow it magically fixed itself. Not much help, I know. But I thought I'd re-report it, as it were. Russell On Sunday 24 March 2002 13:35 pm, you wrote:
Hi all, I'm new to Zope and tried to add the tutorial to my workspace. After entering the ID and pressing "Add", I got this Mozilla (I'm running Zope under SuSE Linux/Mozilla0.9.9) error message box telling me
"The connection was refused when attempting to contact localhost:8080"
Additionally, I got the Python error message in the window where I started Zope (unfortunately in German, I'll try to translate it)
python: Python/ceval.c:687: eval_code2: Zusicherung »(stack_pointer - f->f_valuestack) <= f->f_stacksize« nicht erfüllt.
which is in English something like
python: Python/ceval.c:687: eval_code2: Criterium »(stack_pointer - f->f_valuestack) <= f->f_stacksize« not met.
Can anybody give me a hand? Your help is appreciated!
Regards, Ulrich
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev ) -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org
iD8DBQE8niB5AqKGrvVshJQRAsdGAJ9bw1LbBI7nbLHqHuJrZBQWHz5INACeOGzl 1hzMG7tpuRh/W5XNWbfzCho= =x2DV -----END PGP SIGNATURE-----
Ulrich Rueth wrote:
Hi all, I'm new to Zope and tried to add the tutorial to my workspace. After entering the ID and pressing "Add", I got this Mozilla (I'm running Zope under SuSE Linux/Mozilla0.9.9) error message box telling me
"The connection was refused when attempting to contact localhost:8080"
Additionally, I got the Python error message in the window where I started Zope (unfortunately in German, I'll try to translate it)
python: Python/ceval.c:687: eval_code2: Zusicherung »(stack_pointer - f->f_valuestack) <= f->f_stacksize« nicht erfüllt.
which is in English something like
python: Python/ceval.c:687: eval_code2: Criterium »(stack_pointer - f->f_valuestack) <= f->f_stacksize« not met.
By the way, the english error message is: python: Python/ceval.c:687: eval_code2: Assertion `(stack_pointer - f->f_valuestack) <= f->f_stacksize' failed.
Can anybody give me a hand? Your help is appreciated!
Regards, Ulrich
Ulrich Rueth writes:
I'm new to Zope and tried to add the tutorial to my workspace. After entering the ID and pressing "Add", I got this Mozilla (I'm running Zope under SuSE Linux/Mozilla0.9.9) error message box telling me
"The connection was refused when attempting to contact localhost:8080"
Additionally, I got the Python error message in the window where I started Zope (unfortunately in German, I'll try to translate it)
python: Python/ceval.c:687: eval_code2: Zusicherung »(stack_pointer - f->f_valuestack) <= f->f_stacksize« nicht erfüllt. This exception indicates an old Zope with a new Python installation.
For Python 2.1.2, you need Zope 2.4.4 or 2.5.x. Dieter
participants (3)
-
Dieter Maurer -
Russell Hires -
Ulrich Rueth