Hey everyone!
Wow Web2py 2.0 looks so cool! I can't wait to try all the new features.
This has made it so easy for me (a non-programmer) to make viable web
applications!
My question is as follows:
For one of my views, each page in my application has a variable number of
"child pages", each
I am working on many projects, and I figured I would ask for help on here
to see if anyone wants to help with this.
We are currently working on a project to help hearing impaired people learn
to read lips better. When hearing impaired people learn to speak, they
must rely on lip reading more t
Hey everyone,
I recently upgraded web2py. Afterwards, I am unable to create
applications. I chown'd www-data:www-data the web2py directory, so
everything is correctly permitted. I also chmod 755 everything.
I had a NEWINSTALL file in there, and my deposit folder is there as well.
My current
Just continues trying to connect to any application. The application is
still under development. After your suggestion, I dumped my db and deleted
everything from the databases folder.
It's working now...not sure what exactly happened.
On Tuesday, March 27, 2012 4:54:51 PM UTC-5, pbreit wrot
26 March 2012 21:00:33 UTC-5, web-dev-m wrote:
>
> > I am having a strange problem. I just upgraded from 1.99.2 to 1.99.7
> > (manually by running update-web2py.sh from /scripts as the link was
> > not working in the application).
>
> > I can see my application and al
I am having a strange problem. I just upgraded from 1.99.2 to 1.99.7
(manually by running update-web2py.sh from /scripts as the link was
not working in the application).
I can see my application and all the files are there, but when I try
to get into any of the files it doesn't load. It just han
))
>
>
>
>
>
>
>
> On Sunday, 25 March 2012 21:25:33 UTC+1, web-dev-m wrote:
>
> > I may not be following some sort of convention, but I'm trying to
> > build a selector form element with a for loop from a query. It
> > renders when i do it manua
I may not be following some sort of convention, but I'm trying to
build a selector form element with a for loop from a query. It
renders when i do it manually:
Howerver,
when I do:
files=db(myquery).select()
files_as_list=[]
for x in files:
files_as_list+=(OPTION(x.resour
Hey everyone,
Thank you so much for your help on my previous issues.
I am trying to create a global search form. I followed Massimo's
example on the social networking example to get a great form working.
I then embedded it in a model and posted the view into my common
layout. I followed the sl
The chapter works, the link to the syntax does not.
http://web2py.com/books/default/reference/29/cron
On Feb 21, 4:50 am, Wikus van de Merwe
wrote:
> I say the book works just fine:http://web2py.com/book/default/chapter/04#Cron
>
> The syntax you want to use is: @reboot * * * * root
> *applicat
I apologize, this should have been in my original post.
For more specifics, my crontab file has only one line in it:
@reboot root python web2py.py -S test -M -N -R applications/test/
controllers/private.py
I have tried to restart the server multiple times, to no avail with
getting this process w
Hey everyone,
I'm trying to figure out how to run a background process and write a
very simple script to test it. It's not working, and I can't seem to
find the right syntax. The link in the web2py book is broken. Can
anyone break it down for me or is there an updated link?
Thanks!
You got it! Thanks!!!
On Feb 16, 1:10 am, Anthony wrote:
> > I am trying to add a jquery effect, to each row based on its id, but i
> > am having trouble formatting the _onclick="jQuery('id').toggle()"
>
> _onclick="jQuery('%s').toggle()" % row.id
>
> Anthony
some details regarding your query and the result you're trying
> to achieve, we may be able to provide more specific advice.
>
> Anthony
>
>
>
>
>
>
>
> On Thursday, February 16, 2012 12:35:34 AM UTC-5, web-dev-m wrote:
>
> > I am trying to construct
I am trying to construct a complex form in a web2py controller that
loops over a query and inserts an INPUT() element in a TD() element.
Is there a syntax for looping within a helper or should I do this some
other way?
Thanks!
y_id=row.id # always fails!
> (filename, stream)
> = db.mydb.myfield.retrieve(row.resourcefield)
> myfunc(id,filename,stream)
> else:
> redirect(URL('mycontroller','this_function'))
> records = [row] if row else []
> retur
Dear Massimo,
Thank you in advance for your time just looking. If I can write a
functional web application, you must be brilliant to have created this
software.
I am essentially trying to write a google docs clone with the ability
to add notes.
My users upload documents which a python function
Jan 20, 12:14 pm, Cliff wrote:
> > Currently, in my application, I am passing navigational links in the
> > header, such as /app/controller/view/1/2/3
>
> > Where 1/2/3 are things the controller and view use to set the correct
> > page.
>
> Why are you doing this?
&
Currently, in my application, I am passing navigational links in the
header, such as /app/controller/view/1/2/3
Where 1/2/3 are things the controller and view use to set the correct
page.
In my application, I am finding two problems with this. First is
security. Although I have written validati
Awesome. So easy, I dont know why I didnt think of that. Thank you.
On Jan 18, 1:57 am, Annet wrote:
> Did you have a look at the wiki example in the web2py
> book:http://www.web2py.com/books/default/chapter/29/3#A-wiki?
>
> Instead of a 'page' table you have the table from which you retrieve
Dear Everyone,
I am still plugging away on web2py and loving it more and more the
better I understand python.
I have a page where a large list is generated from a database query.
Next to each item from the list, I would like to put the ability to
add a comment.
I did this statically by creating
I am developing an application, and I love web2py. I am new to
programming, and I have gotten quite far on limited expertise.
However, I reached a point where I am going to need help to finish my
application.
Anyone have experience with sites like guru.com to hire a freelance
developer to help wi
Dear Everyone,
I am closing in on a finished web2py application that I will
eventually launch to the web (woo hoo!)
I am using Debian/Apache2 and I want to expose it only to my LAN so I
can do a mini-launch and test it with some other developers that VPN
in. I understand that this is primarily an
23 matches
Mail list logo