Hi,

As I wrote in my first post, here is the test script I am using:

import sys
from PyQt4 import QtGui, QtCore
app = QtGui.QApplication(sys.argv)
win = QtGui.QPushButton("Hello World!")
win.show()
sys.exit(app.exec_())

WinPython uses the latest CPython. As I wrote, it is python-2.7.10 (32-bit)
or python-2.7.10.amd64 (64-bit).

Laurence.



###############################################################
Laurence ANTHONY, Ph.D.
Professor
Center for English Language Education in Science and Engineering (CELESE)
Faculty of Science and Engineering
Waseda University
3-4-1 Okubo, Shinjuku-ku, Tokyo 169-8555, Japan
E-mail: [email protected]
WWW: http://www.laurenceanthony.net/ <http://www.antlab.sci.waseda.ac.jp/>
###############################################################

On 29 August 2015 at 07:44, Martin Zibricky <[email protected]> wrote:

> On Saturday 29 of August 2015 00:53:45 Laurence Anthony wrote:
> > Thank you for the quick response. I tested the python3 branch of
> > PyInstaller with both the WinPython 32-bit (python-2.7.10 + PyQt  4.11.4)
> > and WinPython 64-bit versions (python-2.7.10.amd64 + PyQt  4.11.4).
> > Unfortunately, no change at all. I'm still getting the qt.conf file
> > generated in the .exe folder. Here is the contents of the one-file
> qt.conf
> > file.
>
> Do you have any simple code example to reproduce?
>
> What distribution of Python is 'WinPython'? Is it the standard CPython from
> python.org?
>
> --
> You received this message because you are subscribed to the Google Groups
> "PyInstaller" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/pyinstaller.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/d/optout.

Reply via email to