From 39e5d9a741521f18a6ad21eafc218d772e045f83 Mon Sep 17 00:00:00 2001 From: Tomas Groth Date: Tue, 2 Sep 2014 16:09:51 +0200 Subject: [PATCH] Removed workaround for another fixed PyInstaller issue. --- windows/windows-builder.py | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/windows/windows-builder.py b/windows/windows-builder.py index ee8d62f..a0a91bb 100644 --- a/windows/windows-builder.py +++ b/windows/windows-builder.py @@ -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): """