FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Add pywin32 for Windows platform by JarryShaw · Pull Request #70 · osquery/osquery-python · GitHub

Add pywin32 for Windows platform - #70

Merged
theopolis merged 2 commits into
osquery:masterfrom
JarryShaw:master
Aug 16, 2019
Merged

Add pywin32 for Windows platform#70
theopolis merged 2 commits into
osquery:masterfrom
JarryShaw:master

Conversation

Copy link
Copy Markdown
Contributor

Trying to fix the following dependency issue on Windows platform 😄

>>> import osquery
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "C:\Users\fakepath\AppData\Local\Programs\Python\Python37\lib\site-packages\osquery\__init__.py", line 34, in <module>
    from osquery.extension_client import DEFAULT_SOCKET_PATH, ExtensionClient, \
  File "C:\Users\fakepath\AppData\Local\Programs\Python\Python37\lib\site-packages\osquery\extension_client.py", line 25, in <module>
    from osquery.TPipe import TPipe
  File "C:\Users\fakepath\AppData\Local\Programs\Python\Python37\lib\site-packages\osquery\TPipe.py", line 11, in <module>
    import win32event
ModuleNotFoundError: No module named 'win32event'

linux-foundation-easycla Bot commented Aug 10, 2019
edited
Loading

Copy link
Copy Markdown


The committers are authorized under a signed CLA.

theopolis merged commit 8621cb7 into osquery:master Aug 16, 2019
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants


Back | FazBrowse Home | New Git URL