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

PyInstaller is fucked up. Moved to cxFreeze.

This commit is contained in:
Virgil Dupras
2010-04-07 16:30:04 +01:00
parent e6486e08ab
commit 5573352ce6
10 changed files with 56 additions and 245 deletions

5
qt/base/cxfreeze_fix.py Normal file
View File

@@ -0,0 +1,5 @@
# cxfreeze has some problems detecting all dependencies.
# This modules explicitly import those problematic modules.
import lxml._elementpath
import gzip