414
414
def get_qbzr_py2exe_info(includes, excludes, packages, data_files):
415
415
# PyQt4 itself still escapes the plugin detection code for some reason...
419
418
includes.append('sip') # extension module required for Qt.
420
419
packages.append('pygments') # colorizer for qbzr
421
420
packages.append('docutils') # html formatting
422
421
includes.append('win32event') # for qsubprocess stuff
429
422
# the qt binaries might not be on PATH...
430
423
# They seem to install to a place like C:\Python25\PyQt4\*
431
424
# Which is not the same as C:\Python25\Lib\site-packages\PyQt4