Re: Odd error when executing "runserver"

2008-09-17 Thread Graham Dumpleton
On Sep 18, 1:03 am, "Whyneedsgoogle2know?" <[EMAIL PROTECTED]> wrote: > > > Traceback (most recent call last): > > > File "", line 1, in > > > File "/usr/lib/python2.5/site-packages/psycopg2/__init__.py", line > > > 60, in > > > from _psycopg import BINARY, NUMBER, STRING, DATETIME, ROWID > >

Re: Odd error when executing "runserver"

2008-09-17 Thread Whyneedsgoogle2know?
> > Traceback (most recent call last): > > � File "", line 1, in > > � File "/usr/lib/python2.5/site-packages/psycopg2/__init__.py", line > > 60, in > > � � from _psycopg import BINARY, NUMBER, STRING, DATETIME, ROWID > > ImportError: dlopen(/usr/lib/python2.5/site-packages/psycopg2/ > > _psycop

Re: Odd error when executing "runserver"

2008-09-17 Thread Huuuze
I got it working by using Psycopg 2 Beta 7, rather than Beta 8. You can DL it here: http://www.initd.org/svn/psycopg/psycopg2/tags/2_0_BETA_7/ On Sep 17, 1:02 am, "Whyneedsgoogle2know?" <[EMAIL PROTECTED]> wrote: > Graham Dumpleton wrote: > > On Aug 29, 6:43 am, Huuuze <[EMAIL PROTECTED]> wrote

Re: Odd error when executing "runserver"

2008-09-16 Thread Graham Dumpleton
On Sep 17, 3:02 pm, "Whyneedsgoogle2know?" <[EMAIL PROTECTED]> wrote: > Graham Dumpleton wrote: > > On Aug 29, 6:43 am, Huuuze <[EMAIL PROTECTED]> wrote: > > > > Is this an issue with Django, psycopg, or both? > > > The error 'Image not found' on MacOS X normally means that the .so > > doesn't c

Re: Odd error when executing "runserver"

2008-09-16 Thread Graham Dumpleton
On Sep 17, 3:02 pm, "Whyneedsgoogle2know?" <[EMAIL PROTECTED]> wrote: > Graham Dumpleton wrote: > > On Aug 29, 6:43 am, Huuuze <[EMAIL PROTECTED]> wrote: > > > > Is this an issue with Django, psycopg, or both? > > > The error 'Image not found' on MacOS X normally means that the .so > > doesn't c

Re: Odd error when executing "runserver"

2008-09-16 Thread Whyneedsgoogle2know?
Graham Dumpleton wrote: > On Aug 29, 6:43 am, Huuuze <[EMAIL PROTECTED]> wrote: > > > > Is this an issue with Django, psycopg, or both? > > The error 'Image not found' on MacOS X normally means that the .so > doesn't contain the object code for the architecture that the process > it is being loa

Re: Odd error when executing "runserver"

2008-08-28 Thread Graham Dumpleton
On Aug 29, 6:43 am, Huuuze <[EMAIL PROTECTED]> wrote: > I recently installed PostgreSQL 8.3.3 and psycopg 2 (latest from > SVN). When I attempt to start Django, I receive this error: > > File "/Library/Python/2.5/site-packages/django/db/backends/ > postgresql_psycopg2/base.py", line 20, in >

Re: Odd error when executing "runserver"

2008-08-28 Thread James Matthews
Did you ldconfig? Did you add the library to your LD_CONFIG? On Thu, Aug 28, 2008 at 1:53 PM, Malcolm Tredinnick < [EMAIL PROTECTED]> wrote: > > > On Thu, 2008-08-28 at 13:43 -0700, Huuuze wrote: > > I recently installed PostgreSQL 8.3.3 and psycopg 2 (latest from > > SVN). When I attempt to sta

Re: Odd error when executing "runserver"

2008-08-28 Thread Malcolm Tredinnick
On Thu, 2008-08-28 at 13:43 -0700, Huuuze wrote: > I recently installed PostgreSQL 8.3.3 and psycopg 2 (latest from > SVN). When I attempt to start Django, I receive this error: > > File "/Library/Python/2.5/site-packages/django/db/backends/ > postgresql_psycopg2/base.py", line 20, in > ra