ganehag / pyMeterBus

Pure Python implementation of the Meter-Bus (M-Bus EN13757-3) protocol.
BSD 3-Clause "New" or "Revised" License
74 stars 41 forks source link

Unable to install on Windows #8

Closed take-it-further closed 5 years ago

take-it-further commented 5 years ago

Windows doesn't allow any files to have the name "aux" regardless of extension, so pyMeterBus fails to install on Windows. Renaming aux.py and updating all references to the new name allows the install to complete.

Once installed pyMeterBus works nicely on Windows although I've only tested it with RFC2217 rather than directly attached devices.

ganehag commented 5 years ago

Windows... well, I will verify and then change it.

take-it-further commented 5 years ago

:) We're running Linux in production but devs are using Visual Studio on Windows.

Many thanks.