adamcharnock / lightbus

RPC & event framework for Python
https://lightbus.org
Apache License 2.0
199 stars 22 forks source link

Windows Compatibility #23

Open adamcharnock opened 4 years ago

adamcharnock commented 4 years ago

Lightbus currently doesn't work on Windows. Lightbus currently shows the following error on Windows, although the full depth of the compatibility issues are not yet known:

Python ImportError: No module named resource
The resource module is not not compatible on windows

It has been a long long time since I development anything on Windows, so this is an issue I would definitely appreciate someone picking up and taking a look at.

Next steps

I suggest proceeding as follows:

adamcharnock commented 3 years ago

I have fixed the immediate obvious Windows compatibility issue in the above commit. If someone with a working Windows dev environment could confirm if this fix was successful I'd be very grateful.

adamcharnock commented 3 years ago

Hi @sylvoslee,

I received a notification from you on this issue saying this was fixed, but I cannot see a comment on the actual issue itself. Can you just confirm - is this ok now? Thanks!