ClassDesignerComponents.py line 163 uses:
"asdf".startswith(("a","b")) # The list thing in startswith doesn't work
with python 2.4-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ed Leafe Sent: 5. desember 2007 10:42 To: Dabo developers' list Subject: Re: [dabo-dev] Python version requirements On Dec 5, 2007, at 3:51 AM, Simen Haugen wrote: > You need python 2.4 or newer to run, right? I still use 2.4 and have > never had any problems, but I wanted to see how work on the > classdesigner is coming, and I realized it requires 2.5. Dabo should only require 2.3, as stated in the docs. One of the changes we are strongly considering when we move to 0.9 is requiring 2.5, but nothing now should require that. Can you explain where the problem is, so that I can fix it? > Is this by choice or coincidence? And if it's by choice, an error > message for earlier versions would be great. A stacktrace is never > good > for people wanting to test dabo. Again, if what you say is true, then this is a bug. -- Ed Leafe -- http://leafe.com -- http://dabodev.com [excessive quoting removed by server] _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev Searchable Archives: http://leafe.com/archives/search/dabo-dev This message: http://leafe.com/archives/byMID/dabo-dev/[EMAIL PROTECTED]
