Hello all, I'm running Zope 2.5.1 on Windows 2000. I've downloaded and unpacked the CMF folder into the products directory (see directory listing below), several times now (deleting previous attempts). I used PowerArchiver, so I didn't have to uncheck RL/LF for WinZip. C:\DEVEL\lib\python\Products\CMF-1.3>dir Volume in drive C has no label. Volume Serial Number is 24EB-8BFA Directory of C:\DEVEL\lib\python\Products\CMF-1.3 09/14/2002 11:31a <DIR> . 09/14/2002 11:31a <DIR> .. 06/30/2002 06:27p 1,548 all_cmf_tests.py 08/06/2002 02:06p 19,781 CHANGES.txt 09/14/2002 11:30a <DIR> CMFCalendar 09/14/2002 11:31a <DIR> CMFCore 09/14/2002 11:31a <DIR> CMFDefault 09/14/2002 11:31a <DIR> CMFTopic 09/14/2002 11:31a <DIR> docs 08/04/2002 10:58a 35,597 HISTORY.txt 08/05/2002 12:25a 4,095 INSTALL.txt 07/07/2002 08:41p 2,952 INSTALL_CVS.txt 11/28/2001 02:06p 2,366 LICENSE.txt 08/05/2002 12:36a 1,133 README.txt 07/05/2002 03:45p 3,930 TODO.txt 8 File(s) 71,402 bytes 7 Dir(s) 2,283,184,128 bytes free I get the following results when running the all_cmf_tests.py script C:\DEVEL\lib\python\Products\CMF-1.3>python all_cmf_tests.py Traceback (most recent call last): File "all_cmf_tests.py", line 74, in ? main() File "all_cmf_tests.py", line 70, in main unittest.main(defaultTest='test_suite') File "C:\Python22\lib\unittest.py", line 674, in __init__ self.parseArgs(argv) File "C:\Python22\lib\unittest.py", line 701, in parseArgs self.createTests() File "C:\Python22\lib\unittest.py", line 707, in createTests self.module) File "C:\Python22\lib\unittest.py", line 473, in loadTestsFromNames suites.append(self.loadTestsFromName(name, module)) File "C:\Python22\lib\unittest.py", line 458, in loadTestsFromName test = obj() File "all_cmf_tests.py", line 17, in test_suite import Zope ImportError: No module named Zope How do I get CMF installed? I was under the impression (from installing ZSync, ZODBCDA, et. al. that the above was sufficient to install Products. I have also restarted the Zope service, and the server, several times. Thanks, *************************** * Adam Getchell AdamG@hrrm.ucdavis.edu * System Architect/Programmer (530) 752-1584 * Human Resources Information Systems http://www.hr.ucdavis.edu/ *************************** "Invincibility is in oneself, vulnerability in the opponent." -- Sun Tzu
Hi Adam, Instead of putting the CMF-1.3 directory into the Products directory, put the *contents* of the CMF-1.3 directory into the Products directory. HTH, - C Adam Getchell wrote:
Hello all,
I'm running Zope 2.5.1 on Windows 2000. I've downloaded and unpacked the CMF folder into the products directory (see directory listing below), several times now (deleting previous attempts). I used PowerArchiver, so I didn't have to uncheck RL/LF for WinZip.
C:\DEVEL\lib\python\Products\CMF-1.3>dir Volume in drive C has no label. Volume Serial Number is 24EB-8BFA
Directory of C:\DEVEL\lib\python\Products\CMF-1.3
09/14/2002 11:31a <DIR> . 09/14/2002 11:31a <DIR> .. 06/30/2002 06:27p 1,548 all_cmf_tests.py 08/06/2002 02:06p 19,781 CHANGES.txt 09/14/2002 11:30a <DIR> CMFCalendar 09/14/2002 11:31a <DIR> CMFCore 09/14/2002 11:31a <DIR> CMFDefault 09/14/2002 11:31a <DIR> CMFTopic 09/14/2002 11:31a <DIR> docs 08/04/2002 10:58a 35,597 HISTORY.txt 08/05/2002 12:25a 4,095 INSTALL.txt 07/07/2002 08:41p 2,952 INSTALL_CVS.txt 11/28/2001 02:06p 2,366 LICENSE.txt 08/05/2002 12:36a 1,133 README.txt 07/05/2002 03:45p 3,930 TODO.txt 8 File(s) 71,402 bytes 7 Dir(s) 2,283,184,128 bytes free
I get the following results when running the all_cmf_tests.py script
C:\DEVEL\lib\python\Products\CMF-1.3>python all_cmf_tests.py Traceback (most recent call last): File "all_cmf_tests.py", line 74, in ? main() File "all_cmf_tests.py", line 70, in main unittest.main(defaultTest='test_suite') File "C:\Python22\lib\unittest.py", line 674, in __init__ self.parseArgs(argv) File "C:\Python22\lib\unittest.py", line 701, in parseArgs self.createTests() File "C:\Python22\lib\unittest.py", line 707, in createTests self.module) File "C:\Python22\lib\unittest.py", line 473, in loadTestsFromNames suites.append(self.loadTestsFromName(name, module)) File "C:\Python22\lib\unittest.py", line 458, in loadTestsFromName test = obj() File "all_cmf_tests.py", line 17, in test_suite import Zope ImportError: No module named Zope
How do I get CMF installed? I was under the impression (from installing ZSync, ZODBCDA, et. al. that the above was sufficient to install Products. I have also restarted the Zope service, and the server, several times.
Thanks,
*************************** * Adam Getchell AdamG@hrrm.ucdavis.edu * System Architect/Programmer (530) 752-1584 * Human Resources Information Systems http://www.hr.ucdavis.edu/ *************************** "Invincibility is in oneself, vulnerability in the opponent." -- Sun Tzu
_______________________________________________ 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 )
-- Chris McDonough Zope Corporation http://www.zope.org http://www.zope.com "Killing hundreds of birds with thousands of stones"
Your directory level is one too deep. you have to move all directories from Products\CMF-1.3\CMFxx to Products\CMFxx. You can either physically move them, or you can add an environment variable PRODUCT_PATH in your batch file that starts up Zoƫ with the following setting: set PRODUCT_PATH=yourZopeRoot\lib\python\Products;yourZopeRoot\lib\python\Produc ts\CMF-1.3 Robert ----- Original Message ----- From: "Adam Getchell" <AdamG@hrrm.ucdavis.edu> To: <zope@zope.org> Sent: Sunday, September 15, 2002 12:52 AM Subject: [Zope] Trouble installing CMF 1.3 on win32 Zope 2.5.1
Hello all,
I'm running Zope 2.5.1 on Windows 2000. I've downloaded and unpacked the CMF folder into the products directory (see directory listing below), several times now (deleting previous attempts). I used PowerArchiver, so I didn't have to uncheck RL/LF for WinZip.
C:\DEVEL\lib\python\Products\CMF-1.3>dir Volume in drive C has no label. Volume Serial Number is 24EB-8BFA
Directory of C:\DEVEL\lib\python\Products\CMF-1.3
09/14/2002 11:31a <DIR> . 09/14/2002 11:31a <DIR> .. 06/30/2002 06:27p 1,548 all_cmf_tests.py 08/06/2002 02:06p 19,781 CHANGES.txt 09/14/2002 11:30a <DIR> CMFCalendar 09/14/2002 11:31a <DIR> CMFCore 09/14/2002 11:31a <DIR> CMFDefault 09/14/2002 11:31a <DIR> CMFTopic 09/14/2002 11:31a <DIR> docs 08/04/2002 10:58a 35,597 HISTORY.txt 08/05/2002 12:25a 4,095 INSTALL.txt 07/07/2002 08:41p 2,952 INSTALL_CVS.txt 11/28/2001 02:06p 2,366 LICENSE.txt 08/05/2002 12:36a 1,133 README.txt 07/05/2002 03:45p 3,930 TODO.txt 8 File(s) 71,402 bytes 7 Dir(s) 2,283,184,128 bytes free
I get the following results when running the all_cmf_tests.py script
C:\DEVEL\lib\python\Products\CMF-1.3>python all_cmf_tests.py Traceback (most recent call last): File "all_cmf_tests.py", line 74, in ? main() File "all_cmf_tests.py", line 70, in main unittest.main(defaultTest='test_suite') File "C:\Python22\lib\unittest.py", line 674, in __init__ self.parseArgs(argv) File "C:\Python22\lib\unittest.py", line 701, in parseArgs self.createTests() File "C:\Python22\lib\unittest.py", line 707, in createTests self.module) File "C:\Python22\lib\unittest.py", line 473, in loadTestsFromNames suites.append(self.loadTestsFromName(name, module)) File "C:\Python22\lib\unittest.py", line 458, in loadTestsFromName test = obj() File "all_cmf_tests.py", line 17, in test_suite import Zope ImportError: No module named Zope
How do I get CMF installed? I was under the impression (from installing ZSync, ZODBCDA, et. al. that the above was sufficient to install Products. I have also restarted the Zope service, and the server, several times.
Thanks,
*************************** * Adam Getchell AdamG@hrrm.ucdavis.edu * System Architect/Programmer (530) 752-1584 * Human Resources Information Systems http://www.hr.ucdavis.edu/ *************************** "Invincibility is in oneself, vulnerability in the opponent." -- Sun Tzu
_______________________________________________ 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 (3)
-
Adam Getchell -
Chris McDonough -
Robert Rottermann