[web2py] Re: What are you use with web2py.

2018-11-07 Thread 黄祥
text editor: sublime or whatever available (notepad++ in windows) vcs: git nodejs used for some project that needs js, something like chart automate use the configuration management, e.g. ansible, or just web2py scheduler is fine best regards, stifan -- Resources: - http://web2py.com -

[web2py] What are you use with web2py.

2018-11-07 Thread Константин Комков
Hello, I want to know what components are you use with web2py for comfort? (text editor, version control system) Maybe are somebody use Nodejs? And is it appropriate? What are you make for automatу your action, for example clear caсhe and cookies? Thank you! -- Resources: - http://web2py.com -

[web2py] Re: Request for direction to benchmark

2018-11-07 Thread mostwanted
Hey Stifan, i did look at it but id dint quite find what i was looking for but thanks for the suggestion. On Thursday, November 8, 2018 at 1:28:30 AM UTC+2, 黄祥 wrote: > > perhaps you can check on web2py appliances, there are some examples of that > ref: >

[web2py] Re: Problem with starting project

2018-11-07 Thread Константин Комков
I downloaded web2py, deleted old and installed again, but error was the same. There is file appconfig in pass gluon/contrib/. ((ImportError('No module named application.modules',), )) at 047CD338, file "Z:\OAS\web2py\applications\application\models\db.py", line 7> Line 7: from

Re: [web2py] Re: Error with datetime.

2018-11-07 Thread Lovedie JC
When using sqlite, I don't get the errors, but using Mongodb brings up the same error. On Thu, 8 Nov 2018 at 06:43, Maurice Waka wrote: > I'm still getting the same error when changing the dates. > > On Thu, Nov 8, 2018 at 2:27 AM 黄祥 wrote: > >> from error traceback seems like must convert the

Re: [web2py] Re: Error with datetime.

2018-11-07 Thread Maurice Waka
I'm still getting the same error when changing the dates. On Thu, Nov 8, 2018 at 2:27 AM 黄祥 wrote: > from error traceback seems like must convert the str to datetime.date > ref: > https://stackoverflow.com/questions/466345/converting-string-into-datetime > > best regards, > stifan > > -- >

Re: [web2py] Re: Implementing a chat room?

2018-11-07 Thread Lovedie JC
https://github.com/rpedroso/w2pchat On Thu, 8 Nov 2018 at 03:45, pbreit wrote: > Have a look at: > > https://github.com/web2py/web2py/blob/master/gluon/contrib/websocket_messaging.py > > -- > Resources: > - http://web2py.com > - http://web2py.com/book (Documentation) > -

[web2py] Re: Implementing a chat room?

2018-11-07 Thread pbreit
Have a look at: https://github.com/web2py/web2py/blob/master/gluon/contrib/websocket_messaging.py -- 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

[web2py] Re: Problem with starting project

2018-11-07 Thread 黄祥
pls ensure there is a file in web2py/gluon/contrib/appconfig.py perhaps the fastest way is to fix this is re download and re installed web2py best regards, stifan -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) -

[web2py] Re: Request for direction to benchmark

2018-11-07 Thread 黄祥
perhaps you can check on web2py appliances, there are some examples of that ref: https://github.com/mdipierro/web2py-appliances/ best regards, stifan -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) -

[web2py] Re: Error with datetime.

2018-11-07 Thread 黄祥
from error traceback seems like must convert the str to datetime.date ref: https://stackoverflow.com/questions/466345/converting-string-into-datetime best regards, stifan -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) -

[web2py] setting password with auth.register_bare()

2018-11-07 Thread Dave S
I've had mixed results with using the adduser.py script that was published here a while ago. I often don't seem to be able to set the password in a usable way. That is, the step new_user = auth.register_bare(email="testu...@example.com", password= '4example') creates (or updates) the

[web2py] Error with datetime.

2018-11-07 Thread Maurice Waka
I'm getting this error when using datetime; Traceback 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12. 13. 14. 15. 16. 17. 18. 19. 20. 21. 22. 23. 24. 25. 26. 27. 28. 29. 30. 31. 32. 33. 34. 35. 36. 37. 38. 39. 40. 41. 42. 43. 44. 45. 46. 47. 48. 49. 50. Traceback (most recent call last): File

[web2py] Problem with starting project

2018-11-07 Thread Константин Комков
Today I have tried to copy progect from server to my computer and have error message: ((ImportError('No module named application.modules',), )), at 048E6380, file "Z:\OAS\web2py\applications\application\models\db.py", line 7>. I have checked that line. It was: from gluon.contrib.appconfig

[web2py] Re: Enable input (button) after sending form

2018-11-07 Thread Константин Комков
$.web2py.enableElement($('#btnCode')); -- 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

[web2py] Request for direction to benchmark

2018-11-07 Thread mostwanted
Guys i am having a really hard time making a point of sale system with web2py, i have worked on the UI but I cant get it to make any sales at all. Has a point of sale system ever been made with web2py, if there is where can i find an example? Or if anyone is interested in assisting me with mine

[web2py] Glyphicons still not showing in version 2.17.1-stable

2018-11-07 Thread mostwanted
Was a solution ever provided/created for the not appearing glyphicons? Massimo promised a solutions to this last year (2017): https://groups.google.com/forum/#!msg/web2py/CSA-p4OSKM0/mziFoZ3KBQAJ;context-place=topic/web2py/Eii2yOpd_TU Whats the way around this problem? Mostwanted --