Skip to content

Commit

Permalink
Python: add site module
Browse files Browse the repository at this point in the history
  • Loading branch information
iakov committed Jul 20, 2023
1 parent 6b3d6b2 commit 2913f54
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ pyinstaller --clean --noconfirm --log-level DEBUG --debug noarchive --onedir --n
--hidden-import=time \
--hidden-import=os \
--hidden-import=types \
--hidden-import=pip \
--hidden-import=venv \
--hidden-import=site \
--hidden-import=numpy \
"$BIN_DIR"/TRIK.py

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ pyinstaller --clean --noconfirm --log-level DEBUG --debug noarchive --onedir --n
--hidden-import=time \
--hidden-import=os \
--hidden-import=types \
--hidden-import=pip \
--hidden-import=venv \
--hidden-import=site \
--hidden-import=numpy \
"$BIN_DIR"/TRIK.py

Expand Down
2 changes: 1 addition & 1 deletion plugins/robots/thirdparty/hidapi

0 comments on commit 2913f54

Please sign in to comment.