This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jeremybanks
Recipients ghaering, jeremybanks, ned.deily
Date 2011-07-15.03:43:05
SpamBayes Score 2.193855e-05
Marked as misclassified No
Message-id <1310701386.84.0.538876832656.issue12569@psf.upfronthosting.co.za>
In-reply-to
Content
I'm using OS X 10.6.7.

The bus error is occurring with my Python 3.1 installation:
  path: /Library/Frameworks/Python.framework/Versions/3.1/bin/python3
  sqlite3.version == 2.4.1
  sqlite3.sqlite_version = 3.6.11.

But now that you mention it, my MacPorts installations of Python 3.0 and 3.1 just get an exception like you do:
  paths: /opt/local/bin/python3.0 / python3.1
  sqlite3.version == 2.4.1
  sqlite3.sqlite_version == 3.7.7.1

A Python 2.7 installation where it works without any error:
  path: /Library/Frameworks/Python.framework/Versions/2.7/bin/python
  sqlite3.version == 2.6.0
  sqlite3.sqlite_version == 3.6.12

A MacPorts Python 2.6 installation where it works without any error:
  path: /opt/local/bin/python2.6
  sqlite3.version == 2.4.1
  sqlite3.sqlite_version == 3.7.7.1
History
Date User Action Args
2011-07-15 03:43:06jeremybankssetrecipients: + jeremybanks, ghaering, ned.deily
2011-07-15 03:43:06jeremybankssetmessageid: <1310701386.84.0.538876832656.issue12569@psf.upfronthosting.co.za>
2011-07-15 03:43:06jeremybankslinkissue12569 messages
2011-07-15 03:43:05jeremybankscreate