Re: [PyKDE] Windows install broken

2006-11-15 Thread V. Armando Sole

Salut,

At 08:56 13/11/2006 +0100, Xavier Décoret wrote:
My concern is for other people (the one I target with an open-source 
application). If they cannot simply install PyQt, they won't use my soft 
;-). So I am trying to figure out wether it is a problem on my station, or 
a general problem with the installers.


I faced the same problem as you: If the end user has to install everything 
needed to run my code my code is dead. If you target non-programers then 
don't ask them to install a development system. For python programs under 
windows I use cx_freeze to generate an stand-alone application and the 
nullsoft installer (nsis project at sourceforge) to deploy it. The download 
may be huge, but for the end user is really easy to install the code.


Best regards,

Armando 



___
PyKDE mailing listPyKDE@mats.imk.fraunhofer.de
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde


Re: [PyKDE] Windows install broken

2006-11-14 Thread Phil Thompson
> Phil Thompson a écrit :
>> On Sunday 12 November 2006 4:14 pm, Xavier Décoret wrote:
>>
>>> Hi,
>>>
>>> I moved to PyQt 4.1 and Qt.4.2.1 and install is not straightforward. I
>>> install Qt.4.2.1 for Windows (GPL) first, then PyQt 4.1 using the
>>> windows installer. PyQt4 applications do not run, complainging that
>>> Qt4Core.dll cannot be found.
>>>
>>> Have I done something wrong or is it normal?
>>>
>>> PS: I am recompiling PyQt4 from the sources to see If it works. Yet the
>>> problem is that for beginners, this process is tedious and it might
>>> stop
>>> them from testing PyQt, if the installer is "broken".
>>>
>>
>> Make sure you have installed Qt and MinGW properly, ie. that the DLLs
>> are on
>> your PATH.
>>
>>
> I have installed it the way a newbie would do it: double-click on the
> installer downloaded from Trolltech and Riverbank. Personnally, I can
> fix the problem. My concern is for other people (the one I target with
> an open-source application). If they cannot simply install PyQt, they
> won't use my soft ;-). So I am trying to figure out wether it is a
> problem on my station, or a general problem with the installers.

It's a problem with the Qt installer, not the PyQt installer.

Phil

___
PyKDE mailing listPyKDE@mats.imk.fraunhofer.de
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde


Re: [PyKDE] Windows install broken

2006-11-13 Thread Giovanni Bajo
Xavier Décoret wrote:

> I have installed it the way a newbie would do it: double-click on the
> installer downloaded from Trolltech and Riverbank. Personnally, I can
> fix the problem. My concern is for other people (the one I target with
> an open-source application). If they cannot simply install PyQt, they
> won't use my soft ;-).

That's not a real problem if you package your software with PyInstaller or
py2exe.

Giovanni Bajo

___
PyKDE mailing listPyKDE@mats.imk.fraunhofer.de
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde


Re: [PyKDE] Windows install broken

2006-11-13 Thread Xavier Décoret

Phil Thompson a écrit :

On Sunday 12 November 2006 4:14 pm, Xavier Décoret wrote:
  

Hi,

I moved to PyQt 4.1 and Qt.4.2.1 and install is not straightforward. I
install Qt.4.2.1 for Windows (GPL) first, then PyQt 4.1 using the
windows installer. PyQt4 applications do not run, complainging that
Qt4Core.dll cannot be found.

Have I done something wrong or is it normal?

PS: I am recompiling PyQt4 from the sources to see If it works. Yet the
problem is that for beginners, this process is tedious and it might stop
them from testing PyQt, if the installer is "broken".



Make sure you have installed Qt and MinGW properly, ie. that the DLLs are on 
your PATH.


  
I have installed it the way a newbie would do it: double-click on the 
installer downloaded from Trolltech and Riverbank. Personnally, I can 
fix the problem. My concern is for other people (the one I target with 
an open-source application). If they cannot simply install PyQt, they 
won't use my soft ;-). So I am trying to figure out wether it is a 
problem on my station, or a general problem with the installers.

Phil

___
PyKDE mailing listPyKDE@mats.imk.fraunhofer.de
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde


  


___
PyKDE mailing listPyKDE@mats.imk.fraunhofer.de
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde


Re: [PyKDE] Windows install broken

2006-11-12 Thread Phil Thompson
On Sunday 12 November 2006 4:14 pm, Xavier Décoret wrote:
> Hi,
>
> I moved to PyQt 4.1 and Qt.4.2.1 and install is not straightforward. I
> install Qt.4.2.1 for Windows (GPL) first, then PyQt 4.1 using the
> windows installer. PyQt4 applications do not run, complainging that
> Qt4Core.dll cannot be found.
>
> Have I done something wrong or is it normal?
>
> PS: I am recompiling PyQt4 from the sources to see If it works. Yet the
> problem is that for beginners, this process is tedious and it might stop
> them from testing PyQt, if the installer is "broken".

Make sure you have installed Qt and MinGW properly, ie. that the DLLs are on 
your PATH.

Phil

___
PyKDE mailing listPyKDE@mats.imk.fraunhofer.de
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde


[PyKDE] Windows install broken

2006-11-12 Thread Xavier Décoret

Hi,

I moved to PyQt 4.1 and Qt.4.2.1 and install is not straightforward. I 
install Qt.4.2.1 for Windows (GPL) first, then PyQt 4.1 using the 
windows installer. PyQt4 applications do not run, complainging that 
Qt4Core.dll cannot be found.


Have I done something wrong or is it normal?

PS: I am recompiling PyQt4 from the sources to see If it works. Yet the 
problem is that for beginners, this process is tedious and it might stop 
them from testing PyQt, if the installer is "broken".


___
PyKDE mailing listPyKDE@mats.imk.fraunhofer.de
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde