Removed workaround for another fixed PyInstaller issue.

This commit is contained in:
Tomas Groth 2014-09-02 16:09:51 +02:00
parent 621fde2f44
commit 39e5d9a741
1 changed files with 0 additions and 10 deletions

View File

@ -415,16 +415,6 @@ class WindowsBuilder(object):
copy(os.path.join(self.mudraw_bin), os.path.join(self.dist_path, 'mudraw.exe'))
else:
self._print('... WARNING: mudraw.exe not found')
self._print_verbose('Tempoary workaround for needed dlls not copied by pyinstaller')
self._print_verbose('... pythoncom3X.dll')
if os.path.isfile('C:\\Python33\\Lib\\site-packages\\pywin32_system32\\pythoncom33.dll'):
copy('C:\\Python33\\Lib\\site-packages\\pywin32_system32\\pythoncom33.dll',
os.path.join(self.dist_path, 'pythoncom33.dll'))
elif os.path.isfile('C:\\Python34\\Lib\\site-packages\\pywin32_system32\\pythoncom34.dll'):
copy('C:\\Python34\\Lib\\site-packages\\pywin32_system32\\pythoncom34.dll',
os.path.join(self.dist_path, 'pythoncom34.dll'))
else:
self._print('... WARNING: pythoncom3X.dll not found')
def update_translations(self):
"""