Brian (life-elevated) dojafoja

Results 8 comments of Brian (life-elevated) dojafoja

Only thing is to switch to a string to allow for versioning beyond a float value like 2.2.1. With a string I can use LooseVersion from distutils.version and make version...

When does it crash? During folder creation time? A stack trace might be helpful as well to see which line of code if causing the issue. I dont understand why...

I'm gonna run a few tests and see if its just the print statement breaking it. I'm wondering if since print() wraps stdout maybe it has something to do with...

Ya I'm not an expert in unicode but its definitely an obscure unicode character. I'm also having issues populating a combobox in tk with the same titles.

This issue definitely has something to do with printing to the users terminal and it's encoding. The print statement on line 116 is what breaks and the exact same output...

It also prints fine in linux. It also does not happen when entering key manually using -key argument. I'm gonna try a couple things.

I think the best solution right now would be a try: except UnicodeEncodeError: block where it tries to print normally and if above exception is raised then wrap outfname with...

I will submit a pull request today