[web2py] Pylatte

2012-11-23 Thread Jaymin Oh
What a coincidence! I'm a friend of Pylatte developers. (we are in KAIST graduate school) It seems that they developed it for fun not for serious purpose. --

[web2py] Re: 2.0.9 control-f firefox/chrome on mac doesn't work

2012-09-20 Thread Jaymin Oh
I have same bug in Windows 7, Chrome/IE, Web2py 2.0.8 with more than 1200 lines in one controller. It happens occasionally, but when I move the scrolls, then it works as it should. It really bothers me, so that I installed WingIDE and plan to purchase it. On Tuesday, September 18, 2012

[web2py] web2py 2.0.2 is out

2012-09-01 Thread Jaymin Oh
Huge thanks for all members in Web2py team. I'm going to spread out this framework to Korean user and maybe work on Korean version. --

[web2py] Re: GAE SDK: Getting ImportError for gluon.contrib.populate import populate

2012-08-13 Thread Jaymin Oh
I just found by myself. populate method in db.py doesn't support in GAE. On Thursday, September 29, 2011 6:52:16 PM UTC+9, glomde wrote: Hi, I am trying to use GAE but I get import error on populate in db_wizard_populate.py. It seems to do with the restricted environment. Do anybody

[web2py] NoneType object is not callable error when returning Storage type from controller

2012-08-12 Thread Jaymin Oh
def show_event(): event_id = request.vars['event_id'] event_record = db.event(event_id) # Check if event exists if not event_record: raise HTTP(400, 'No event found') # Check if it's member return

Re: [web2py] Re: JSON output with referencing data

2012-07-26 Thread Jaymin Oh
find a faster way to do the conversion. On Wednesday, 25 July 2012 23:32:58 UTC-5, Jaymin Oh wrote: Hi, I'm Korean Web2py user. I'm returning output of DB select like 'return dict(teams=teams)'. {teams: [{status: active, updated_by: 1, tags: [12], max: 4, created_by: 1, }]} The above

Re: [web2py] Re: JSON output with referencing data

2012-07-26 Thread Jaymin Oh
, auth_user and tags with DAL and then put the needed field as arg of the .select() method? The overhead would be minimal. mic 2012/7/27 Jaymin Oh tan...@gmail.com: Thanks, Massimo! On Thu, Jul 26, 2012 at 6:34 PM, Massimo Di Pierro massimo.dipie...@gmail.com wrote: before you

[web2py] JSON output with referencing data

2012-07-25 Thread Jaymin Oh
Hi, I'm Korean Web2py user. I'm returning output of DB select like 'return dict(teams=teams)'. {teams: [{status: active, updated_by: 1, tags: [12], max: 4, created_by: 1, }]} The above output is my output of 'teams' controller. I have several referencing column, 'tags' and 'created_by'.

[web2py] How can I store GPS coordinate?

2012-06-15 Thread Jaymin Oh
I'm new at Web2py. I just finished reading the official document by Chapter9.(Access Control) But, I couldn't find any info about how to store GPS coordinate (simply latitude, longitude). Is there any simple way I can take? Thanks in advance.

[web2py] Re: web2py book now free in PDF

2012-06-12 Thread Jaymin Oh
I just bought paid version few days ago, but I'm pleased to hear this news. Is there any change since the version about two weeks ago? On Tuesday, June 12, 2012 10:17:46 PM UTC+9, Massimo Di Pierro wrote: The official web2py book is now free for everybody: