pyqt / python-qt5

Unofficial PyQt5 via PyPI for Python 2.7 64-bit on Windows
GNU General Public License v3.0
280 stars 78 forks source link

Bundle qt.conf #4

Closed mottosso closed 9 years ago

mottosso commented 9 years ago

At the moment, the only file keeping PyQt5 from being fully insulated and portable is the qt.conf that is installed in the root of your Python directory.

According to this, it should be possible to bundle it via Qt's resource system, by importing the resource when importing PyQt5 for the first time. In it's __init__.py.