Gabisonfire / raincoat

Raincoat is a tool to search torrents using Jackett and send them to your client.
51 stars 15 forks source link

ModuleNotFoundError: No module named 'syslog' #10

Closed mooseyoose closed 3 years ago

mooseyoose commented 3 years ago

Hey,

When I run raincoat, I get this error:

\programs\python\python38-32\lib\site-packages\justlog\justlog.py", line 1, in <module> import syslog ModuleNotFoundError: No module named 'syslog'

Any idea?

Gabisonfire commented 3 years ago

I'm guessing you are running from Windows right? Think that I need to change from syslog to logging from a quick read. I will check a bit later.

mooseyoose commented 3 years ago

Windows correct. Thanks

Gabisonfire commented 3 years ago

You can use pip install -U justlog and it should fix your issue. Tested on Windows.