This project is archived and is in readonly mode.
Made pip package for Windows
Reported by Travis Krause | March 29th, 2014 @ 12:57 AM
I've repackaged Jason Erickson's psycopg ports as pip friendly packages on github. This will make it easy for people to get up and running fast. It's also virtualenv friendly.
https://github.com/nwcell/psycopg2-windows
For example:
pip install -e git+git@github.com:nwcell/psycopg2-windows.git@win32-py27#egg=psycopg2
I feel that this is something that could be linked to in the installation page under Windows. Let me know what you think.
Comments and changes to this ticket
-
Daniele Varrazzo March 29th, 2014 @ 01:16 AM
- State changed from new to open
I'll add a note to it, thank you for your work.
-
Travis Krause March 31st, 2014 @ 05:27 PM
No problem! If anyone ever has issues with these, loop me in and I'll help how I can.
-
Daniele Varrazzo April 3rd, 2014 @ 01:03 AM
- State changed from open to resolved
I've mentioned you in http://initd.org/psycopg/install/ Tell me if you prefer a different wording.
If you want to stay tuned please subscribe to the Mailing List :)
Thank you very much!
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
<b>WARNING:</b> the informations in this tracker are archived. Please submit new tickets or comments to <a href="https://github.com/psycopg/psycopg2/issues">the new tracker</a>.
<br/>
Psycopg is the most used PostgreSQL adapter for the Python programming language. At the core it fully implements the Python DB API 2.0 specifications. Several extensions allow access to many of the features offered by PostgreSQL.