Skip to content

Commit cf16ebd

Browse files
committed
Fixes #10
1 parent fc8cc5d commit cf16ebd

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

PyQt5/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,10 @@
1818
import os
1919
import sys
2020

21-
# Setup environment variables
21+
# Add sip to PYTHONPATH and executables to PATH
2222
dirname = os.path.dirname(__file__)
2323
sys.path.insert(0, dirname)
24+
os.environ["PATH"] += os.pathsep + dirname
2425

2526
# Expose versions
2627
version_info = (0, 2, 0) # Version of this release

0 commit comments

Comments
 (0)