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

[PyQt] SIP does not allow a %Property called 'name'

2012-03-21 Thread Zvi Tarem
The following gives a syntax error in SIP: %Property(name=name, get=getName, set=setName) The following does work: %Property(name=Name, get=getName, set=setName) But then you get a Python property called 'Name', not 'name'... ___ PyQt mailing list

Re: [PyQt] I can not install PyQt and sip_4.13.2 on Windows7 x64. “undefined reference”

2012-03-21 Thread Ivanelson Nunes
Thank you! The war even started and I had already been defeated. After 4 days. Ok! from PyQt4 import QtGui 2012/3/21 Ivanelson Nunes > Good question! I'll try to reinstall PyQt.exe again and put the result > below. > > > 2012/3/21 Phil Thompson > >> On Tue, 20 Mar 2012 22:32:24 -0300, Ivanelso

Re: [PyQt] I can not install PyQt and sip_4.13.2 on Windows7 x64. “undefined reference”

2012-03-21 Thread Ivanelson Nunes
Good question! I'll try to reinstall PyQt.exe again and put the result below. 2012/3/21 Phil Thompson > On Tue, 20 Mar 2012 22:32:24 -0300, Ivanelson Nunes > wrote: > > *I have errors when compiling sip_4.13.2:* > > > > c:\Qt\sip>c:\Python27\python configure.py -p win32-g++ > > > > *c:\Qt\sip\m

Re: [PyQt] Designer -- fromTheme Icon

2012-03-21 Thread Ramiro Algozino
> > > Fixed in tonight's snapshot. > > Thanks, > Phil > Excellent! Thank you Phil! -- Ramiro Algozino http://ramiroalgozino.com.ar/ ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Re: [PyQt] I can not install PyQt and sip_4.13.2 on Windows7 x64. “undefined reference”

2012-03-21 Thread Phil Thompson
On Tue, 20 Mar 2012 22:32:24 -0300, Ivanelson Nunes wrote: > *I have errors when compiling sip_4.13.2:* > > c:\Qt\sip>c:\Python27\python configure.py -p win32-g++ > > *c:\Qt\sip\mingw32-make* > > voidptr.o: voidptr.c: (. text +0 xa09): undefined reference to > _imp__PyCapsule_GetPointer' > coll

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