[Grok-dev] error whle installing grok
Jeffrey Peterson
bgpete at gmail.com
Wed Mar 30 09:29:30 EDT 2011
This is an error in mechanize when it's installed with setuptools and/or distribute. Manually install mechanize into your python and link or copy the egg to your eggs-dir for grok and either re-run grokproject or go into the project dirs and run ./bin/buildout to work around the issue until mechanize gets straightened out.
Jeff.
On Mar 30, 2011, at 6:02 AM, Shivani Waradkar wrote:
> Hi,
>
> I was installing grok1.3 on linux platform but I am getting an internal error of zc.buildout.Since I am new to grok framework help is needed.
>
> Initially I installed python2.6,after that I installed setuptools for python2.6(easy_install).But when I entered grokproject myfirstgrokproject I got following error. I am posting my error below.
>
> First-Line of error: An internal error occurred due to a bug in either zc.buildout or in a
> recipe being used
>
> Last lines:
> File "/root/.buildout/eggs/setuptools-0.6c11-py2.6.egg/setuptools/package_index.py", line 621, in _attempt_download
> headers = self._download_to(url, filename)
> File "/root/.buildout/eggs/setuptools-0.6c11-py2.6.egg/setuptools/package_index.py", line 553, in _download_to
> size = int(headers["Content-Length"])
> ValueError: invalid literal for int() with base 10: '382727, 382727'
>
> Thank you,
>
> With Regards,
> Shivani Waradkar
>
>
> _______________________________________________
> Grok-dev mailing list
> Grok-dev at zope.org
> https://mail.zope.org/mailman/listinfo/grok-dev
More information about the Grok-dev
mailing list