Re: [Zope-dev] zope-tests - FAILED: 5, OK: 8

2013-07-17 Thread Marius Gedminas
On Tue, Jul 16, 2013 at 07:08:39PM -0400, Tres Seaver wrote: On 07/16/2013 06:53 AM, Marius Gedminas wrote: Perhaps manually installing setuptools = 0.7 into c:\python2*_64 would fix the failing builds? Further evidence for this suggestion: winbot's c:/python26_32/python.exe has import

Re: [Zope-dev] zope-tests - FAILED: 5, OK: 8

2013-07-17 Thread Adam Groszer
Hi, Yah well just leave it. I'll try to get to it. I'll stash a recent setuptools into all pythons. On Wed, Jul 17, 2013 at 12:41 PM, Marius Gedminas mar...@gedmin.as wrote: On Tue, Jul 16, 2013 at 07:08:39PM -0400, Tres Seaver wrote: On 07/16/2013 06:53 AM, Marius Gedminas wrote:

Re: [Zope-dev] zope-tests - FAILED: 5, OK: 8

2013-07-17 Thread Adam Groszer
Done. What I did is for every python version installed there: - clean any remnants manually of setuptools/distribute in site-packages - get a tarball of the latest setuptools (0.9.5), untarred it - installed setuptools from the source: C:\install\setuptools-0.9.5c:\Python33_64\python.exe setup.py

[Zope-dev] zope-tests - OK: 10

2013-07-17 Thread Zope tests summarizer
This is the summary for test reports received on the zope-tests list between 2013-07-16 00:00:00 UTC and 2013-07-17 00:00:00 UTC: See the footnotes for test reports of unsuccessful builds. An up-to date view of the builders is also available in our buildbot documentation:

[Zope] installation problems with ztfy.webapp on fresh baked gentoo!

2013-07-17 Thread Tamer Higazi
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

Re: [Zope] installation problems with ztfy.webapp on fresh baked gentoo!

2013-07-17 Thread Christopher Lozinski
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