[Webware-devel] DBUtils not supported for Python 3.1+

2014-08-22 Thread Jolitz Ben - bjolit
The following patch will make it install from pip quite fine on current Python 3 versions. I set the minor for Python 3 to ’10' as there are no expected major syntax changes to Python 3 planned and it is reasonable to assume this package will function well with 2to3 being run, but it really is

Re: [Webware-devel] DBUtils not supported for Python 3.1+

2014-08-22 Thread Christoph Zwerschke
Am 22.08.2014 um 00:57 schrieb Jolitz Ben - bjolit: > The following patch will make it install from pip quite fine on current > Python 3 versions. Thanks for the tip, Ben. DBUtils was not developed with Python 3 in mind, and I only tested and used it with Python 2, so I was amazed to see that th