Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Date: Thu, 18 Jul 2002 09:26:42 -0400 From: Jason Tishler Subject: Re: Python: Activestate and/or Cygwin In-reply-to: To: cygwin AT cygwin DOT com Mail-followup-to: cygwin AT cygwin DOT com Message-id: <20020718132642.GC1140@tishler.net> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT Content-disposition: inline User-Agent: Mutt/1.4i References: Don, On Tue, Jul 16, 2002 at 04:59:13PM -0700, Don Dwiggins wrote: > I'm thinking of using Cygwin Python in addition to or instead of > ActiveState. Does anyone on the list have some experience in this? I do the above myself. I use Cygwin Python for all of my Python needs except for COM -- then I use Win32 Python. > In particular, would there be problems adding Hammond's Windows > extensions to Cygwin Python (or better yet, has it been done)? See the following: http://mail.python.org/pipermail/python-list/2002-June/107208.html > What other gotchas might there be? Remember that Cygwin Python is a Unix (i.e., Posix) Python, so you may lose some of the Win32 Python features. As an example, the _winreg module is currently not part of Cygwin Python. Although, work has been done in this area: http://sourceforge.net/tracker/?func=detail&atid=305470&aid=554807&group_id=5470 The Cygwin Python README might be helpful too: http://www.tishler.net/jason/software/python/python-2.2.1.README Jason -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/