Simen Haugen wrote: > It's kind of funny. I've been hesitating to upgrade to 2.5 in order to > _avoid_ breaking old code, but all my problems seems to be because of > this.
Python's pretty nice: you can install 2.5.1 without uninstalling 2.4.4. Then just set your PATH variable to determine which one you want your active python to be. So install it and test, and don't fear that you can't easily revert to the older version if needed. We develop Dabo with the most recent Python. We aren't going to notice, unfortunately, when we introduce subtle problems with earlier python versions. But at any rate, we haven't established yet that either of your problems are related to the old python, but I'm chomping at the bit to find out! Paul -- http://paulmcnett.com _______________________________________________ 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]
