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 dcf79ec commit 52436f3Copy full SHA for 52436f3
PyQtClient.py
@@ -20,8 +20,6 @@
20
__Copyright__ = 'Copyright (c) 2019 Irony'
21
__Version__ = 1.0
22
23
-sys.path.append(os.path.abspath('Lib'))
24
-sys.path.append(os.path.abspath('Lib/site-packages'))
25
sys.path.append(os.path.abspath('Library.zip'))
26
27
from PyQt5.QtWidgets import QApplication
0 commit comments