[web2py] Re: Web2Py and IntelliJ Idea

2011-04-12 Thread kuokon
You can try the Python version of their IDE, PyCharm: http://www.jetbrains.com/pycharm/ Best, kuokon On Apr 12, 12:25 pm, luckysmack wrote: > Im wondering if anyone is using IntelliJ's Idea editor for their > web2py projects. I used it for php before coming here and is h

[web2py] Re: shameless advertisement - web2py course

2011-04-12 Thread kuokon
You can try it's Python version of their Intellij IDE, PyCharm: http://www.jetbrains.com/pycharm/ Best, kuokon On Apr 12, 12:13 pm, Massimo Di Pierro wrote: > Hello everybody, > > tomorrow is the first day of my online class on web development with python

[web2py] support for Amazon Simple Email Service (Amazon SES) ?

2011-04-07 Thread kuokon
Hi, Is there support for using Amazon SES as email server ? I'm thinking using it for user registration authentication / confirmation. Best, kuokon

[web2py] impersonate any user

2011-01-26 Thread kuokon
Hi, Is there way to specific a permission that allow admin/root to impersonate any user, instead of just a single user id? eg. has_permission('impersonate', 'auth_user') # any user instead of has_permission('impersonate', 'auth_user', u

[web2py] wrong documentation on ajax api sample?

2011-01-07 Thread kuokon
hello, from the document (page 423 of 3rd edition of web2py, and http://web2py.com/book/default/chapter/10) it say the ajax api has the following signature however, when I tried on my own application, instead of the 'id' field, I need to use the 'name' field in order for the ajax

[web2py] Re: problem with 'NEW APPLICATION WIZARD'

2010-12-30 Thread kuokon
pm, mdipierro wrote: > I do not know what to say... I have the same os and not problem. > > Check permissions. If you have the app folder, delete it. > > On Dec 29, 10:37 pm, kuokon wrote: > > > > > > > > > os:  osx snow leopard > > > Darwin K

[web2py] Re: problem with 'NEW APPLICATION WIZARD'

2010-12-29 Thread kuokon
os: osx snow leopard Darwin Kernel Version 10.5.0: Fri Nov 5 23:20:39 PDT 2010; root:xnu-1504.9.17~1/RELEASE_I386 i386 On Dec 30, 12:15 pm, mdipierro wrote: > strange. what os? > > On Dec 29, 10:05 pm, kuokon wrote: > > > > > > > > > that's proba

[web2py] Re: problem with 'NEW APPLICATION WIZARD'

2010-12-29 Thread kuokon
; This should be caught. The problem is that you creating an app with > the same name of an existing app that was not created by the wizard. > > On Dec 29, 9:33 pm, kuokon wrote: > > > > > > > > > Hi, > > > I've just

[web2py] problem with 'NEW APPLICATION WIZARD'

2010-12-29 Thread kuokon
. 12. Traceback (most recent call last): File "/Users/kuokon/myapp/gluon/restricted.py", line 188, in restricted exec ccode in environment File "/Users/kuokon/myapp/applications/admin/controllers/wizard.py", line 572, in File "/Users/kuokon/myapp/gluon/globals.py"