nosmokingbandit / Watcher3

Other
279 stars 59 forks source link

nzbget post-process not working #28

Closed domenicdistefano closed 7 years ago

domenicdistefano commented 7 years ago

Noticed nzbget post-processing wasn't working anymore after updating to latest versions of everything. See output below when trying to run test.py from the command prompt.


C:\Watcher3\post scripts>c:\Python36-32\python.exe test.py Traceback (most recent call last): File "test.py", line 23, in import urllib.parse.urlencode as urlencode ModuleNotFoundError: No module named 'urllib.parse.urlencode'; 'urllib.parse' is not a package

C:\Watcher3\post scripts>c:\Python36-32\python.exe test2.py Traceback (most recent call last): File "test2.py", line 23, in import urllib.parse.urlencode as urlencode ModuleNotFoundError: No module named 'urllib.parse.urlencode'; 'urllib.parse' is not a package

C:\Watcher3\post scripts>

nosmokingbandit commented 7 years ago

Duplicate of #27.