Re: [Python-Dev] Memory

2016-05-01 Thread Carl Kleffner
AFAIK Burkhard A. Meier is the author of the Python GUI Programming Cookbook (Packtpub). I wonder if someone has hacked is gmail account? 2016-05-01 18:51 GMT+02:00 Steven D'Aprano : > On Sun, May 01, 2016 at 08:08:22AM -0500, Ryan Gonzalez wrote: > > Well, I put this in Google Translate...and go

Re: [Python-Dev] modernizing IDLE

2015-11-07 Thread Carl Kleffner
there is also http://idlex.sourceforge.net/about.html to mention. 2015-11-06 18:08 GMT+01:00 Mark Roseman : > Just wanted to share some documentation I’ve put together (and a snapshot > of the code) on the effort to improve the appearance and behaviour of IDLE: > > http://www.tkdocs.com/tutorial/

Re: [Python-Dev] VS 2010 compiler

2015-09-30 Thread Carl Kleffner
It should be possible with Wine. Am 30.09.2015 22:50 schrieb "Laurent Gautier" : > Hi Carl, > > Looks promising. > > Any chance the effort would consider cross-compiling (from Linux) as a > possible objective ? > > Best, > > Laurent > > On W

Re: [Python-Dev] VS 2010 compiler

2015-09-30 Thread Carl Kleffner
Concerning the claims that mingw is difficult: The mingwpy package is a sligthly modified mingw-w64 based gcc toolchain, that is in development. It is designed for simple use and for much better compatibility to the standard MSVC python builds. It should work out of the box, as long as the \Script

Re: [Python-Dev] Embedding Python 3.5

2015-09-09 Thread Carl Kleffner
A good overview on this topic is given on https://github.com/numpy/numpy/wiki/windows-dll-notes. As a side note the PATH is usually the latest place in the search order of DLLs. Pre-loading python35.dll into the process space from within vim could be a possible solution. 2015-09-09 16:30 GMT+02:0

Re: [Python-Dev] Building Extensions for Python 3.5 on Windows

2015-09-02 Thread Carl Kleffner
09-02 14:38 GMT+02:00 Paul Moore : > On 2 September 2015 at 13:01, Carl Kleffner wrote: > > that is https://bugs.python.org/msg248716 see also > > http://rt.openssl.org/Ticket/Display.html?id=3390&user=guest&pass=guest > > Interesting. But it does confirm that obje

Re: [Python-Dev] Building Extensions for Python 3.5 on Windows

2015-09-02 Thread Carl Kleffner
Hi, that is https://bugs.python.org/msg248716 see also http://rt.openssl.org/Ticket/Display.html?id=3390&user=guest&pass=guest Steve: is there more of that in the new universal runtimes? Carl 2015-09-02 12:16 GMT+02:00 Paul Moore : > On 1 September 2015 at 17:15, Steve Dower wrote: > > On 01S