> Hey, if anyone out there is using Python 2.5, please let us know > your experiences, good and bad. I haven't upgraded yet, as I don't > want to add another variable into my testing, but it would be good to > know if there are any issues.
Unfortunately, the import statement looks different, but that's the only potential issue I've found so far. I don't have access to my machine with Python 2.5 installed at the moment, so I can't be more specific. We'll have to do a try/except on ImportError and try both ways I guess. Paul _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
