[web2py] Re: Crud.select creates a table in textarea

2011-08-07 Thread Hybride
n your case. You probably need only data as a value. So use db.select not > crud.select > > http://zerp.ly/rochacbruno > Em 06/08/2011 23:45, "Hybride" escreveu: > > > > > > > > > Hi everyone, am not sure if this intentional, but I've found so

[web2py] Crud.select creates a table in textarea

2011-08-06 Thread Hybride
Hi everyone, am not sure if this intentional, but I've found something curious (forgive me, if a repeat): when doing a crud.select for one field in my controller, and putting it in a form's textarea, the select is transformed into a table; however, if I simply print out the result, I get it withou

[web2py] Splitting python code in the database

2011-08-01 Thread Hybride
Hi everyone, Am having a hard time with figuring out this rather simple split. I have python code (actual code) store in the database, with the following table (f_codetest is the table, the result are three after): 'f_codetest': '>>> functionOne(1, 2)\r\nTrue\r\n>>> functionOne(2, 1)\r \nFalse\r\

[web2py] Re: Using controller in layout

2011-03-19 Thread Hybride
t; On Saturday, March 19, 2011 11:13:17 AM UTC-4, Hybride wrote: > > Hi everyone, > > > I've been trying to include a separate page with database code into > > the layout to no avail. The reason for this is am trying to deploy the > > application on GAE, and without a

[web2py] Using controller in layout

2011-03-19 Thread Hybride
Hi everyone, I've been trying to include a separate page with database code into the layout to no avail. The reason for this is am trying to deploy the application on GAE, and without actually putting the code in a controller, GAE throws a fit on me. A regular database query works fine for the un-

[web2py] Using EditArea Full on front-end

2010-12-31 Thread Hybride
Hey everyone, I know web2py comes with the EditArea on the administration section; I was wondering how would I be able to use that on the front end of the website in a textarea? I don't think installing another instance of it would be necessary, would it? Thanks~.

[web2py] Deploying application on GAE using the deploy button

2010-12-19 Thread Hybride
Hi everyone, I've come along a long way thanks to everyone's help here. I've successfully managed to deploy my application to GAE using the command line (python2.5 ./appcfg.py update ../web2py), however, am trying to get the administration panel to work with it (Google App Engine Deployment Interf

[web2py] Re: Creating database tables tutorial?

2010-12-17 Thread Hybride
les (read the comments) > _ Create the fields > > => generate and have a look to db_wizard.py > > > > On 15 déc, 23:02, Hybride wrote: > > > Hi everyone, > > > Am currently using SQLite3 but have no issues moving over to MySQL, > > whichever is ea

[web2py] Creating database tables tutorial?

2010-12-15 Thread Hybride
Hi everyone, Am currently using SQLite3 but have no issues moving over to MySQL, whichever is easier I guess. I've been trying to create the database tables using the examples on web2py (like the whole pets/dog example), copying and pasting the code from that example into my own application, then

[web2py] Creating the database tables

2010-12-14 Thread Hybride
Hi everyone, Am sorry for such a ridiculous question, but how does one go about actually initiating/dealing with database tables in web2py? I use the default SQLite3 that comes with web2py, but would not have an issue actually changing over to MySQL. Is there any chance someone can point me in the

[web2py] Re: web2py SSL + Apache + mod_wsgi issues on Ubuntu 8.08 VM machine

2010-11-24 Thread Hybride
Holy hell, that worked. Thank you so much for all of your guys help. On Nov 24, 12:55 pm, mdipierro wrote: > You do not have write permissions in the application admin/sessions > folder. > > Massimo > > On Nov 24, 12:54 pm, Hybride wrote: > > > > > S'Trac

[web2py] Re: web2py SSL + Apache + mod_wsgi issues on Ubuntu 8.08 VM machine

2010-11-24 Thread Hybride
r > > /home/www-data/web2py/applications/admin/errors/ > 76.192.187.2.2010-11-24.10-52-27.f3c370f6-8a25-4dc6-b496-ae1178050333 > > The traceback is the end of the file. > > On Nov 24, 11:06 am, Hybride wrote: > > > > > > You seem to have two different problems. I tried to access

[web2py] Re: web2py SSL + Apache + mod_wsgi issues on Ubuntu 8.08 VM machine

2010-11-24 Thread Hybride
> You seem to have two different problems. I tried to access > addresshttp://147.126.65.92/adminand got the "You don't have permission to > access /admin/default/index on this server." error message, this sounds > like the admin application is not installed or your webserver is not > allowed to re

[web2py] Re: web2py SSL + Apache + mod_wsgi issues on Ubuntu 8.08 VM machine

2010-11-23 Thread Hybride
> What kind of a problems do you have? It's the standard "You don't have permission to access /admin/default/ index on this server." I know it's silly, and I've went through most of the files available on how to supposedly fix this, but I can't seem to get it to work. > Your are receiving that wa

[web2py] web2py SSL + Apache + mod_wsgi issues on Ubuntu 8.08 VM machine

2010-11-22 Thread Hybride
Hi everyone, I have my head wrapped up with trying to set up SSL for web2py. I used, at first, the initial one-step deployment available for Ubuntu/ debian servers. The SSL was the issue then, so I went through the entire step-by-step available on the official book. I still can't seem to get SSL t