win32: include psycopg2 (postgresql) support

Bug #849448 reported by matysek
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenLP
Fix Released
Wishlist
Unassigned

Bug Description

Since we include mysql support in the windows build, we could also include support for postgresql database (psycopg2 module).

To include it, it should be enough to install pyscopg2 bindings and use latest svn version of pyinstaller to create windows builds.

I tested simple example with including psycopg2 with sqlalchemy and it seems working.
Winxp, python 2.7, sqlalchemy 0.7.1, psycopg2 2.4.2 from http://www.stickpeople.com/projects/python/win-psycopg/

Tested code example:

import sqlalchemy

# import mysql and postgreql bindings
__import__('MySQLdb')
__import__('psycopg2')

Tim Bentley (trb143)
Changed in openlp:
importance: Undecided → Wishlist
Changed in openlp:
status: New → Confirmed
Revision history for this message
Tomas Groth (tomasgroth) wrote :

This should be include since 2.2 (maybe even 2.0?)

Changed in openlp:
status: Confirmed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.