Philippe F

Results 35 comments of Philippe F

Thanks, that's greatly appreciated ! I will look into WxPython to understand how to find a reliable fixed width font.

If you feel like fixing this, that would be of great help since you can investigate the problem directly. On Windows, the problem does not show up even if I...

Can you check with the version I just committed ? The font lookup is now more generic, it should fix the problem.

Which version of winpdb are you using ?

Hi. Porting winpdb to python3 / phoenix is too demanding and too technical for me. I'll just give up. If you feel like trying to solve the bug reported, please...

I know this bug is from a long time ago. I checked the relevant code and indeed, the overquoting is problematic. Instead of passing a string with overquote to subprocess.Popen(),...

I assume this should be fixed now with the more recent versions of WxPython. If anybody feels like checking...

Thanks for the feedback. Could you propose a better wording ? I tried to describe the current situation but it's not that easy... Using winpdb with Python 3 is not...

For automatic Python 3 support, it is very delicate. It is sometimes possible that a program is Python 3 dedicated, but not always. And some program are designed to run...