1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2026-01-22 14:41:39 +00:00

Made the windows packaging copy qt plugins in the dist package. PyInstaller did this, but cxfreeze doesn't.

This commit is contained in:
Virgil Dupras
2010-04-08 11:17:03 +01:00
parent f4b3163b04
commit 83725667a4
2 changed files with 16 additions and 5 deletions

View File

@@ -2,4 +2,8 @@
# This modules explicitly import those problematic modules.
import lxml._elementpath
import gzip
import gzip
import os
os.environ['QT_PLUGIN_PATH'] = 'qt4_plugins'