Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add pywin32 for Windows platform #70

Merged
merged 2 commits into from
Aug 16, 2019
Merged

Conversation

JarryShaw
Copy link
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
Copy link

linux-foundation-easycla bot commented Aug 10, 2019

CLA Check
The committers are authorized under a signed CLA.

@theopolis theopolis merged commit 8621cb7 into osquery:master Aug 16, 2019
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