drewwalters96 / subber

A web-based application that allows active reddit users to discover subreddits based on post history and subscription data.
GNU General Public License v3.0
5 stars 3 forks source link

Not supported on Windows #31

Closed annapankiewicz closed 6 years ago

annapankiewicz commented 6 years ago

Subber does not support Windows, and this should be reflected in its documentation.

When running Subber as a Python package on Windows, starting the REST API with Gunicorn fails and gives "ModuleNotFoundError: No module named 'fcntl'".

drewwalters96 commented 6 years ago

Thank you for the contribution @annapankiewicz! This definitely should be made clear in the documentation; we will address this.

Note: this issue applies to developers looking to run Subber as a python package, so it should probably be added to that section. Running Subber as a container is still supported on windows.

drewwalters96 commented 6 years ago

Closed in #35