Skip to content

Commit

Permalink
fix missing comtypes.stream error message
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Oct 10, 2024
1 parent 494ba0b commit 57777ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -1977,7 +1977,7 @@ def add_service_exe(script, icon, base_name) -> None:
external_includes += [
"pyu2f",
"mmap",
"comtypes" # used by webcam and netdev_query
"comtypes", "comtypes.stream", # used by webcam, netdev_query, taskbar progress (file-transfers), etc
]
# this is generated at runtime,
# but we still have to remove the empty directory by hand
Expand Down

0 comments on commit 57777ed

Please sign in to comment.