Just installed and (attempted to) start Zope, but I received this message: no mem for new parser ------ 2001-07-17T20:58:09 ERROR(200) Zope Couldn't import Products.ZGadflyDA Traceback (innermost last): File /usr/home/kenbarf/usr/home/zope/lib/python/OFS/Application.py, line 528, in import_products (Object: string) File /usr/home/kenbarf/usr/home/zope/lib/python/Products/ZGadflyDA/__init__.py , line 119, in ? File /usr/home/kenbarf/usr/home/zope/lib/python/Products/ZGadflyDA/__init__.py , line 116, in getDA File /usr/home/kenbarf/usr/home/zope/lib/python/Products/ZGadflyDA/DA.py, line 92, in ? File /usr/home/kenbarf/usr/home/zope/lib/python/Products/ZGadflyDA/DABase.py, line 91, in ? File /usr/home/kenbarf/usr/home/zope/lib/python/Shared/DC/ZRDB/Connection.py, line 100, in ? File /usr/home/kenbarf/usr/home/zope/lib/python/Shared/DC/ZRDB/Connection.py, line 209, in Connection File /usr/home/kenbarf/usr/home/zope/lib/python/App/special_dtml.py, line 163, in __init__ (Object: Bindings) File /usr/home/kenbarf/usr/home/zope/lib/python/Shared/DC/Scripts/Bindings.py, line 227, in ZBindings_edit (Object: Bindings) File /usr/home/kenbarf/usr/home/zope/lib/python/Shared/DC/Scripts/Bindings.py, line 273, in _prepareBindCode (Object: Bindings) File /usr/home/kenbarf/usr/home/zope/lib/python/Shared/DC/Scripts/Bindings.py, line 262, in _createBindCode (Object: Bindings) File /usr/home/kenbarf/usr/home/zope/lib/python/Shared/DC/Scripts/Bindings.py, line 187, in _createCodeBlockForMapping File /usr/home/kenbarf/usr/home/zope/lib/python/Shared/DC/Scripts/Bindings.py, line 171, in _generateCodeBlock MemoryError: ------ 2001-07-17T20:58:09 PANIC(300) z2 Startup exception exceptions.MemoryError: Any help would be appreciated. Thanks! ------------------------------------------ Seamus M. O'Keefe Senior Web Developer/IT Services Manager Rare Earth Interactive Design, Inc. http://www.rareearthdesign.com/ ------------------------------------------
Seems you've run out of memory. ----- Original Message ----- From: "Seamus M. O'Keefe" <seamus@rareearthdesign.com> To: <zope@zope.org> Sent: Wednesday, July 18, 2001 6:49 PM Subject: [Zope] Startup Errors
Just installed and (attempted to) start Zope, but I received this message:
no mem for new parser ------ 2001-07-17T20:58:09 ERROR(200) Zope Couldn't import Products.ZGadflyDA Traceback (innermost last): File /usr/home/kenbarf/usr/home/zope/lib/python/OFS/Application.py, line 528, in import_products (Object: string) File /usr/home/kenbarf/usr/home/zope/lib/python/Products/ZGadflyDA/__init__.py , line 119, in ? File /usr/home/kenbarf/usr/home/zope/lib/python/Products/ZGadflyDA/__init__.py , line 116, in getDA File /usr/home/kenbarf/usr/home/zope/lib/python/Products/ZGadflyDA/DA.py, line 92, in ? File /usr/home/kenbarf/usr/home/zope/lib/python/Products/ZGadflyDA/DABase.py, line 91, in ? File /usr/home/kenbarf/usr/home/zope/lib/python/Shared/DC/ZRDB/Connection.py, line 100, in ? File /usr/home/kenbarf/usr/home/zope/lib/python/Shared/DC/ZRDB/Connection.py, line 209, in Connection File /usr/home/kenbarf/usr/home/zope/lib/python/App/special_dtml.py, line 163, in __init__ (Object: Bindings) File /usr/home/kenbarf/usr/home/zope/lib/python/Shared/DC/Scripts/Bindings.py, line 227, in ZBindings_edit (Object: Bindings) File /usr/home/kenbarf/usr/home/zope/lib/python/Shared/DC/Scripts/Bindings.py, line 273, in _prepareBindCode (Object: Bindings) File /usr/home/kenbarf/usr/home/zope/lib/python/Shared/DC/Scripts/Bindings.py, line 262, in _createBindCode (Object: Bindings) File /usr/home/kenbarf/usr/home/zope/lib/python/Shared/DC/Scripts/Bindings.py, line 187, in _createCodeBlockForMapping File /usr/home/kenbarf/usr/home/zope/lib/python/Shared/DC/Scripts/Bindings.py, line 171, in _generateCodeBlock MemoryError:
------ 2001-07-17T20:58:09 PANIC(300) z2 Startup exception exceptions.MemoryError:
Any help would be appreciated. Thanks!
------------------------------------------ Seamus M. O'Keefe Senior Web Developer/IT Services Manager Rare Earth Interactive Design, Inc. http://www.rareearthdesign.com/ ------------------------------------------
_______________________________________________ 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 )
Hello, I've been instructed by my office to learn Zope. I'm in process of of going through the docs at zope.org I'm just curious as to what I can do to help me ease into it. I should clarify that I don't have a strong programming background most of what I know is PHP (and that's not a lot) if anyone has any advise to give, I'd appreciate it. Especially concerning issues like using zope remotely with apache and MySQL vs. using it locally I'm currently running it on a win98 box Thanks, Jerry Lake Interface Engineering Technician Europa Communications - http://www.europa.com Pacifier Online - http://www.pacifier.com
Jerry Lake writes:
I've been instructed by my office to learn Zope. I'm in process of of going through the docs at zope.org
I'm just curious as to what I can do to help me ease into it. I should clarify that I don't have a strong programming background You looked at the Zope book? Later, you may look at
URL:http://www.dieter.handshake.de/pyprojects/zope/book/chap3.html
if anyone has any advise to give, I'd appreciate it. Especially concerning issues like using zope remotely with apache and MySQL vs. using it locally I'm currently running it on a win98 box There are nice HowTos on Zope.org and the Zope mailing lists have nice searchable archives (--> at NIP, or searched through Google).
Dieter
yeah, got that much. I'm no longer getting the memory message, but I'm still receiving the "could not import products" messages. Any ideas? I'd really like to get this up and running. Thanks for replying! ------------------------------------------ Seamus M. O'Keefe Senior Web Developer/IT Services Manager Rare Earth Interactive Design, Inc. http://www.rareearthdesign.com/ ------------------------------------------ -----Original Message----- From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of Phil Harris Sent: Wednesday, July 18, 2001 5:52 PM To: Seamus M. O'Keefe; zope@zope.org Subject: Re: [Zope] Startup Errors Seems you've run out of memory. ----- Original Message ----- From: "Seamus M. O'Keefe" <seamus@rareearthdesign.com> To: <zope@zope.org> Sent: Wednesday, July 18, 2001 6:49 PM Subject: [Zope] Startup Errors
Just installed and (attempted to) start Zope, but I received this message:
no mem for new parser ------ 2001-07-17T20:58:09 ERROR(200) Zope Couldn't import Products.ZGadflyDA Traceback (innermost last): File /usr/home/kenbarf/usr/home/zope/lib/python/OFS/Application.py, line 528, in import_products (Object: string) File /usr/home/kenbarf/usr/home/zope/lib/python/Products/ZGadflyDA/__init__.py , line 119, in ? File /usr/home/kenbarf/usr/home/zope/lib/python/Products/ZGadflyDA/__init__.py , line 116, in getDA File /usr/home/kenbarf/usr/home/zope/lib/python/Products/ZGadflyDA/DA.py, line 92, in ? File /usr/home/kenbarf/usr/home/zope/lib/python/Products/ZGadflyDA/DABase.py, line 91, in ? File /usr/home/kenbarf/usr/home/zope/lib/python/Shared/DC/ZRDB/Connection.py, line 100, in ? File /usr/home/kenbarf/usr/home/zope/lib/python/Shared/DC/ZRDB/Connection.py, line 209, in Connection File /usr/home/kenbarf/usr/home/zope/lib/python/App/special_dtml.py, line 163, in __init__ (Object: Bindings) File /usr/home/kenbarf/usr/home/zope/lib/python/Shared/DC/Scripts/Bindings.py, line 227, in ZBindings_edit (Object: Bindings) File /usr/home/kenbarf/usr/home/zope/lib/python/Shared/DC/Scripts/Bindings.py, line 273, in _prepareBindCode (Object: Bindings) File /usr/home/kenbarf/usr/home/zope/lib/python/Shared/DC/Scripts/Bindings.py, line 262, in _createBindCode (Object: Bindings) File /usr/home/kenbarf/usr/home/zope/lib/python/Shared/DC/Scripts/Bindings.py, line 187, in _createCodeBlockForMapping File /usr/home/kenbarf/usr/home/zope/lib/python/Shared/DC/Scripts/Bindings.py, line 171, in _generateCodeBlock MemoryError:
------ 2001-07-17T20:58:09 PANIC(300) z2 Startup exception exceptions.MemoryError:
Any help would be appreciated. Thanks!
------------------------------------------ Seamus M. O'Keefe Senior Web Developer/IT Services Manager Rare Earth Interactive Design, Inc. http://www.rareearthdesign.com/ ------------------------------------------
_______________________________________________ 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 )
_______________________________________________ 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 )
participants (4)
-
Dieter Maurer -
Jerry Lake -
Phil Harris -
Seamus M. O'Keefe