Re: [Idle-dev] problem with set(...) in tutor

2005-03-14 Thread John Zelle
Sets are also available as a moddule in python 2.3. This code would work if you first import: from sets import Set as set Douglas S. Blank wrote: Logan, I believe you need Python 2.4 which added the "set" function. -Doug Przemyslaw Kisicki wrote: I use: --

Re: [Idle-dev] problem with set(...) in tutor

2005-03-14 Thread Douglas S. Blank
Logan, I believe you need Python 2.4 which added the "set" function. -Doug Przemyslaw Kisicki wrote: I use: Python 2.3.4 (#2, Aug 19 2004, 15:49:40) [GCC 3.4.1 (Mandrakelinux (Alpha 3.4.1-3mdk)] on linux2 ... IDLE 1.0.

[Idle-dev] problem with set(...) in tutor

2005-03-14 Thread Przemyslaw Kisicki
I use: Python 2.3.4 (#2, Aug 19 2004, 15:49:40) [GCC 3.4.1 (Mandrakelinux (Alpha 3.4.1-3mdk)] on linux2 ... IDLE 1.0.3 I was trying to wr