Re: [web2py] Re: Offline apps

2010-10-15 Thread Fabio Alessandro Locati
and Python objects. On Oct 8, 11:35 pm, Fabio Alessandro Locati floc...@grimp.eu wrote: Hi, I have a web app (actually running on GAE) but I would need it even in a offline state. I was thinking about installing web2py on the pc and putting the web2py app on it. This creates the problem

Re: [web2py] Re: Offline apps

2010-10-13 Thread Fabio Alessandro Locati
/appengine/docs/python/tools/uploadingdata.html On Oct 8, 7:48 am, Fabio Alessandro Locati floc...@grimp.eu wrote: Would it be a solution moving to another provider (like VPS.net)? Is there any other way that would allow me to do this without changing provider? 2010/10/8 mdipierro mdipie

Re: [web2py] web2py 1.87.2 is OUT

2010-10-13 Thread Fabio Alessandro Locati
thans :) I've seen the new design and I'm wondering about how to implement a multi-lang webste with markmin. I can't find any doc :( Will it be published soon? 2010/10/12 mdipierro mdipie...@cs.depaul.edu It includes: - new design - various bug fixes - admin has an option in models/0.py

Re: [web2py] Re: web2py 1.87.2 is OUT

2010-10-13 Thread Fabio Alessandro Locati
13, 9:48 am, Fabio Alessandro Locati floc...@grimp.eu wrote: thans :) I've seen the new design and I'm wondering about how to implement a multi-lang webste with markmin. I can't find any doc :( Will it be published soon? 2010/10/12 mdipierro mdipie...@cs.depaul.edu It includes

Re: [web2py] web2py 1.87.2 is OUT

2010-10-13 Thread Fabio Alessandro Locati
. why by-pass it? On Oct 13, 10:37 am, Fabio Alessandro Locati floc...@grimp.eu wrote: So you would not use to create different folders for each lang, isn't it? Does the approach you are saying has more advantages? 2010/10/13 mdipierro mdipie...@cs.depaul.edu {{=MARKMIN(str(T

[web2py] Offline apps

2010-10-08 Thread Fabio Alessandro Locati
Hi, I have a web app (actually running on GAE) but I would need it even in a offline state. I was thinking about installing web2py on the pc and putting the web2py app on it. This creates the problem of the database sync. Anyonee found this problem? nyone solved it? Thanks, Fabio

Re: [web2py] Re: Offline apps

2010-10-08 Thread Fabio Alessandro Locati
db.export_to_csv_file(...) db.import_form_csv_file(...) anyway, because of GAE's limitation to 1000 bytes, that is not a solution for you. Massimo On Oct 8, 8:35 am, Fabio Alessandro Locati floc...@grimp.eu wrote: Hi, I have a web app (actually running on GAE) but I would need it even in a offline

Re: [web2py] Re: Yet an improved conference management system

2010-09-18 Thread Fabio Alessandro Locati
Thanks massimo :) May I ask you a couple of things: 1- You have putted in the cvs only the application/folder folder, while I'm used to put the whole web2py, in this way I can have in it routes.py, app.yaml etc... how do you handle these files, in your system? 2- IIRC, you told us, about a month

[web2py] Forms with hidden fields

2010-09-17 Thread Fabio Alessandro Locati
Hi, I'm trying to make a form with a hidden field, but I haven't found the way to do it :(. I have a table: db.define_table('partners', Field('name','string'), Field('out','boolean')) I want to ask to the user the name of the partner and, based on the name of the page, the value of

Re: [web2py] web2py 1.85.1 is OUT

2010-09-15 Thread Fabio Alessandro Locati
awesome :) thank you massimo (and mariano too, obviusly :)) It seems like there is no mention of pyfpdf in the web2py.com/book ...I hope it will arrive soon :) 2010/9/15 mdipierro mdipie...@cs.depaul.edu it had to be because of - a couple of importent bug fixes - new feature: pyfpdf has

[web2py] Re: Translated sets

2010-08-16 Thread Fabio Alessandro Locati
dynamic like this? On Aug 15, 7:54 am, Fabio Alessandro Locati floc...@grimp.eu wrote: Hi, I've created a set in 'modules/sets.py'. I use this set for a db field (I use db.table.field.require = IS_IN_SET(set)). Is possible to internazionalize it? If yes, how? Ps: another question

Re: [web2py] Problems with GAE auth :(

2010-08-15 Thread Fabio Alessandro Locati
Thanks Bruno for the solution :) 2010/8/11, Bruno Rocha rochacbr...@gmail.com: PLUS: If you need an example on how to auth with gmail account, look at pyforum source code: http://pyforum.org/ 2010/8/10 Fale floc...@grimp.eu Hi, I'm a new web2py user :) I'm trying to use google's auth

Re: [web2py] Educational web app in web2py

2010-08-15 Thread Fabio Alessandro Locati
I was also starting a project like this... If Massimo could release something it would be awesome :) 2010/8/14, mdipierro mdipie...@cs.depaul.edu: For my class last quarter I made a system like you suggest although with differences. I will cleanup, and post it if there is interest. The idea

[web2py] Translated sets

2010-08-15 Thread Fabio Alessandro Locati
Hi, I've created a set in 'modules/sets.py'. I use this set for a db field (I use db.table.field.require = IS_IN_SET(set)). Is possible to internazionalize it? If yes, how? Ps: another question about internazionalization: it seems that pressing 'update all languages' web2py adds to each lang file