[Tutor] Python 2.7 Static Version and Postgresql

Opher Lubzens opher.lubzens at gmail.com
Wed Jun 6 14:20:38 CEST 2012


On Tue, May 29, 2012 at 9:26 PM, Opher Lubzens <opher.lubzens at gmail.com> wrote:
>
> That actually might be workable- I'll have to look into it. I'll have
> to understand them better then I do after a brief look in their
> webpages and check whether they're compatible with our specific flavor
> of OS, since both of these are Windows oriented according to their
> pages, but this may be a good answer for what I need.
>
> Thank you for your help,
> Opher Lubzens

Just reporting how I solved this: Turns out that a static bundle will
identify a built library if you copy the library dir to the same
directory as the bundle. So I used this to copy a pg8000 library I
built in Ubuntu into the same directory after disabling the SSL
dependency, since our OS doesn't have some of the .so files that the
ssl library needs, and my script won't use SSL connection anyway since
it operates from within the server.

Thanks for the help,
Opher Lubzens


More information about the Tutor mailing list