[ZODB-Dev] error installing ZODB 3.9.0a12 with Python 2.6 on Windows

2009-04-03 Thread Chris Withers
buildout said easy_install barfed: Installing zeoinstance. Getting distribution for 'ZODB3'. error: Setup script exited with error: None An error occured when trying to install ZODB3 3.9.0a12.Look above this message f or any errors thatwere output by easy_install. While: Installing

Re: [ZODB-Dev] error installing ZODB 3.9.0a12 with Python 2.6 on Windows

2009-04-03 Thread Wichert Akkerman
On 4/3/09 1:41 PM, Chris Withers wrote: buildout said easy_install barfed: Installing zeoinstance. Getting distribution for 'ZODB3'. error: Setup script exited with error: None An error occured when trying to install ZODB3 3.9.0a12.Look above this message f or any errors thatwere output by

Re: [ZODB-Dev] error installing ZODB 3.9.0a12 with Python 2.6 on Windows

2009-04-03 Thread Chris Withers
Wichert Akkerman wrote: Any ideas? buildout hides all compile errors unless you run it with -v (or -vv). buildout -vv didn't exactly provide much more help ;-) C:\Python26\python.exe -c from setuptools.command.easy_install import main; main() -mUNxd C:\buildout-eggs\tmpctofbd

Re: [ZODB-Dev] error installing ZODB 3.9.0a12 with Python 2.6 on Windows

2009-04-03 Thread Adam GROSZER
Hello Chris, You have a c compiler working on the machine? Friday, April 3, 2009, 1:48:39 PM, you wrote: CW Wichert Akkerman wrote: Any ideas? buildout hides all compile errors unless you run it with -v (or -vv). CW buildout -vv didn't exactly provide much more help ;-) CW

Re: [ZODB-Dev] error installing ZODB 3.9.0a12 with Python 2.6 on Windows

2009-04-03 Thread Chris Withers
Adam GROSZER wrote: Hello Chris, You have a c compiler working on the machine? Yep, mingw I think... But that doesn't look like the normal you don't have a compile whine... Chris -- Simplistix - Content Management, Zope Python Consulting - http://www.simplistix.co.uk

Re: [ZODB-Dev] error installing ZODB 3.9.0a12 with Python 2.6 on Windows

2009-04-03 Thread Jim Fulton
ZODB doesn't work with Python 2.6 yet on Windows. Jim On Apr 3, 2009, at 7:41 AM, Chris Withers wrote: buildout said easy_install barfed: Installing zeoinstance. Getting distribution for 'ZODB3'. error: Setup script exited with error: None An error occured when trying to install ZODB3

Re: [ZODB-Dev] error installing ZODB 3.9.0a12 with Python 2.6 on Windows

2009-04-03 Thread Chris Withers
Jim Fulton wrote: Andreas tells me Python 2.6 is the target for Zope 2.12. What kind of problems are there in this specific combination? The tests crash when built with the free ms compiler. If you want to help, you can debug this. Sadly, easier to install on Linux. Blame vmware for