Skip to content

Commit 190f949

Browse files
christiansandbergfelixdivo
authored andcommitted
Add note in documentation about pywin32
1 parent cc06901 commit 190f949

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

doc/interfaces/vector.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ application named "python-can"::
1919
channel = 0, 1
2020
app_name = python-can
2121

22+
If you are using Python 2.7 it is recommended to install pywin32_, otherwise a
23+
slow and CPU intensive polling will be used when waiting for new messages.
24+
2225

2326
Bus
2427
---
@@ -29,3 +32,4 @@ Bus
2932

3033

3134
.. _Vector: https://vector.com/
35+
.. _pywin32: https://sourceforge.net/projects/pywin32/

0 commit comments

Comments
 (0)