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): """