[Grok-dev] AssertionError on install on WinXP
Shane Graber
sgraber at gmail.com
Sun Jun 3 14:10:37 EDT 2007
I'm attempting to install Grok on my Windows XP laptop. I downloaded
the Zope3.3 executable from Zope.org, installed it, and followed up by
installing easy_install and grokproject per the instructions on
grok.zope.org. All seemed to install with no problems. However, when
I do a
C:\Python24\Scripts> grokproject --with-zope3="C:\zope3\" Sample
The program will run for a bit and then spit out an AssertionError:
==============
http://www.bud.ca:8021/grokpaste/pastes/27
Creating template grokproject
Recursing into bootstrap
.\Sample\bootstrap\bootstrap.py already exists (same content)
Replace 837 bytes with 1084 bytes (43/49 lines changed; 2 lines added)
Overwrite .\Sample\buildout.cfg [y/n/d/B/?] y
Copying buildout.cfg_tmpl to .\Sample\buildout.cfg
.\Sample\setup.py already exists (same content)
Recursing into src
Recursing into +package+
.\Sample\src\sample\app.py already exists (same content)
Recursing into +module+_templates
.\Sample\src\sample\app_templates\index.pt already exists (same content)
.\Sample\src\sample\README.txt already exists (same content)
.\Sample\src\sample\__init__.py already exists (same content)
.\Sample\src\sample\configure.zcml already exists (same content)
Running C:\Python24\python.exe setup.py egg_info
C:\Python24\python.exe: can't open file
'C:\Python24\Scripts\Sample\bin\buildout': [Errno
2] No such file or directory
Traceback (most recent call last):
File "C:\Python24\Scripts\grokproject-script.py", line 7, in ?
sys.exit(
File "C:\Python24\lib\site-packages\grokproject-0.3dev_r73355-py2.4.egg\grokproject\__in
it__.py", line 109, in main
os.environ) == 0
AssertionError
==============
I'm at a loss as to how to correct this problem. Could anyone point
me in the right direction on getting Grok working properly? I'm
really eager to try out Grok after reading through the tutorial!
Thanks!
Shane
More information about the Grok-dev
mailing list