Platform Development • Re: I created a Python 3 port of UXP out of boredom...
https://repo.palemoon.org/athenian200/U ... 774aa2e9c5
https://repo.palemoon.org/athenian200/U ... on3-clean/
Can you try this branch really quick? I probably want to try and make a new branch for this rather than use my old one, but for now, go ahead and try this one...
This kind of issue got me so frustrated during my "dirty" build that I wound up changing almost every callsite in the tree that uses subprocess.Popen with a helper called "check_cmd_output" that fixes everything up. But I didn't want to have to commit that (because of uncertainty on how it would impact other platforms), and I was sure I'd resolved the issue more cleanly.
I guess I should have tested more Windows versions... sorry guys. Anyway, I didn't have my schedule clear today to work on this past noon, so I might not be able to more thoroughly test Windows 7 and 8 until later tonight. I kind of got blindsided by this and was hoping that a major issue like this would be caught in testing.
Discussion in the ATmosphere