Well, i had python 3.6 x86 installed on my PC, but i uninstalled it before installing newer version 3.6.3 x64
-Anyway i uninstalled and deleted all python files that i can find and installed 3.6.3 x64 again
- Irestarted PC and run command in cmd
This is result

It says - you have no program asociated with this type of extension, install program or associate installed program in control pannel.
when i run python utorrent-postprocess.pyw it works fine
// I associated .pyw with
pythonw.exe but it wont start the script, when i associate .pyw with
python.exeit will show this
Code: Select all
C:\Users\n3mam>"C:\Users\n3mam\Desktop\Plocha\utorrent-postprocess.pyw" "TV" "5" "Star.Trek.Discovery.S01E07.Magic.to.Make.The.Sanest.Man.Go.Mad.1080p.NF.WEBRip.DD5.1.x264-NTb.mkv" "%K" "Star.Trek.Discovery.S01E07.Magic.to.Make.The.Sanest.Man.Go.Mad.1080p.NF.WEBRip.DD5.1.x264-NTb.mkv" "D:\BORDEL"
Traceback (most recent call last):
File "C:\Users\n3mam\Desktop\Plocha\utorrent-postprocess.pyw", line 24, in <module>
label, state, title, kind, file, directory = sys.argv[1:7]
ValueError: not enough values to unpack (expected 6, got 0)