[Tutor] Python 2.7 Static Version and Postgresql

Opher Lubzens opher.lubzens at gmail.com
Tue May 29 13:20:18 CEST 2012


On Tue, May 29, 2012 at 1:25 PM, Joel Goldstick <joel.goldstick at gmail.com>wrote:

> On Tue, May 29, 2012 at 2:42 AM, Opher Lubzens <opher.lubzens at gmail.com>
> wrote:
> > Hello to the list, I'm working on a python script that has to interact
> with
> > a Postgresql database, and the only python version I can use is python
> > 2.7-static. I have two questions:
> >
> > 1) Is there any way to add libraries to this version?
> >
>
> yes.
>
> maybe this will get you started:
> http://zetcode.com/db/postgresqlpythontutorial/
>

Unfortunately I'm using this in my work, and cannot rely on the psycopg2
extension being available in the server that the script will run on unless
I can enter it into the python-static bundle as an in-built module: I'm
aware of the extension and would love to be able to use it. I apologise for
my question being unclear- English is not my first language.

Thanks,
Opher Lubzens
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tutor/attachments/20120529/f837e8f2/attachment.html>


More information about the Tutor mailing list