#16250: Error with new pyscopg2 2.4.2 release and tests
-----------------------------------+------------------------------------
Reporter: anonymous | Owner: nobody
Type: Bug | Status: closed
Component: Testing framework | Version: 1.3
Severity: Release blocker | Resolution: fixed
Keywords: | Triage Stage: Accepted
Has patch: 1 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-----------------------------------+------------------------------------
Comment (by akaihola):
A quick copy-paste script for replacing the psycopg2 Debian package with
2.4.1 from PyPI on Ubuntu 11.10 and distributions based on it (like Linux
Mint 12):
{{{
sudo apt-get remove python-psycopg2
sudo apt-get install -y python-dev libpq-dev
sudo apt-get install -y python-pip # if not installed manually
sudo pip install psycopg2==2.4.1
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/16250#comment:33>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en.