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
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
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
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
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
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
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
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
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