I was trying to test ZMC and Loginmanger after install I get the following errors: 2001-08-24T16:05:21 ERROR(200) Zope Could not import Products.LoginManager Traceback (innermost last): File C:\PROGRA~1\WebSite\lib\python\OFS\Application.py, line 552, in import_pr oduct File C:\Program Files\WebSite\lib\python\Products\LoginManager\__init__.py, li ne 1, in ? File C:\Program Files\WebSite\lib\python\Products\LoginManager\LoginManager.py , line 7, in ? ImportError: No module named ZPatterns.PlugIns ------ 2001-08-24T16:05:21 ERROR(200) Zope Could not import Products.Membership Traceback (innermost last): File C:\PROGRA~1\WebSite\lib\python\OFS\Application.py, line 552, in import_pr oduct File C:\Program Files\WebSite\lib\python\Products\Membership\__init__.py, line 3, in ? File C:\Program Files\WebSite\lib\python\Products\Membership\PersistentUserSou rce.py, line 15, in ? File C:\Program Files\WebSite\lib\python\Products\LoginManager\UserSources.py, line 5, in ? (Object: BasicUser) ImportError: No module named ZPatterns.Rack ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Todd Loomis Web Developer (SAIC) Defense Modeling & Simulation Office 1901 N. Beauregard Street, Suite 500 Alexandria, VA 22311 Office: 703.824.3407 Fax: 703.379.3778 tloomis@dmso.mil
I was trying to test ZMC and Loginmanger after install I get the following errors:
2001-08-24T16:05:21 ERROR(200) Zope Could not import Products.LoginManager Traceback (innermost last): File C:\PROGRA~1\WebSite\lib\python\OFS\Application.py, line 552, in import_pr oduct File C:\Program Files\WebSite\lib\python\Products\LoginManager\__init__.py, li ne 1, in ? File C:\Program Files\WebSite\lib\python\Products\LoginManager\LoginManager.py , line 7, in ? ImportError: No module named ZPatterns.PlugIns
You need ZPatterns, be sure to read the installation instructions for ZPatterns:http://www.zope.org/Members/pje/ZPatterns Cheers, and good luck. Bill Anderson
ZPatterns is already installed in zope. At 10:35 AM 8/24/2001 -0600, you wrote:
I was trying to test ZMC and Loginmanger after install I get the following errors:
2001-08-24T16:05:21 ERROR(200) Zope Could not import Products.LoginManager Traceback (innermost last): File C:\PROGRA~1\WebSite\lib\python\OFS\Application.py, line 552, in import_pr oduct File C:\Program Files\WebSite\lib\python\Products\LoginManager\__init__.py, li ne 1, in ? File C:\Program Files\WebSite\lib\python\Products\LoginManager\LoginManager.py , line 7, in ? ImportError: No module named ZPatterns.PlugIns
You need ZPatterns, be sure to read the installation instructions for ZPatterns:http://www.zope.org/Members/pje/ZPatterns
Cheers, and good luck.
Bill Anderson
_______________________________________________ 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 )
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Todd Loomis Web Developer (SAIC) Defense Modeling & Simulation Office 1901 N. Beauregard Street, Suite 500 Alexandria, VA 22311 Office: 703.824.3407 Fax: 703.379.3778 tloomis@dmso.mil
Todd Loomis writes:
I was trying to test ZMC and Loginmanger after install I get the following errors: .... Files\WebSite\lib\python\Products\LoginManager\LoginManager.py , line 7, in ? ImportError: No module named ZPatterns.PlugIns Is "ZPatterns" installed in the right folder? It should live in the "Products" folder.
If it is, does it contain "PlugIns.py" or a folder "PlugIns"? That's what is not found.
.... (Object: BasicUser) ImportError: No module named ZPatterns.Rack Same question for "Rack"...
Dieter
participants (3)
-
bill@libc.org -
Dieter Maurer -
Todd Loomis