Re: [PyQt] need to install multiple versions of PyQt on each laptop at work

2012-03-21 Thread JPolk
...understood, Thanks... Btw,...just for prosterity, The install went pretty well...on WinXP 32bit, 1) Installed newer version of Python (2.7) 2) Checked Env variables,etc. 3) Installed Qt Libs (minGW) only with downloaded installer (4.7.1) 4) Checked Env variables.etc 5) ran "qtv

Re: [PyQt] need to install multiple versions of PyQt on each laptop at work

2012-03-21 Thread Phil Thompson
On Tue, 20 Mar 2012 15:20:19 -0700 (PDT), JPolk wrote: > ...mmm, I was about tois that unstable or problematic ? If you are referring to my implied question about using binary installers then the issue is PATH. The installers update PATH. The solution is to install then remove the additions t

Re: [PyQt] need to install multiple versions of PyQt on each laptop at work

2012-03-20 Thread JPolk
...mmm, I was about tois that unstable or problematic ? -- View this message in context: http://python.6.n6.nabble.com/need-to-install-multiple-versions-of-PyQt-on-each-laptop-at-work-tp4342310p4638573.html Sent from the PyQt mailing list archive at Nabble.com. _

Re: [PyQt] need to install multiple versions of PyQt on each laptop at work

2012-03-20 Thread Phil Thompson
On Tue, 20 Mar 2012 13:42:16 -0700 (PDT), JPolk wrote: > I also need to install another version of Qt/PyQt,... > > Currently, I have these versions installed on my Windows box,.. > Qt 4.5.3 > PyQt 4.7.3 > > living under Python 2.6.x, in C:/Python26/Lib/site-packages/ > > All that n

Re: [PyQt] need to install multiple versions of PyQt on each laptop at work

2012-03-20 Thread JPolk
I also need to install another version of Qt/PyQt,... Currently, I have these versions installed on my Windows box,.. Qt 4.5.3 PyQt 4.7.3 living under Python 2.6.x, in C:/Python26/Lib/site-packages/ All that needs to stay intact,so if I: 1) install Python 2.7 2) install Qt 4

Re: [PyQt] need to install multiple versions of PyQt on each laptop at work

2012-01-27 Thread Phil Thompson
On Thu, 26 Jan 2012 21:58:38 -0800 (GMT-08:00), Suzanne Berger wrote: > I experimented with various releases of pyqt in order to determine which > versions would be compatible with different versions of software that we > use (Maya & Mobu 2011 and 2012). I am going to have to install at least 2 >

Re: [PyQt] need to install multiple versions of PyQt on each laptop at work

2012-01-27 Thread Erik Janssens
We made a custom python distribution to be able to use multiple qt/pyqt versions on the same machine without those issues. It's python 2.7 though : http://www.conceptive.be/python-sdk.html On Thu, 2012-01-26 at 21:58 -0800, Suzanne Berger wrote: > I experimented with various releases of pyqt in

[PyQt] need to install multiple versions of PyQt on each laptop at work

2012-01-26 Thread Suzanne Berger
I experimented with various releases of pyqt in order to determine which versions would be compatible with different versions of software that we use (Maya & Mobu 2011 and 2012). I am going to have to install at least 2 different versions of PyQt on all laptops in our department. We cannot pull