Re: [PyQt] failed to install comercial PyQt

2009-05-06 Thread V. Armando Solé

Magnus Benjes wrote:
Thank you for the hint. With Python 2.6 I can compile 
PyQt-win-commercial-4.4.4 with VS2008.

But still I don't understand it.
What do you mean with "Python 2.5 expects VS2003" and "Python 2.6 
expects VS2008"?

How could there be a dependency between Python and VS?


The prebuilt windows binaries of python 2.5 and of python 2.6 where made 
with VS2003 and VS2008 respectively. Unless you instruct distutils or 
whatever used to build compiled modules to use a different compiler, the 
default compiler used to build python is assumed.


Since you were already using VS2008, the simplest way to go is to use 
python2.6 because you do not need to specify anything.


Armando


___
PyQt mailing listPyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt


Re: [PyQt] failed to install comercial PyQt

2009-05-05 Thread Magnus Benjes
Thank you for the hint. With Python 2.6 I can compile
PyQt-win-commercial-4.4.4 with VS2008.
But still I don't understand it.
What do you mean with "Python 2.5 expects VS2003" and "Python 2.6 expects
VS2008"?
How could there be a dependency between Python and VS?

Magnus


2009/5/5, "V. Armando Solé" :
>
>
> I do not know if it will solve your problem, but in any case you can save
> yourself some future problems if you use python 2.6. It already expects
> VS2008 while python 2.5 expects VS2003.
>
> Armando
>
___
PyQt mailing listPyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Re: [PyQt] failed to install comercial PyQt

2009-05-05 Thread V. Armando Solé


I do not know if it will solve your problem, but in any case you can 
save yourself some future problems if you use python 2.6. It already 
expects VS2008 while python 2.5 expects VS2003.


Armando

Magnus Benjes wrote:

Hello,
I fail to install the comercial version of PyQt.
That's my configuration:
- Windows XP, Windows Vista
- Python 2.5.4
- Visual Studio 2008
- qt-win-commercial-4.4.3-vs2008
- sip-4.7.9
- PyQt-win-commercial-4.4.4
 
I did the following steps (Python, Visual Studio 2008 and Qt are 
allready installed):

1. sip-4.7.9> python configure.py
2. sip-4.7.9> nmake
3. sip-4.7.9> nmake install
4. copy the file pyqt-commercial.sip to the directory 
PyQt-win-commercial-4.4.4\sip

5. PyQt-win-commercial-4.4.4> python configure.py
Then I got an error, that sip.exe could not be startet because of the 
missing dll

MSVCR90.dll
 
If I add
C:\Program Files\Microsoft Visual Studio 
9.0\VC\redist\x86\Microsoft.VC90.CRT
to my PATH, because there I found the missing dll, I got the error for 
sip.exe:
"R6034 An application has made an attempt to load the C runtime 
library incorrectly."
 
Thanks for any help

Magnus
 



___
PyQt mailing listPyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt



___
PyQt mailing listPyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt