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

[SQLObject] Python 3, FormEncode, Travis, Tox

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 > > You can see what it was in 1.3.0: > https://github.com/formenco

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

Re: [SQLObject] Python 3, FormEncode, Travis, Tox

2016-07-25 Thread Neil Muller
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 passing. So I thing there is something wrong > significantly with the tests.

[SQLObject] Python 3, FormEncode, Travis, Tox

2016-07-25 Thread Oleg Broytman
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 passing. So I thing there is something wrong significantly with the tests. Either Travis or Tox are betraying us. Oleg. -- O

Re: [SQLObject] Python 3

2016-04-22 Thread Oleg Broytman
Hello! On Fri, Apr 22, 2016 at 05:18:32PM +0200, Neil Muller wrote: > On 26 March 2015 at 21:47, Neil Muller wrote: > > On 26 March 2015 at 21:33, Oleg Broytman wrote: > >> Hi! All tests are green. What's next? > >> > > > > I'm currently working on converting a few small'ish programs I have to

Re: [SQLObject] Python 3

2016-04-22 Thread Neil Muller
On 26 March 2015 at 21:47, Neil Muller wrote: > On 26 March 2015 at 21:33, Oleg Broytman wrote: >> Hi! All tests are green. What's next? >> > > I'm currently working on converting a few small'ish programs I have to > use python 3 and sqlobject trunk, to see if that shows any lingering > issues. U

Re: [SQLObject] Python 3

2015-03-26 Thread Oleg Broytman
On Thu, Mar 26, 2015 at 07:12:46PM -0500, Ian Cordasco wrote: > On Thu, Mar 26, 2015 at 6:55 PM, Oleg Broytman wrote: > > > On Thu, Mar 26, 2015 at 06:45:21PM -0500, Ian Cordasco < > > graffatcolmin...@gmail.com> wrote: > > > On Thu, Mar 26, 2015 at 6:34 PM, Oleg Broytman wrote: > > > > > > >

Re: [SQLObject] Python 3

2015-03-26 Thread Ian Cordasco
On Thu, Mar 26, 2015 at 6:55 PM, Oleg Broytman wrote: > On Thu, Mar 26, 2015 at 06:45:21PM -0500, Ian Cordasco < > graffatcolmin...@gmail.com> wrote: > > On Thu, Mar 26, 2015 at 6:34 PM, Oleg Broytman wrote: > > > > > On Fri, Mar 27, 2015 at 12:05:53AM +0100, Oleg Broytman < > p...@phdru.name> >

Re: [SQLObject] Python 3

2015-03-26 Thread Oleg Broytman
On Thu, Mar 26, 2015 at 06:45:21PM -0500, Ian Cordasco wrote: > On Thu, Mar 26, 2015 at 6:34 PM, Oleg Broytman wrote: > > > On Fri, Mar 27, 2015 at 12:05:53AM +0100, Oleg Broytman > > wrote: > > > On Thu, Mar 26, 2015 at 05:53:19PM -0500, Ian Cordasco < > > graffatcolmin...@gmail.com> wrote: >

Re: [SQLObject] Python 3

2015-03-26 Thread Ian Cordasco
On Thu, Mar 26, 2015 at 6:34 PM, Oleg Broytman wrote: > On Fri, Mar 27, 2015 at 12:05:53AM +0100, Oleg Broytman > wrote: > > On Thu, Mar 26, 2015 at 05:53:19PM -0500, Ian Cordasco < > graffatcolmin...@gmail.com> wrote: > > > > > On 26 March 2015 at 21:33, Oleg Broytman wrote: > > > > > > Hi! Al

Re: [SQLObject] Python 3

2015-03-26 Thread Oleg Broytman
On Fri, Mar 27, 2015 at 12:05:53AM +0100, Oleg Broytman wrote: > On Thu, Mar 26, 2015 at 05:53:19PM -0500, Ian Cordasco > wrote: > > > > On 26 March 2015 at 21:33, Oleg Broytman wrote: > > > > > Hi! All tests are green. What's next? > > > An alpha release might help us get some beta testers. M

Re: [SQLObject] Python 3

2015-03-26 Thread Oleg Broytman
On Thu, Mar 26, 2015 at 05:53:19PM -0500, Ian Cordasco wrote: > > > On 26 March 2015 at 21:33, Oleg Broytman wrote: > > > > Hi! All tests are green. What's next? > An alpha release might help us get some beta testers. Maybe create a > 3.0.0a1 that people can then pip install? Nice idea, wil

Re: [SQLObject] Python 3

2015-03-26 Thread Ian Cordasco
On Mar 26, 2015 4:11 PM, "Oleg Broytman" wrote: > > On Thu, Mar 26, 2015 at 09:47:31PM +0200, Neil Muller < drnlmuller+sqlobj...@gmail.com> wrote: > > On 26 March 2015 at 21:33, Oleg Broytman wrote: > > > Hi! All tests are green. What's next? > > > > I'm currently working on converting a few smal

Re: [SQLObject] Python 3

2015-03-26 Thread Oleg Broytman
On Thu, Mar 26, 2015 at 09:47:31PM +0200, Neil Muller wrote: > On 26 March 2015 at 21:33, Oleg Broytman wrote: > > Hi! All tests are green. What's next? > > I'm currently working on converting a few small'ish programs I have to > use python 3 and sqlobject trunk, to see if that shows any linger

Re: [SQLObject] Python 3

2015-03-26 Thread Neil Muller
On 26 March 2015 at 21:33, Oleg Broytman wrote: > Hi! All tests are green. What's next? > I'm currently working on converting a few small'ish programs I have to use python 3 and sqlobject trunk, to see if that shows any lingering issues. Unfortunately, I haven't been able to find a lot of time to

[SQLObject] Python 3

2015-03-26 Thread Oleg Broytman
Hi! All tests are green. What's next? Oleg. -- Oleg Broytmanhttp://phdru.name/p...@phdru.name Programmers don't die, they just GOSUB without RETURN. -- Dive into the World of Paral

Re: [SQLObject] python 3 compatibility patch

2011-05-15 Thread Oleg Broytman
On Sun, May 15, 2011 at 04:10:04PM +0200, Daniel Fetchinson wrote: > I planning to send a series of patches for moving closer to python 3 > compatibility as far as it is possible with python 2.x > > This first patch changes all 'mydict.has_key(name)' type of checks > with 'name in mydict'. App

[SQLObject] python 3 compatibility patch

2011-05-15 Thread Daniel Fetchinson
I planning to send a series of patches for moving closer to python 3 compatibility as far as it is possible with python 2.x This first patch changes all 'mydict.has_key(name)' type of checks with 'name in mydict'. Cheers, Daniel -- Psss, psss, put it down! - http://www.cafepress.com/putitdown

Re: [SQLObject] Python 3 version

2010-02-20 Thread Oleg Broytman
On Sat, Feb 20, 2010 at 12:03:03PM +0200, Neil Muller wrote: > On 19 February 2010 17:14, Oleg Broytman wrote: > > I haven't started to move to Py3k myself. The biggest problem is that I > > don't see DB AP drivers for Py3k > > I have no idea about the status of MySQLdb, but psycopg did have > s

Re: [SQLObject] Python 3 version

2010-02-20 Thread Neil Muller
On 19 February 2010 17:14, Oleg Broytman wrote: >   I haven't started to move to Py3k myself. The biggest problem is that I > don't see DB AP drivers for Py3k (SQLObject uses DB API drivers to connect > to backends and to pass SQL queries). I think sqlite3 driver is ok, but > where can I download

Re: [SQLObject] Python 3 version

2010-02-19 Thread Oleg Broytman
Hello. On Fri, Feb 19, 2010 at 03:00:18PM +, Alan Harris-Reid wrote: > Can anyone tell me if a Python 3 version of SQLObject is available yet? > If not, does anyone know of any plans to port it? It seems I'm the only active developer left though there are many users; among them there are

Re: [SQLObject] Python 3 version

2010-02-19 Thread Alan Harris-Reid
Hi, Can anyone tell me if a Python 3 version of SQLObject is available yet? If not, does anyone know of any plans to port it? Thanks, Alan -- Download Intel® Parallel Studio Eval Try the new software tools for yours