Python without X11?

2022-04-05 Thread test test via Cygwin
I was wondering if it is possible to compile Python so that it would not use X11 at all? I have a small program that uses tkinter but would like to run it without having a dependency to X11. I have managed to compile Tcl/Tk that doesn't need X server but how to manage the same with Python? Than

Re: Problems (and a workaround) with zlib and Windows Dev Channel

2020-10-31 Thread test test via Cygwin
> I noticed that some programs that depend on zlib stopped working and started > creating stackdumps with Windows Dev Channel build 20246.1. I could not get > gdb working with zlib but I figured a workaround: I recompiled zlib with > cygport using the latest gcc (10.2.0) and copied the dll over

Problems (and a workaround) with zlib and Windows Dev Channel

2020-10-31 Thread test test via Cygwin
Hello! I noticed that some programs that depend on zlib stopped working and started creating stackdumps with Windows Dev Channel build 20246.1. I could not get gdb working with zlib but I figured a workaround: I recompiled zlib with cygport using the latest gcc (10.2.0) and copied the dll over t