CONF2PY

69 views
Skip to first unread message

Laurent Lc

unread,
Nov 11, 2015, 7:24:28 AM11/11/15
to web2py-users
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 installed this app is a debian

Thank you

The most recent version is 2010 ?

Richard Vézina

unread,
Nov 11, 2015, 9:56:28 AM11/11/15
to web2py-users
I guess there is things not compatible with recent version of web2py... 2010... It just yesterday... :-P

Richard

--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
---
You received this message because you are subscribed to the Google Groups "web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to web2py+un...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Laurent Lc

unread,
Nov 11, 2015, 2:53:25 PM11/11/15
to web...@googlegroups.com

Thank you
Is there a new version of conf2py or à similar app ?

You received this message because you are subscribed to a topic in the Google Groups "web2py-users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/web2py/Qlw13tyYY4Y/unsubscribe.
To unsubscribe from this group and all its topics, send an email to web2py+un...@googlegroups.com.

Richard Vézina

unread,
Nov 11, 2015, 3:20:01 PM11/11/15
to web2py-users
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 which suppor the application then work from there to update the application to make it works in last version of web2py)...

You may also, provide some traceback here and we can help you figure out what should be adjust in order this app can work again in new version of web2py...

You may also just take what you find so interresting in it and build your own app with the cool stuff that you found...

Richard




Anthony

unread,
Nov 11, 2015, 3:23:10 PM11/11/15
to web2py-users
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
To unsubscribe from this group and stop receiving emails from it, send an email to web2py+unsubscribe@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
---
You received this message because you are subscribed to a topic in the Google Groups "web2py-users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/web2py/Qlw13tyYY4Y/unsubscribe.
To unsubscribe from this group and all its topics, send an email to web2py+unsubscribe@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
---
You received this message because you are subscribed to the Google Groups "web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to web2py+unsubscribe@googlegroups.com.

Richard Vézina

unread,
Nov 11, 2015, 3:37:19 PM11/11/15
to web2py-users
Possible issue :

represent=lambda value, row: ...

Back in time row were not required...

To unsubscribe from this group and stop receiving emails from it, send an email to web2py+un...@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
---
You received this message because you are subscribed to a topic in the Google Groups "web2py-users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/web2py/Qlw13tyYY4Y/unsubscribe.
To unsubscribe from this group and all its topics, send an email to web2py+un...@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
---
You received this message because you are subscribed to the Google Groups "web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to web2py+un...@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
---
You received this message because you are subscribed to the Google Groups "web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to web2py+un...@googlegroups.com.

Anthony

unread,
Nov 11, 2015, 6:17:41 PM11/11/15
to web2py-users


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 value of the field is passed to it.

Anthony
Reply all
Reply to author
Forward
0 new messages