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:
5
qt/base/cxfreeze_fix.py
Normal file
5
qt/base/cxfreeze_fix.py
Normal file
@@ -0,0 +1,5 @@
|
||||
# cxfreeze has some problems detecting all dependencies.
|
||||
# This modules explicitly import those problematic modules.
|
||||
|
||||
import lxml._elementpath
|
||||
import gzip
|
||||
Reference in New Issue
Block a user