On Saturday, December 10, 2011 09:49:14 PM Grant Paton-Simpson wrote: Hi,
> > Thanks for the recommendation. SOFA Statistics successfully works with > PostgreSQL using the pgdb module - what are the benefits of psycopg2? > Does it have the same API? I always think very carefully about changing > anything which could break existing functionality. > > Correct me if I am wrong. Unless I screwed up pgdb is pygresql. We used it as well back then. There were some issue with it with regards to newer PG versions so we moved to psycopg2 Looking at pygresql it looks like it has not seen an update since 2010 and its windows version is only available up to python 2.6. I have no idea how it fares with newer PG versions. If it works for you it is a non-issue for you. Just wanted to mention that psycopg2 seems to be developed more actively and works with pyinstaller with no problems. No hurry to switch unless you run into trouble. Sebastian -- You received this message because you are subscribed to the Google Groups "PyInstaller" 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/pyinstaller?hl=en.
