id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc 897,Command line interface broken in binary distribution [fix included],greeklegend,sadrul,"Problem: I'm on windows, so i downloaded the binary-only distribution of 1.1.6. It contains only .pyc bytecode files, no .py files. However, the command line interface is only searching for commands in the \commands folder with an extention of .py This is fixed by changing the function load_commands() in deluge\ui\console\main.py. I'll attach it. Basically, I just changed the constraints on what filenames will be added to the list of valid commands to allow .pyc files and removed the assumption that removing the last 3 characters from the filename removes the entire extention, including the . Sorry I don't know how to use svn or anything, excuse and ignore me if this has already been fixed :) Also, the console output looks horrible on windows (lots of random symbols). I assume this is because it's expecting readline, which interprets these properly?",bug,closed,minor,,null,1.1.6,Fixed,console command line,