Re: [SQLObject] Python 3 and FormEncode

2016-07-25 Thread Oleg Broytman
On Mon, Jul 25, 2016 at 07:55:48AM -0500, Ian Cordasco wrote: > On Mon, Jul 25, 2016 at 7:51 AM, Christoph Zwerschke wrote: > > Am 25.07.2016 um 13:18 schrieb Oleg Broytman: > > > File "", line 1, in > > > NameError: name 'unicode' is not defined > > > > Hi Oleg, > > > > FormEncode 1.3 shou

Re: [SQLObject] Python 3 and FormEncode

2016-07-25 Thread Ian Cordasco
On Mon, Jul 25, 2016 at 7:55 AM, Ian Cordasco wrote: > On Mon, Jul 25, 2016 at 7:51 AM, Christoph Zwerschke wrote: >> Am 25.07.2016 um 13:18 schrieb Oleg Broytman: >> > File "", line 1, in >> > NameError: name 'unicode' is not defined >> >> Hi Oleg, >> >> FormEncode 1.3 should run with Pytho

Re: [SQLObject] Python 3 and FormEncode

2016-07-25 Thread Oleg Broytman
On Mon, Jul 25, 2016 at 02:51:03PM +0200, Christoph Zwerschke wrote: > Am 25.07.2016 um 13:18 schrieb Oleg Broytman: > > File "", line 1, in > > NameError: name 'unicode' is not defined > > Hi Oleg, > > FormEncode 1.3 should run with Python 3, it uses 2to3. This error > indicates that dur

Re: [SQLObject] Python 3 and FormEncode

2016-07-25 Thread Ian Cordasco
On Mon, Jul 25, 2016 at 7:51 AM, Christoph Zwerschke wrote: > Am 25.07.2016 um 13:18 schrieb Oleg Broytman: > > File "", line 1, in > > NameError: name 'unicode' is not defined > > Hi Oleg, > > FormEncode 1.3 should run with Python 3, it uses 2to3. This error > indicates that during installat

Re: [SQLObject] Python 3 and FormEncode

2016-07-25 Thread Christoph Zwerschke
Am 25.07.2016 um 13:18 schrieb Oleg Broytman: > File "", line 1, in > NameError: name 'unicode' is not defined Hi Oleg, FormEncode 1.3 should run with Python 3, it uses 2to3. This error indicates that during installation the 2to3 tool did not run properly. Some have reported that this prob

Re: [SQLObject] Python 3 and FormEncode

2016-07-25 Thread Neil Muller
On 25 July 2016 at 13:18, Oleg Broytman wrote: > > Hi! > > On Mon, Jul 25, 2016 at 01:03:33PM +0200, Neil Muller > wrote: > > On 25 July 2016 at 12:40, Oleg Broytman wrote: > > > Does anybody here use SQLObject with Python 3? I started to believe it's > > > still impossible due to FormEncode no

Re: [SQLObject] Python 3 and FormEncode

2016-07-25 Thread Oleg Broytman
On Mon, Jul 25, 2016 at 06:25:08AM -0500, Ian Cordasco wrote: > So current master (I think) probably has this fixed: > https://github.com/formencode/formencode/blob/203bb759cd21ca54dddae9772157342d477b45cd/formencode/api.py#L155 That works: $ pip3 install git+https://github.com/formencode/fo

Re: [SQLObject] Python 3 and FormEncode

2016-07-25 Thread Ian Cordasco
On Mon, Jul 25, 2016 at 6:18 AM, Oleg Broytman wrote: > Hi! > > On Mon, Jul 25, 2016 at 01:03:33PM +0200, Neil Muller > wrote: >> On 25 July 2016 at 12:40, Oleg Broytman wrote: >> > Does anybody here use SQLObject with Python 3? I started to believe it's >> > still impossible due to FormEncode

Re: [SQLObject] Python 3 and FormEncode

2016-07-25 Thread Oleg Broytman
Hi! On Mon, Jul 25, 2016 at 01:03:33PM +0200, Neil Muller wrote: > On 25 July 2016 at 12:40, Oleg Broytman wrote: > > Does anybody here use SQLObject with Python 3? I started to believe it's > > still impossible due to FormEncode not being ready for Python 3.4. But > > our tests at Travis are p