Skip to content

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

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

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