Mailing List Archive

installation problems with ztfy.webapp on fresh baked gentoo!
Hi peeople!
I am trying to install zope3 /ztfy webapp, and I face quickly a problem
by running "python bootstrap.py" after application setup. Here the problem:

README.txt bootstrap.py buildout.cfg debug.ini deploy.ini etc
extends-cache setup.py src var
tamer@tux /storage/PyProjects/ztfyAPP $ python bootstrap.py
Traceback (most recent call last):
File "bootstrap.py", line 111, in <module>
ws.find(pkg_resources.Requirement.parse(requirement)).location
AttributeError: 'NoneType' object has no attribute 'location'


what could it be?! I already spoke with somebody who had the same
problem. He installed "zc.builout" globally, and it was solved for him
but not me.

My problem still exist even after installing through easy_install
zc.buildout globally.

Any ideas what it could be?!



For any help I would kindly thank you




Tamer
_______________________________________________
Zope maillist - Zope@zope.org
https://mail.zope.org/mailman/listinfo/zope
** No cross posts or HTML encoding! **
(Related lists -
https://mail.zope.org/mailman/listinfo/zope-announce
https://mail.zope.org/mailman/listinfo/zope-dev )
Re: installation problems with ztfy.webapp on fresh baked gentoo! [ In reply to ]
> He installed "zc.builout" globally, and it was solved for him but not me.

I am the person he is speaking of.

I had the same problem. It was a few days ago. I believe what fixed it is

#FIRST INSTALL BUILDOUT
easy_install zc.buildout

#Then run it.
buildout

# BASICALLY THE FOLLOWING DOES NOT WORK.
python bootstrap.py

Nor did my fix work for Tamer.

I guess my larger question is what is going on here. We used to use
setuptools. Now it seems to call distribute.
And that seems to have the bug. It is ths massive chunk of code we are
sitting on top of, changes happen, and it is not clear who changed what, or
what depends on what. I really do not want to get in and debug
setuptools or distribute.

What should we be doing in cases like this? How does one work with
these massive code libraries?

Chris
_______________________________________________
Zope maillist - Zope@zope.org
https://mail.zope.org/mailman/listinfo/zope
** No cross posts or HTML encoding! **
(Related lists -
https://mail.zope.org/mailman/listinfo/zope-announce
https://mail.zope.org/mailman/listinfo/zope-dev )
Re: installation problems with ztfy.webapp on fresh baked gentoo! [ In reply to ]
Why not?!

Before going on with this subject, what do you have in mind, and can you
help me getting rid of this problem?!


Please discussion only on Zope Mailinglist, no PM please.


Tamer



On 07/18/13 23:19, Lennart Regebro wrote:
> An off-list question:
>
> On Thu, Jul 18, 2013 at 1:19 AM, Tamer Higazi <th982a@googlemail.com> wrote:
>> Hi peeople!
>> I am trying to install zope3 /ztfy webapp
>
> Why?
>
> //Lennart
>

_______________________________________________
Zope maillist - Zope@zope.org
https://mail.zope.org/mailman/listinfo/zope
** No cross posts or HTML encoding! **
(Related lists -
https://mail.zope.org/mailman/listinfo/zope-announce
https://mail.zope.org/mailman/listinfo/zope-dev )