[web2py:27303] WSGI apache -- WSGIScriptAlias as /python and not just plain /

2009-07-24 Thread Arvind
/python for all my web2py applications. here is my apache config... http://pastie.org/557015 Upon checking my log, it keeps complaining, that directory listing is not allowed. What am I missing ? can somebody please guide me ? thanks Arvind

[web2py:30066] Cherokee - fastcgi - 404 not found

2009-09-04 Thread Arvind
run the web2py server manually for cherokee to talk to ? i remember doing this with lighttpd, where, its is required to run the web2py.py in the background and then lighttpd will talk to this server and serve y ou the pages. thanks Arvind --~--~-~--~~~---~--~~ You

[web2py:30429] Re: Lighttpd setup

2009-09-08 Thread Arvind
, then, lighttpd will automatically forward its request to this and get back results. another frequent problems are rights to the various sub directories of web2py. make sure that the webserver user has rights to the web2py directory and its subdirectories. Arvind On Sep 8, 4:28 am, Vidul Petrov

[web2py:30425] Re: Cherokee - fastcgi - 404 not found

2009-09-08 Thread Arvind
PREEMPT Mon Aug 17 18:04:53 CEST 2009 i686 Intel(R) Pentium(R) M processor 1.86GHz GenuineIntel GNU/Linux please tell me what i am missing. thanks Arvind --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "web2py-user

[web2py:30470] Re: Cherokee - fastcgi - 404 not found

2009-09-08 Thread Arvind
ype = interpreter source!1!user = http thanks Arvind --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to web2py@googlegroups.com To unsubscribe from this group,

[web2py:30472] web2py default server load capacity

2009-09-08 Thread Arvind
, something like a yahoo mail server ? Can this basic server handle so much load ? thanks Arvind --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email

[web2py:30473] Web2py startup script for arch linux

2009-09-09 Thread Arvind
this is supposed to run. can anybody please help ? thanks Arvind --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to web2py@googlegroups.com To unsubscribe

[web2py:30499] Re: web2py default server load capacity

2009-09-09 Thread Arvind
it is not > change the speed. Are you suggesting, that, its best to use apache with wsgi instead of lighttpd or cherokee with fastcgi ? thanks Arvind --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "web2py-use

[web2py:30500] Re: Web2py startup script for arch linux

2009-09-09 Thread Arvind
Hello, So, what do we need to run exactly, maybe, I can work on the script and fix it. do we need to execute web2py.py ? is that all ? thanks Arvind --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "web2py-

[web2py:30519] Re: Cherokee - fastcgi - 404 not found

2009-09-09 Thread Arvind
gives an internal server error 500. Is the automatic startup a desired behaviour for fast cgi ? please advice. cheers Arvind --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to

[web2py:30520] Static Content

2009-09-09 Thread Arvind
web2py application server ? since the directory structure of the applications is pretty deep inside web2py , can anybody post some examples, how they have managed to ensure, that static content is strictly served by the webserver only! thanks Arvind

[web2py:30757] web2py_path error in web2py/gluon/main.py

2009-09-11 Thread Arvind
y", line 28, in import gluon.main File "/data/inetpub/web2py/gluon/main.py", line 107, in version_info = open(os.path.join(web2py_path, 'VERSION'), 'r') thanks Arvind --~--~-~--~~~---~--~~ You received this message because you

[web2py:30761] 404 error on fastcgi

2009-09-11 Thread Arvind
which the web2py script is talking to ? and is this an optimal solution or just a hack to catch an error and pass it on to another handler ? thanks Arvind --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "web2py-

[web2py:30859] invalid view

2009-09-12 Thread Arvind
/[function].html. please correct me if i am wrong. also, my signup.html extends a simple layout. how can i define, my page title dynamically for each page ? response.header does not change the title. thanks Arvind --~--~-~--~~~---~--~~ You received this message b

[web2py:30860] errors -- broken pipe

2009-09-12 Thread Arvind
in writeRecord rec.write(self._sock) File "/data/inetpub/web2py/gluon/contrib/gateways/fcgi.py", line 552, in write self._sendall(sock, header) File "/data/inetpub/web2py/gluon/contrib/gateways/fcgi.py", line 529, in _sendall sent = sock.send(data) socket.error: [Er

[web2py:31086] Generic view

2009-09-15 Thread Arvind
Hello, When i see the examples, the basic form example..which is controlled by form_examples.py has no view. I believe that a generic view kicks in here, when no view is found for that controller. how is this view working ? can somebody please explain ? thanks Arvind

[web2py:31116] response.flash

2009-09-16 Thread Arvind
here is a huge chunk of javascript within the page. thanks Arvind --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to web2py@googlegroups.com To

[web2py:31185] Re: response.flash

2009-09-16 Thread Arvind
such fine support and help from this mailing list, to pull me back. I dont want to go back to PHP or to rails. I like web2py and i want to stick to it. Thanks once again for so much help and kindness. cheers Arvind On Sep 16, 7:54 pm, Iceberg wrote: > Or more precisely, there are some li

[web2py:31437] Setting ID of Input field

2009-09-21 Thread Arvind
can I set this myself ? Also, how can i set other attributes of the element , like class and onfocus, onclick etc. thanks Arvind --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "web2py-users" group. To

[web2py:31438] Label element in View

2009-09-21 Thread Arvind
Hello, i am writing this in my view to show a label {{=form.custom.label.name}} but how can i define this label with custom properties in the controller ? currently the output shows up as 'None'. thanks Arvind --~--~-~--~~~---~--~~ You received th

[web2py:31450] Re: Setting ID of Input field

2009-09-21 Thread Arvind
l struggling with a basic form. thanks Arvind --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to web2py@googlegroups.com To unsubscribe from this g

[web2py:31451] Re: Setting ID of Input field

2009-09-21 Thread Arvind
Rather i should quote myself again. can you point me a documentation which exposes all the functionality of the FORM() interface by which i can attain complete flexibility over the layout ? thanks Arvind On Sep 21, 6:34 pm, Richard wrote: > to set attributes of your form input's you c

[web2py:31452] SQLFORM factory

2009-09-21 Thread Arvind
. Especially, when it comes to designing your own custom looking forms with different attributes and behaviours. For me, i see that the whole form is being creating in the controller as opposed to the view. So, i am taking a while to digest web2py's way of doing things. thanks A

[web2py:31485] uWSGI with Cherokee

2009-09-22 Thread Arvind
Hello, Could anybody manage to get the uWSGI going with Cherokee webserver. If someone does, then please let me know. The ease of GUI config is amazing, and deployment can be done real fast, if somebody deciphers, how to do it with uWSGI and cherokee. thanks Arvind

[web2py:31488] FORM object

2009-09-22 Thread Arvind
Hello, I have been going through the book, but i dont see a list of complete form objects. Where can i find a list of all the objects. With hit and trial, i managed to get form.formname. But how can I get a complete list of the form objects/attributes ? thanks Arvind

[web2py:31489] Re: uWSGI with Cherokee

2009-09-22 Thread Arvind
if i am wrong. Since these messages are visible for everbody googling, it would be also an easy way for people to find out how to configure uWSGI with cherokee and run python on it. thanks Arvind --~--~-~--~~~---~--~~ You received this message because you are subscri

[web2py:31507] Re: FORM object

2009-09-22 Thread Arvind
> Easier, and far more useful way is to use > epydocs.http://www.web2py.com/examples/static/epydoc/index.html Thanks a ton. this is superb... just too good to be true. :-) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Gr

[web2py:31509] Re: FORM object

2009-09-22 Thread Arvind
rm.label}} {{=form.input._name}} {{=form.submit}} Note... in the above example, I have chosen to place the submit button after 3 rows... this way, i get to place my form, in my own way, rather than web2py automatically placing them in a table or in its own way. thanks Arvind --~--~-~--

[web2py:31538] Re: FORM object

2009-09-23 Thread Arvind
fields in a form, Maybe, it seems, that MVC is not the pattern for me here. Also why not SQLFORM.factory ? Lots of things out there, but, my understanding is not very clear. any advice ? thanks Arvind p.s. how do you open a web2py shell ? --~--~-~--~~~---~--~~ Y

[web2py:32454] sqlform using already existing tables...

2009-10-07 Thread Arvind
t want to define a table. just reuse the table. thanks Arvind --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to web2py@googlegroups.com To unsubscrib

Re: [web2py] web2py book now free in PDF

2012-06-12 Thread Arvind Gupta
Thanks a lot.. On Tue, Jun 12, 2012 at 11:23 PM, Jason (spot) Brower wrote: > Thank you. It will be a great reference while I am not online. > > > On Tue, Jun 12, 2012 at 7:58 PM, Richard Vézina < > ml.richard.vez...@gmail.com> wrote: > >> Thanks! >> >> Richard >> >> >> On Tue, Jun 12, 2012 at 1

Re: [web2py] Thank you Aaron Swartz

2013-01-12 Thread Arvind Gupta
It's very Sad. RIP Aaron Swatz. On Sat, Jan 12, 2013 at 10:00 PM, Massimo Di Pierro < massimo.dipie...@gmail.com> wrote: > I woke up this morning and read some bad news: > > > http://news.cnet.com/8301-1023_3-57563642-93/internet-activist-aaron-swartz-commits-suicide/ > > Aaron was the founder o

[web2py] didods

2013-04-29 Thread Arvind Gupta
de -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to web2py+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.

[web2py] PAAS supporting web2py

2013-05-27 Thread Arvind Gupta
Hi Is there any PAAS (like openshift/cloudfoundry) which support web2py? regards Arvind -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email

[web2py] Re: PAAS supporting web2py

2013-05-27 Thread Arvind Gupta
web2py suport any other frontends in addition to jquery? On Tue, May 28, 2013 at 8:41 AM, Arvind Gupta wrote: > Thanks, Antrhony and Reisl > > All of these seems to be a excellent, I will evaluate all I am more > incliend towards pythonanywhere but evaluate all of these Can any one p

Re: [web2py] Re: github - please follow

2013-08-24 Thread Arvind Gupta
Stared and Watch +1 On Sun, Aug 25, 2013 at 11:11 AM, webpypy wrote: > Done. > > > On Sunday, August 25, 2013 2:26:03 AM UTC+3, Massimo Di Pierro wrote: >> >> web2py has many users but few github followers. This is a problem because >> the number of followers is a metric that can be used to gue

[web2py] Angular.js And other js lib

2014-02-18 Thread Arvind Gupta
Can we use angular.js with web2py, if yes can u point me to appropriate resources? -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this messa

Re: [web2py] Re: Angular.js And other js lib

2014-02-18 Thread Arvind Gupta
t;>>>> Well, the problem you have is that if you put angular tags in your >>>>> views, they will be parsed with the template parser of web2py and error. >>>>> The way to avoid that is to use the angular classes instead. For example, >>>>>

Re: [web2py] Re: Angular.js And other js lib

2014-02-19 Thread Arvind Gupta
There is enough buzz around Angular over net, I haven't program web2py also. I have to choose django vs web2py for a personal project, I m evaluating my options, Which is easy to get started, Angular or Jquery? -arvind On Wed, Feb 19, 2014 at 7:53 PM, Richard Vézina wrote: > Your que

Re: [web2py] Re: IDE for using web2py on windows

2014-08-10 Thread Arvind Gupta
I would recommend Pycharm quite a mature ide. http://www.jetbrains.com/pycharm/webhelp/creating-web2py-project.html On Sun, Aug 10, 2014 at 10:53 PM, Massimo Di Pierro < massimo.dipie...@gmail.com> wrote: > You can use Spyder but it may not recognize for of the web2py keywords. > There are trick