Platform Development • Re: I created a Python 3 port of UXP out of boredom...
This patch solved the problem of stopping the build, but the "powershell.exe not find" message still appears.
So we at least got past the immediate str/bytes issues, that's good. It was kind of a rushed patch because I was trying to get ready for company arriving at noon and didn't have much time... glad it was really just what it looked like.
Well, I definitely didn't add that powershell check, so that's going to be hard to track down... but if it's not breaking anything, then perhaps we can leave it alone.
There is also a problem with the display in the console. There used to be Russian letters here.
codepage.png
That's definitely worth investigating, sounds like a Unicode/locale issue... which obviously wouldn't come up in my environment because I'm a native English speaker and thus everything was either UTF-8 or CP-1252 during the entire testing run. But yeah, these are the kind of edge cases I was a little paranoid about already, so nothing here is particularly shocking... the issues seem to be coming up mostly on things like Windows 7, 32-bit builds, and non-English locales.
Discussion in the ATmosphere