Re: Trying to install psycopg2 into zope/plone
Jonathan Ballet <[email protected]>
| Newsgroups | gmane.comp.python.db.psycopg.devel |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Jul 7, 2009 at 5:27 PM, Russell Hires<[email protected]> wrote: > Hello all. I'm trying to install psycopg2 into plone, using buildout, but I > keep getting an error: > > Getting distribution for 'psycopg2'. > error: Setup script exited with error: No such file or directory > An error occured when trying to install psycopg2 2.0.11.Look above this > message for any errors thatwere output by easy_install. > While: > Installing zopeskel. > Getting distribution for 'psycopg2'. > Error: Couldn't install: psycopg2 2.0.11 Can you post the output of buildout with logs enabled as well ? Something like "buildout -o buildout:log-level=DEBUG -v" (this can be very long, maybe you should try to remove the uninteresting output)