[web2py] Re: curious how you all handle database engine migrations

2013-06-30 Thread Massimo Di Pierro
That is true. But it is nice to see other ways to do things. On Sunday, 30 June 2013 16:05:48 UTC-5, Alan Etkin wrote: > > El viernes, 28 de junio de 2013 16:09:27 UTC-3, Michael Herman escribió: >> >> >> http://www.realpython.com/blog/python/web2py-migrating-from-sqlite-to-mysql/ > > > I think th

[web2py] Re: turn text html into helper object hierarchy?

2013-06-30 Thread Anthony
For more details: http://web2py.com/books/default/chapter/29/05#Parsing. Note, it requires well-formed HTML -- if you don't have that, you might need something more sophisticated, like Beautiful Soup . Anthony On Sunday, June 30, 2013 7:44:11 PM U

[web2py] Re: turn text html into helper object hierarchy?

2013-06-30 Thread Alan Etkin
> > ok, i have a bunch of string based html stored in standard ascii text > file. how do i convert that string html into standard web2py html helper > objects? thanx in advance, lucas with open() as myfile: tag = TAG(myfile.read()) Every element defined in the source will map to a gene

[web2py] turn text html into helper object hierarchy?

2013-06-30 Thread lucas
ok, i have a bunch of string based html stored in standard ascii text file. how do i convert that string html into standard web2py html helper objects? thanx in advance, lucas -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscr

[web2py] Re: curious how you all handle database engine migrations

2013-06-30 Thread Alan Etkin
El viernes, 28 de junio de 2013 16:09:27 UTC-3, Michael Herman escribió: > > > http://www.realpython.com/blog/python/web2py-migrating-from-sqlite-to-mysql/ I think that this http://www.web2py.com/books/default/chapter/29/06?search=cpdb#Copy-data-from-one-db-into-another should accomplish the sa

Re: [web2py] Re: Help needed

2013-06-30 Thread Dreamer
Hey thanks man.. I just went through Userinferuser.its an open source gamification platform for python.. the code is sweet and cleanjust using it to learn more... also your inputs would also add to my understanding.. Cheers On Monday, 1 July 2013 01:12:23 UTC+5:30, encompass wrote: > > fo

[web2py] Re: Help needed

2013-06-30 Thread Dreamer
Thanks Anthony..!! Infact i was just spent the day making note from the same youtube video by Brian Will...helped me greatly... I did take a note on getting started with code...& will get back with some specifics.. Thanks Cheers. On Sunday, 30 June 2013 20:05:15 UTC+5:30, Anthony wrote: > > Hi

Re: [web2py] Re: Help needed

2013-06-30 Thread Jason (spot) Brower
for 2 there are some different ways. But I would do this. When an action is apply... (like they get a point.) You just call a method for it to happen. Then it adds the event to a history and the points are tracked that way. So: Action : Time : Amount : Notes Registered : 12.12.2013 12:12pm : 2 :

[web2py] Re: profiling a controller at webfaction

2013-06-30 Thread Jose C
> I hope one of you can provide me with instructions of how to profile for example init/default/index Try starting your web2py instance adding the -F command line option. The `profiler_filename` needs to be in a writeable directory. Then hit your controller url and check the contents of the

[web2py] profiling a controller at webfaction

2013-06-30 Thread Annet
I submitted the following ticket at webfaction: I've optimized the Front-end of my application, still page generation time varies between 1.49 and 26.7 seconds, and sometimes even times out. I hope speed gains can be achieved by optimizing the Server-side, however, I have no idea what causes th

[web2py] Re: Help needed

2013-06-30 Thread Anthony
Hi Cshekhar, Welcome to web2py. Just a tip regarding norms for asking questions here -- in general, it will be more productive if you can be much more specific with your questions, explaining what you have read and tried and showing actual code whenever possible. 1. I some how cannot get aroun

[web2py] Re: customized Web2py registration

2013-06-30 Thread Alan Etkin
> > Good idea. > > Anthony > In case someone is interested in this feature http://code.google.com/p/web2py/issues/detail?id=1569 -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails f

Re: [web2py] Help needed

2013-06-30 Thread Vinicius Assef
Inline answers, Cshekhar. On Sun, Jun 30, 2013 at 5:26 AM, Dreamer wrote: > Hi, Cshekhar Here!! > > > 1. I some how cannot get around the templating & Html Views in Web2Py & it > would be a great help if someone makes a video for the same... What did you try? What doubts do you have? I think th

[web2py] pyCharm has web2py support

2013-06-30 Thread Quint
Will this also support web2py in combination with GAE? so when i have a GAE project with web2py, will pycharm be web2py "aware" too? Or does this only work if i create a web2py project? -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To u

[web2py] Help needed

2013-06-30 Thread Dreamer
Hi, Cshekhar Here!! I am a self taught intermediate level python programmer thanks to codecademy & learnstreet. Recently i have been tinkering with web2py ..& need help with 2 things. 1. I some how cannot get around the templating & Html Views in Web2Py & it would be a great help if someone m