The Artima Developer Community
Sponsored Link

Python Buzz Forum
Quick fix for Psycopg under OSX 10.2

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Victor Ng

Posts: 112
Nickname: victorng
Registered: Aug, 2003

Victor Ng programs Python for money, but he'd be programming Python anyway if he was a bum.
Quick fix for Psycopg under OSX 10.2 Posted: Sep 5, 2003 6:37 PM
Reply to this message Reply

This post originated from an RSS feed registered with Python Buzz by Victor Ng.
Original Post: Quick fix for Psycopg under OSX 10.2
Feed Title: Victor Ng's Weblog
Feed URL: https://blog.crankycoder.com/feed/atom/
Feed Description: Python Feed
Latest Python Buzz Posts
Latest Python Buzz Posts by Victor Ng
Latest Posts From Victor Ng's Weblog

Advertisement

I'm using Postgresql for my primary database under OSX and I (of course) use Python for all my dev work.

Unfortunately, MacPython2.3 and psycopg 1.1.8 don't seem to play nice. There's a little bug in the configure scripts that causes a compile failure.

Fixes have been posted to the psycopg mailing list you can read all about it here.

On a side note, I've been giving PyPgSQL a try and it's a LOT slower than psycopg.

Happy hacking,
vic

Clearly I haven't been playing with autoconf enough lately. The best way to fix the bug is to just edit the Makefile.pre.in and add a constant for PYTHONFRAMEWORK=Python

Read: Quick fix for Psycopg under OSX 10.2

Topic: A little Wax teaser Previous Topic   Next Topic Topic: Not-recommended interview of Bjarne Stroustrup

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use