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
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
participants (2)
-
Christopher Lozinski -
Tamer Higazi