/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
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
, 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
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
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,
, 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
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
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
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-
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 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
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
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-
/[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
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
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
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
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
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
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
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
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
. 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
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
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
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
> 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
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
--~--~-~--
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
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
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
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
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.
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 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
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
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
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,
>>>>>
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
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
40 matches
Mail list logo