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