8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19f54b6 commit d22f17eCopy full SHA for d22f17e
winpython/wppm.py
@@ -520,10 +520,12 @@ def handle_specific_packages(self, package):
520
if package.name.lower() == 'pyqt5':
521
# see http://code.activestate.com/lists/python-list/666469/
522
tmp_string = r'''@echo off
523
+if "%WINPYDIR%"=="" call %~dp0..\..\scripts\env.bat
524
python -m PyQt5.uic.pyuic %1 %2 %3 %4 %5 %6 %7 %8 %9'''
525
526
else:
527
528
529
python "%WINPYDIR%\Lib\site-packages\package.name\uic\pyuic.py" %1 %2 %3 %4 %5 %6 %7 %8 %9'''
530
531
self.create_file(package, 'pyuic%s.bat' % package.name[-1],
0 commit comments