Re: [Tutor] Python 2.7 Static Version and Postgresql

2012-06-06 Thread Opher Lubzens
On Tue, May 29, 2012 at 9:26 PM, Opher Lubzens 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 ar

Re: [Tutor] Python 2.7 Static Version and Postgresql

2012-05-29 Thread Opher Lubzens
On Tue, May 29, 2012 at 6:26 PM, Walter Prins wrote: > Hi, > > On 29 May 2012 14:40, Opher Lubzens wrote: > > I presume you can't develop on a VM which is less restrictive by any > chance?  How about setting up something similar to Movable Python or > Portable Python on a disk (or disk file, or U

Re: [Tutor] Python 2.7 Static Version and Postgresql

2012-05-29 Thread Walter Prins
Hi, On 29 May 2012 14:40, Opher Lubzens wrote: > This is supposed to be a QA tool to be run on virtual machines to make > sure several of our features work correctly and do not degrade during > development and version changes. OK... > Our machines are susually running a secure variant of the Li

Re: [Tutor] Python 2.7 Static Version and Postgresql

2012-05-29 Thread Opher Lubzens
On Tue, May 29, 2012 at 4:18 PM, Walter Prins wrote: > What does this work machine run exactly?  Why won't you be able to > (for example) keep some libraries in your own home lib folder and > update the library load path so that your own libraries can be used by > your programs?  Does this machine

Re: [Tutor] Python 2.7 Static Version and Postgresql

2012-05-29 Thread Walter Prins
On 29 May 2012 12:20, Opher Lubzens wrote: >> 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

Re: [Tutor] Python 2.7 Static Version and Postgresql

2012-05-29 Thread Joel Goldstick
On Tue, May 29, 2012 at 7:20 AM, Opher Lubzens wrote: > > > On Tue, May 29, 2012 at 1:25 PM, Joel Goldstick > wrote: >> >> On Tue, May 29, 2012 at 2:42 AM, Opher Lubzens >> wrote: >> > Hello to the list, I'm working on a python script that has to interact >> > with >> > a Postgresql database, an

Re: [Tutor] Python 2.7 Static Version and Postgresql

2012-05-29 Thread Opher Lubzens
On Tue, May 29, 2012 at 1:25 PM, Joel Goldstick wrote: > On Tue, May 29, 2012 at 2:42 AM, Opher Lubzens > 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

Re: [Tutor] Python 2.7 Static Version and Postgresql

2012-05-29 Thread Joel Goldstick
On Tue, May 29, 2012 at 2:42 AM, Opher Lubzens 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?

[Tutor] Python 2.7 Static Version and Postgresql

2012-05-28 Thread Opher Lubzens
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? 2)If not, what would you recommend as a method to work with th