I started the porting of the Crud, Admin, Sprox part a few week ago. Most of the work is already there and I made it available today on "python3" branches of sprox and crud
There are some glitches that need to be fixed and the tgext.admin and tgext.crud test suites need yet to be ported, but it is currently usable to show list of entities, view forms and delete entries. Saving doesn't work yet. On Thu, Nov 21, 2013 at 9:14 PM, percious <[email protected]> wrote: > Hmm, i'll have to take a look at this. > > Maybe it's time for TG to have a python3 sprint. > > Is there any interest in this? > > cheers. > -chris > > > On Tuesday, November 19, 2013 5:10:09 AM UTC-7, lebouquetin wrote: >> >> Hi all, >> >> I work on a TG2.3 project which has been developed using python 2.7. >> Before releasing, I plan to upgrade to python 3. I'm the only user for now >> so it's the best time to do so. >> >> When setting up my environment with python3 / virtualenv and tg2.3, I get >> the following error on setup : >> >> Downloading/unpacking sprox >> Running setup.py egg_info for package sprox >> Traceback (most recent call last): >> File "<string>", line 14, in <module> >> File "/tmp/pod/tg2env/build/sprox/setup.py", line 6, in <module> >> execfile(os.path.join(here, 'sprox', 'release.py')) >> NameError: name 'execfile' is not defined >> Complete output from command python setup.py egg_info: >> Traceback (most recent call last): >> >> File "<string>", line 14, in <module> >> >> File "/tmp/pod/tg2env/build/sprox/setup.py", line 6, in <module> >> >> execfile(os.path.join(here, 'sprox', 'release.py')) >> >> NameError: name 'execfile' is not defined >> >> ---------------------------------------- >> Command python setup.py egg_info failed with error code 1 in >> /tmp/pod/tg2env/build/sprox >> >> >> According to the sprox bitbucket repository and issue tracker, - >> https://bitbucket.org/percious/sprox/issue/45/add-python-3-support<https://www.google.com/url?q=https%3A%2F%2Fbitbucket.org%2Fpercious%2Fsprox%2Fissue%2F45%2Fadd-python-3-support&sa=D&sntz=1&usg=AFQjCNGHkLz5nLIvNr1lAiGSRimkgT-rCQ>, >> python3 is not yet supported by sprox. I do not use sprox on my own, so... >> >> >> - Do I have some dependencies I miss ? >> - Does TG2.3 really support python 3 ? (and in this case how can I >> fix this sprox-specific problem ?) >> >> Thank's. >> >> Damien >> > -- > You received this message because you are subscribed to the Google Groups > "TurboGears" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/turbogears. > For more options, visit https://groups.google.com/groups/opt_out. > -- You received this message because you are subscribed to the Google Groups "TurboGears" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/turbogears. For more options, visit https://groups.google.com/groups/opt_out.

