[web2py] New webapp www.DocMator.com uses web2py , need help with login

2012-09-07 Thread Akash Kakkar
is available on www.docmator.com, I request you to help me with the problem. I am using web2py 1.99.7 It would be great if you can provide me with a* feedback* to improve DocMator further. Thanks, Akash Kakkar Developer Founder CEO DocMator www.docmator.com

[web2py] Web2py GAE strange error type 'exceptions.IOError' [Errno 13] file not accessible: (jQuery.js)

2012-08-16 Thread Akash Kakkar
Hi, I have tried deploying an earlier version of my app on gae and was successful, unfortunately the product release version of my app is faltering when I try to run locally on gae before deploying and was getting undefined error. In the process of debugging I made changes in my app.yaml file

[web2py] Re: web2py 2.0 almost done

2012-08-07 Thread Akash Kakkar
I am unable to use ajax save (ctrl+S) in the new version after editing the file. ctrl+S opens file save dialog. The button save button on top of file editor does not work for me. Thanks Akash On Tuesday, 7 August 2012 10:03:48 UTC+5:30, Massimo Di Pierro wrote: Web2py 2.0 is almost done.

[web2py] Re: web2py 2.0 almost done

2012-08-07 Thread Akash Kakkar
This behavior was noticed on the src downloaded as zip from git hub, the web2py_src from the site works fine I am not aware if downloading zip from github is a good practice or not On Wednesday, 8 August 2012 10:44:39 UTC+5:30, Akash Kakkar wrote: I am unable to use ajax save (ctrl+S

[web2py] Re: KeyError on pyfpdf

2012-07-18 Thread Akash Kakkar
PFA Basic example pdf with nested tables using web2py-appreport plugin , Please let me know if this would work in your case. https://github.com/lucasdavila/web2py-appreport I can test if you provide me the html of with the nested table you plan to have. The attached report was generated

[web2py] Re: new plugin - web2py Form Wizard - PowerFormWizard

2012-07-18 Thread Akash Kakkar
Hi Bruno, The links don't work for me (invalid request) http://labs.blouweb.com/powerformwizard http://labs.blouweb.com Thanks, Akash On Wednesday, 29 June 2011 20:03:10 UTC+5:30, rochacbruno wrote: Hi, I just created a new plugin for stepped form wizards. I made it last night, so it

[web2py] Re: KeyError on pyfpdf

2012-07-18 Thread Akash Kakkar
The Web2py-Appreport plugin belongs to Lucas de Avilla :), I most probably will be using it for one of my Project. On Thursday, 19 July 2012 01:21:10 UTC+5:30, thinkwell wrote: Thanks everybody for your assistance; I'm rethinking my approach here. I'd thought generating a PDF from html

[web2py] Re: 'best' way to include a JavaScript file

2012-07-13 Thread Akash Kakkar
I use this in my view : script src={{=URL('static','js/abc.js')}}/script This works, Anyone please correct me if I am not right. On Friday, 13 July 2012 08:19:44 UTC+5:30, MichaelF wrote: I want to include a JavaScript file, but only for certain views. What's the best way to include it? Do

[web2py] Re: hi

2012-07-13 Thread Akash Kakkar
Finding a Job depends on your capabilities and experience. Learning Web2py and developing an application would help you learn how to develop Web applications fast, in the process you will learn a little about python and your MVC concepts will get better. Showcasing your capabilities thereafter

[web2py] Re: Web2py using json

2012-07-13 Thread Akash Kakkar
Thanks Vinicius, Wish I had read your hint earlier, a GET did the job for me, for a newbie GET and POST can be confusing. Infact a little description on GET / POST and when to use would have helped. On Saturday, 7 July 2012 11:17:32 UTC+5:30, Akash Kakkar wrote: Hi, I want to send

[web2py] Web2py using json

2012-07-07 Thread Akash Kakkar
Hi, I want to send string content (html) from client to server using JSON and then decode the JSON to string in python controller, Can somebody help me with the syntax. Thanks Akash

[web2py] Generating pdf using web2py-appreport (xhtmltopdf) in Python Web2py webapp

2012-07-07 Thread Akash Kakkar
* * I am from a non coding background so python, web2py is very new to me. I am trying to send html content using json and then use that in controller to generate pdf. If I am able to send json data and then use it in controller function, i should be able to get the pdf. More details below. I