RE: ActivePython 2.3.2 & ActivePython 2.2.3

2003-10-28 Thread Matthew Thornley
ions in the registry, then please send it to me. If not, no problem. -Original Message- From: Trent Mick [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 28, 2003 1:27 PM To: Matthew Thornley Cc: [EMAIL PROTECTED] Subject: Re: ActivePython 2.3.2 & ActivePython 2.2.3 [Matthew Tho

RE: ActivePython 2.3.2 & ActivePython 2.2.3

2003-10-28 Thread Matthew Thornley
I finally installed ActivePython 2.2.2 just last week and was annoyed to find my .PY and .PYW file types re-associated to PythonWin. Can I expect the same behavior with 2.2.3 and 2.3.2? Is there a way to disable the association of file types when installing ActivePython? TIA, Matthew -

Tracking down memory leaks due to circular references

2003-08-22 Thread Matthew Thornley
Hi, I've been trying to track down memory leaks due to objects not getting deleted due to circular references. I'm using weakref's, so the number of actual references to objects is very small. And yet, objects are not being deleted, as indicated by the __del__ method not being called. Does any

RE: zlib and Debug

2002-11-14 Thread Matthew Thornley
ssage- From: Bob Kline [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 14, 2002 5:13 PM To: Matthew Thornley Cc: Activepython (E-mail) Subject: Re: zlib and Debug On Thu, 14 Nov 2002, Matthew Thornley wrote: > In ActivePython, 2.2.1-222, I'm trying to build the zlib project,

zlib and Debug

2002-11-14 Thread Matthew Thornley
Title: zlib and Debug In ActivePython, 2.2.1-222, I'm trying to build the zlib project, but get the following error:     Cannot open include file: 'zlib.h': No such file or directory Is the source incomplete, or does the source for zlib come from somewhere else? TIA,     Matt

RE: retrieving from standard out from child processes

2002-05-29 Thread Matthew Thornley
Title: RE: retrieving from standard out from child processes Regarding your second question, "tips/tricks to developing Python Gui's", I recently posted a similar question to the wxPython user group. Although my question was aimed at wxPython users, I believe that the same issues are involved