Re: [PyQt] ANN: PyQt v4.8.1 Released

2010-11-05 Thread o.fourn...@perigord.com

Hello,

When I replace my Windows PyQt-Py3.1-gpl-4.7.3-2 by PyQt-Py3.1-gpl-4.8.1-1,
and I want import PyQt4 modules, I obtain this message:

>>> from PyQt4 import QtGui
Traceback (most recent call last):
  File "", line 1, in 
ImportError: DLL load failed: La procédure spécifiée est introuvable.

My PATH variable contains 
...;C:\Python31;C:\Python31\Lib\site-packages\PyQt4\bin


If I reinstall PyQt-Py3.1-gpl-4.7.3-2, python import is good.

Could you suggest me how I should correct this problem?

Thank you

Olivier Fournier

PS: Sorry for my poor english



Le 30/10/2010 13:47, Phil Thompson a écrit :

PyQt v4.8.1 has been released and is available from the usual place.

This is just a minor bug-fix release that fixes the pyuic4 regression
introduced in v4.8.

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

   




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


[PyQt] cx-freeze error

2011-10-19 Thread o.fourn...@perigord.com

Hello,

I need to compile python3 script with cx_freeze
If PyQt4 with python3 is not installed on the operating system,
when I execute the program, it can't find ExtensionLoader_Pyqt4_QtNetwork.py
I try to find this file to add it to my x-freeze setup but I not find it.
Could you help me?

thanks

Olivier Fournier

os: Windows Vista or Seven 32bits
python 3.2.2
PyQt-Py3.2-x86-gpl-4.8.5-1


python prog sample:

PyQt4app.py

import sys
from PyQt4.QtCore import *
from PyQt4.QtGui import *
from PyQt4.QtNetwork import *

app = QApplication(sys.argv)
form = QDialog()
form.show()
app.exec_()


cx-freeze setup


import sys

from cx_Freeze import setup, Executable

setup(
name = "simple_PyQt4",
version = "0.1",
description = "Sample cx_Freeze PyQt4 script",
executables = [Executable("PyQt4app.py")])







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


Re: [PyQt] cx-freeze error

2011-10-19 Thread o.fourn...@perigord.com

add pyqt4 dlls:

libeay32.dll
ssleay32.dll


Le 19/10/2011 11:23, o.fourn...@perigord.com a écrit :

Hello,

I need to compile python3 script with cx_freeze
If PyQt4 with python3 is not installed on the operating system,
when I execute the program, it can't find 
ExtensionLoader_Pyqt4_QtNetwork.py

I try to find this file to add it to my x-freeze setup but I not find it.
Could you help me?

thanks

Olivier Fournier

os: Windows Vista or Seven 32bits
python 3.2.2
PyQt-Py3.2-x86-gpl-4.8.5-1


python prog sample:

PyQt4app.py

import sys
from PyQt4.QtCore import *
from PyQt4.QtGui import *
from PyQt4.QtNetwork import *

app = QApplication(sys.argv)
form = QDialog()
form.show()
app.exec_()


cx-freeze setup


import sys

from cx_Freeze import setup, Executable

setup(
name = "simple_PyQt4",
version = "0.1",
description = "Sample cx_Freeze PyQt4 script",
executables = [Executable("PyQt4app.py")])







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



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


[PyQt] dip development

2012-10-29 Thread o.fourn...@perigord.com
Hello,

dip development is stopped or just sleeping?
(I would like know if I can build an application with it )

Best regards.

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


Re: [PyQt] Kled module

2013-06-25 Thread o.fourn...@perigord.com
Hi,

You would use pykde

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