public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: "Olivier Lefevre" <Olivier.Lefevre@biocrates.at>
To: <Cygwin <cygwin@cygwin.com>>
Subject: Re: Antw: Re: Cygwin python 2.3 oddity
Date: Thu, 11 Sep 2003 14:54:00 -0000	[thread overview]
Message-ID: <sf60a5a9.034@t-c-c.at> (raw)

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 "<stdin>", 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/

             reply	other threads:[~2003-09-11 14:41 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-09-11 14:54 Olivier Lefevre [this message]
2003-09-11 15:39 ` Jason Tishler
  -- strict thread matches above, loose matches on Subject: below --
2003-09-11 21:55 Olivier Lefevre
2003-09-11 21:58 ` Antw: Re: cygwin " Christopher Faylor
2003-09-12 14:49   ` Jason Tishler
     [not found] <sf60b722.072@t-c-c.at>
2003-09-11 18:35 ` Antw: Re: Cygwin " Jason Tishler
2003-09-11 15:55 Olivier Lefevre
2003-09-11 17:28 ` Cliff Hones
     [not found] <sf5fac54.018@t-c-c.at>
2003-09-11 14:16 ` Jason Tishler
2003-09-11 15:31   ` Antw: Re: cygwin " Christopher Faylor

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=sf60a5a9.034@t-c-c.at \
    --to=olivier.lefevre@biocrates.at \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).