kxrob
kxrob
Did not run all that so far - just looked via `python -sS` on existing dirs. Thus is it just a ModuleNotFoundError? Or is there more to "fails"? Why is...
I think the problem in that SO question just came from me making the browser default modal in d10d5594. I was not aware (or forgot) that combrowse.py may be run...
> * Modeless crashes (as expected since no fix was attempted in this area) I guess you are trying to run `combrowse.main(modal=False)` somehow from a console script / interactive, like...
Now found this thread after I just posted a patch in #1559 : Should solve both: the file save of non-ascii/latin1 and the PY3 default utf8. Note: The patch above...
> I'd probably prefer something like having the installer not create it in the first place and have win32com.**init** check - that would at least only be a read in...
> That sounds like a can of worms for little value, particularly when writing (eg, would we try and write to every location and take the first writable one? Yes,...
> No plan to fix that bug more than 10 years after opening the issue? The error line `assert sys.modules[modname] is old_mod` is not used anymore with Python 3 only...
Did that cause a problem? The constants seem to work with their modules - and crossover. `unsigned long` / DWORD has no equivalent in the standard Python types (but ctypes)....
> I'm unclear why 4294967285 wouldn't round-trip through Pickle correctly to `(DWORD)-11`, which equals `4294967285UL`. The `(unsigned long) -11` compiled on such 64bit integer system would be 18446744073709551605UL. A literally...
Note: This will also be handled by #1931 likely - after a pending push regarding common base class of the dynamic and gen wrappers and optimizations. The dynamic wrapper (which...