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 Message-Id: Date: Thu, 11 Sep 2003 16:41:04 +0200 From: "Olivier Lefevre" To: " Subject: Re: Antw: Re: Cygwin python 2.3 oddity Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Disposition: inline bash-2.05b$ ls -ls `echo $PYTHONSTARTUP` 1.0k -rw-rw-rw- 1 Administ None 22 Sep 11 16:34 /c/cygwin/startup.py I know it isn't read because it contains the line 'from sets import Set' but bash-2.05b$ python Python 2.3 (#1, Aug 1 2003, 15:01:23) [GCC 3.2 20020927 (prerelease)] on cygwin Type "help", "copyright", "credits" or "license" for more information. >>> Set() Traceback (most recent call last): File "", line 1, in ? NameError: name 'Set' is not defined yet the sets module can be found: >>> from sets import Set >>> Set() Set([]) >>> So at this point I am really mystified. -- O.L. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/