Re: [web2py] CONF2PY

2015-11-11 Thread Anthony
On Wednesday, November 11, 2015 at 3:37:19 PM UTC-5, Richard wrote: > > Possible issue : > > represent=lambda value*, row*: ... > > Back in time row were not required... > It was changed in a backward compatible way, so if you have a represent function that takes only a single value, just the v

Re: [web2py] CONF2PY

2015-11-11 Thread Richard Vézina
Possible issue : represent=lambda value*, row*: ... Back in time row were not required... On Wed, Nov 11, 2015 at 3:23 PM, Anthony wrote: > web2py aims to maintain backward compatibility, so it *should* still run > under the current version of web2py. We'll need more details to figure out > th

Re: [web2py] CONF2PY

2015-11-11 Thread Anthony
web2py aims to maintain backward compatibility, so it *should* still run under the current version of web2py. We'll need more details to figure out the problem though. Please provide the exact steps you are taking as well as the traceback. Anthony On Wednesday, November 11, 2015 at 3:20:01 PM

Re: [web2py] CONF2PY

2015-11-11 Thread Richard Vézina
Massimo's answer another post about that... He is the author and didn't use it since a wild... Your best guess, go to github request an old version of web2py dating from 2010 and try the app again in these old version (even version from later may works you have to test what the latest version whic

Re: [web2py] CONF2PY

2015-11-11 Thread Laurent Lc
Thank you Is there a new version of conf2py or à similar app ? Le 11 nov. 2015 3:56 PM, "Richard Vézina" a écrit : > I guess there is things not compatible with recent version of web2py... > 2010... It just yesterday... :-P > > Richard > > On Wed, Nov 11, 2015 at 7:24 AM, Laurent Lc wrote: > >>

Re: [web2py] CONF2PY

2015-11-11 Thread Richard Vézina
I guess there is things not compatible with recent version of web2py... 2010... It just yesterday... :-P Richard On Wed, Nov 11, 2015 at 7:24 AM, Laurent Lc wrote: > Could you tell me why it is impossible to run this app. > If i want to create an user it crash the app .. > Th os where i ve inst