[Zope3-Users] Re: [Zope3-dev] z3c.form 1.0.0 released!
john saponara
john at saponara.net
Wed Jan 23 06:12:03 EST 2008
In order to try z3c.form under windows (winxpprosp2), I tried Stephan's
instructions below but got an error during the buildout step:
ImportError:
No module named schemaless
(Complete command sequence and error message is attached.) I deviated
from the instructions in only two ways: 1. I used tortoiseSvn for the
checkout, and 2. I entered the command line steps at the dos prompt (not
at a bash prompt as the '$' prompts seem to suggest). Can someone
suggest a fix?
Thanks,
John
-------------- next part --------------
C:\Documents and Settings\Saponara>cd C:\pr\z3\lib\python\formdemo
C:\pr\z3\lib\python\formdemo>\Python24\python.exe bootstrap.py
Creating directory 'C:\\pr\\z3\\lib\\python\\formdemo\\bin'.
Creating directory 'C:\\pr\\z3\\lib\\python\\formdemo\\parts'.
Creating directory 'C:\\pr\\z3\\lib\\python\\formdemo\\eggs'.
Creating directory 'C:\\pr\\z3\\lib\\python\\formdemo\\develop-eggs'.
Generated script 'C:\\pr\\z3\\lib\\python\\formdemo\\bin\\buildout'.
C:\pr\z3\lib\python\formdemo>dir
Volume in drive C is Preload
Volume Serial Number is 3809-DEE4
Directory of C:\pr\z3\lib\python\formdemo
01/22/2008 09:31 PM <DIR> .
01/22/2008 09:31 PM <DIR> ..
01/22/2008 09:30 PM 92 AUTHOR.txt
01/22/2008 09:31 PM <DIR> bin
01/22/2008 09:30 PM 1,788 bootstrap.py
01/22/2008 09:30 PM 619 buildout.cfg
01/22/2008 09:30 PM 2,456 CHANGES.txt
01/22/2008 09:31 PM <DIR> develop-eggs
01/22/2008 09:31 PM <DIR> eggs
01/22/2008 09:30 PM 2,233 LICENSE.txt
01/22/2008 09:31 PM <DIR> parts
01/22/2008 09:30 PM 1,260 README.txt
01/22/2008 09:30 PM 3,179 setup.py
01/22/2008 09:30 PM <DIR> src
7 File(s) 11,627 bytes
7 Dir(s) 5,764,083,712 bytes free
C:\pr\z3\lib\python\formdemo>.\bin\buildout
Develop: 'C:\\pr\\z3\\lib\\python\\formdemo\\.'
Getting distribution for 'zc.recipe.filestorage'.
Got zc.recipe.filestorage 1.0.0.
Getting distribution for 'zope.testing'.
Got zope.testing 3.5.1.
Getting distribution for 'zc.zope3recipes'.
zip_safe flag not set; analyzing archive contents...
zc.zope3recipes.debugzope: module references __file__
Got zc.zope3recipes 0.6.0.
Getting distribution for 'ZConfig>=2.4a5'.
Installing ZConfig 2.5
Caused installation of a distribution:
zconfig 2.5
with a different project name.
Got zconfig 2.5.
Getting distribution for 'zc.recipe.egg'.
Got zc.recipe.egg 1.0.0.
While:
Installing.
Getting section demo.
Initializing section demo.
Loading zc.buildout recipe entry zc.zope3recipes:instance.
An internal error occured due to a bug in either zc.buildout or in a
recipe being used:
ImportError:
No module named schemaless
More information about the Zope3-users
mailing list