2010-04-07 15:30:04 +00:00
|
|
|
# cxfreeze has some problems detecting all dependencies.
|
|
|
|
# This modules explicitly import those problematic modules.
|
|
|
|
|
|
|
|
import lxml._elementpath
|
2010-04-08 10:17:03 +00:00
|
|
|
import gzip
|
|
|
|
|
|
|
|
import os
|
|
|
|
|
|
|
|
os.environ['QT_PLUGIN_PATH'] = 'qt4_plugins'
|