[web2py] Re: Good jQuery UI Library

2011-07-15 Thread stargate
Thank everybody for the help. I have been also looking into this http://angularjs.org/ Not a UI library but a JavaScript MVC On Jul 15, 7:57 am, Ross Peoples ross.peop...@gmail.com wrote: I have evaluated several UI libraries. ExtJS is the nicest, but you can only use it for open source

[web2py] Database connection to Google Datastor in appengine

2011-07-14 Thread stargate
I am having trouble finding the connection string example to connect to a Google Datastor database. Also what is the best method if you are working on your web2py application locally how would you connect to a Google Datastor database.

[web2py] Re: Database connection to Google Datastor in appengine

2011-07-14 Thread stargate
Thanks for the info I will try that. On Jul 14, 8:09 am, Anthony abasta...@gmail.com wrote: On Thursday, July 14, 2011 7:48:40 AM UTC-4, stargate wrote: I am having trouble finding the connection string example to connect to a Google Datastor database. Seehttp://code.google.com/p/web2py

[web2py] Good jQuery UI Library

2011-07-14 Thread stargate
I loved using the following library http://flowplayer.org/tools/index.html because it was light-weight but I think the developer is MIA. What is a good jQuery library that will work with web2py and is light weight. I am not impressed with jquery UI I think its to bloated.

[web2py] Google App Engine datastor

2011-07-07 Thread stargate
is Google App Engine datastor supported in web2py?

[web2py] Re: web2py hosting

2011-07-07 Thread stargate
For hosting I would use https://www.dotcloud.com/ But only for big projects. On Jul 1, 1:17 pm, DenesL denes1...@yahoo.ca wrote: Information collected from actual users of the service. Comments can belong to several people, and can be positive (+), negative (-) or other (~). This post will

[web2py] Multiple Languages for application

2011-06-30 Thread stargate
Does web2py support Multiple Languages. So lets say I create a system that is all in English, How would i translate it into french Italian Spanish.

[web2py] Google Datastore

2011-05-12 Thread stargate
I was wondering if there is a example on connecting to a google Datastore database on App Engine

[web2py] Cloud Database

2011-05-06 Thread stargate
If you are starting out a new social site is it better to do it in mySQL first then move to a cloud database. Which cloud database is better and similar to mySQL slect statements?

[web2py] Re: Cloud Database

2011-05-06 Thread stargate
Can Google BigTable work with web2py and can it be hosted on http://www.dotcloud.com/ ? On May 6, 2:16 pm, Bruno Rocha rochacbr...@gmail.com wrote: Google BigTable except for the joins.. On Fri, May 6, 2011 at 3:06 PM, stargate kyoukh...@gmail.com wrote: If you are starting out a new social

[web2py] dotcloud admin disabled because unable to access password file

2011-03-14 Thread stargate
I just pushed web2py onto dotcloud but i get the following error. admin disabled because unable to access password file Not to sure how to fix this.

[web2py] Re: dotcloud admin disabled because unable to access password file

2011-03-14 Thread stargate
What I am trying to do is when i go to mydomain.dotcloud.com and go to the admin the administration will work without having to go to ssh every time i want to do any administration. One method I do like is placing a parameters_#.py in the web2py directory/ But how do i generate this file?

[web2py] Re: Dotcloud hosting great tutorial but stuck

2011-03-10 Thread stargate
, Jonathan Lundell jlund...@pobox.com wrote: On Mar 9, 2011, at 3:49 PM, stargate wrote: I am following the following tutorial for web2py deployment http://docs.dotcloud.com/static/tutorials/web2py/ the problem i am stuck at is when i try to run the following command What exactly do you mean

[web2py] Dotcloud hosting great tutorial but stuck

2011-03-09 Thread stargate
I am following the following tutorial for web2py deployment http://docs.dotcloud.com/static/tutorials/web2py/ the problem i am stuck at is when i try to run the following command web2py$ ln -s wsgihandler.py wsgi.py I am doing this from macos Terminal Thanks for any help

[web2py] from php to web2py

2011-03-02 Thread stargate
I am looking at the following example here located http://web2py.com/AlterEgo/default/show/106 If you go to the heading PHP files and web2py views Further down there is a web2py example. Now i create a controller called loop and a html page called loop but how do i call the controller in the

[web2py] Re: from php to web2py

2011-03-02 Thread stargate
Is there a example of this showing what code goes in what file. On Mar 2, 8:56 am, Norbert Klamann norbert.klam...@googlemail.com wrote: I am a newbie wrt web2py , but I think it is just the other way round. You place the loop.html in the views/default directory and the controll calls it

[web2py] Re: from php to web2py

2011-03-02 Thread stargate
examples here:http://web2py.com/examples/default/examples You should also explore the 'welcome' app to see how things are set up, and you can download and explore plenty of other applications as well:http://web2py.com/appliances Anthony On Wednesday, March 2, 2011 9:34:05 AM UTC-5, stargate

[web2py] Ajax form post

2011-03-02 Thread stargate
Lets say i create a form using html and I am going to use Jquery to do a ajax post to a web2py url In the form there is two fields username and password. The web2py controller will request the username and password and store them in varaibles. How would you do this.

[web2py] Re: Ajax form post

2011-03-02 Thread stargate
Thanks for the help. No its just I am use to creating The form manually then doing a jquery Ajax post using php. On Mar 2, 8:33 pm, Anthony abasta...@gmail.com wrote: Yes, as pbreit points out, web2py already has functionality to handle this kind of thing for you. First, you generally won't

[web2py] Broken Link is there a new resource

2011-03-01 Thread stargate
I was on the following page http://www.web2py.com/php When i click on click here to learn more about web2py (for PHP programmers) The link goes to a broken page. Is there a alternative resource for this

[web2py] Re: Broken Link is there a new resource

2011-03-01 Thread stargate
On Tuesday, March 1, 2011 1:43:15 PM UTC-5, stargate wrote: I was on the following page http://www.web2py.com/php When i click on  click here to learn more about web2py (for PHP programmers) The link goes to a broken page. Is there a alternative resource for this

[web2py] Re: web2py database administration

2011-02-25 Thread stargate
Maybe Massimo might need to jump on this. It could be a bug that we aren't even aware of. On Feb 25, 1:58 am, pbreit pbreitenb...@gmail.com wrote: I take that back. Appears to be used for approving registrations:http://web2py.com/book/default/chapter/08?search=registration_key

[web2py] Re: web2py database administration

2011-02-23 Thread stargate
Yes but I click on the database administration within the new application I have created. The database is connected to a mySQL server. The issue is when i create a new table in the mySQL server it doesn't show up under the Available databases and tables. So how do i correct this. Also when I

[web2py] Re: web2py database administration

2011-02-23 Thread stargate
It was asking me for the user generated ID On Feb 23, 8:21 am, Anthony abasta...@gmail.com wrote: On Wednesday, February 23, 2011 7:11:08 AM UTC-5, stargate wrote: Yes but I click on the database administration within the new application I have created.  The database is connected to a mySQL

[web2py] Re: web2py database administration

2011-02-23 Thread stargate
, 10:18 am, stargate kyoukh...@gmail.com wrote: I will send a screen shot when i get a chance. Thanks for all the help. On Feb 23, 9:16 am, Anthony abasta...@gmail.com wrote: Can you send a screenshot of the page that is asking you for the user ID? Also, can you post the code from your

[web2py] Re: web2py database administration

2011-02-23 Thread stargate
will help. On Wednesday, February 23, 2011 9:08:32 AM UTC-5, stargate wrote: It was asking me for the user generated ID On Feb 23, 8:21 am, Anthony abas...@gmail.com wrote: On Wednesday, February 23, 2011 7:11:08 AM UTC-5, stargate wrote: Yes but I click on the database administration within

[web2py] Re: How to make a progress bar/meter in web2py?

2011-02-23 Thread stargate
Why would you use web2py to make a progress bar when you can do it in JQuery. http://docs.jquery.com/UI/Progressbar http://beckelman.net/post/2008/10/04/jQuery-Progress-Indicators.aspx On Feb 23, 8:28 am, Vasile Ermicioi elff...@gmail.com wrote: here is explained how to do, that is not

[web2py] Re: web2py database administration

2011-02-23 Thread stargate
Perfect I will look into this. Does web2py have a database administration tool where you can create tables? On Feb 23, 11:06 am, Anthony abasta...@gmail.com wrote: On Wednesday, February 23, 2011 10:49:52 AM UTC-5, stargate wrote: I think I know what the problem is.  I am defining tables

[web2py] mysql create table syntax for default tables

2011-02-22 Thread stargate
I was wondering if anybody has the create table syntax for mySQL for the following tables that come with web2py db.auth_user db.auth_group db.auth_membership db.auth_permission db.auth_event

[web2py] Re: mysql create table syntax for default tables

2011-02-22 Thread stargate
Has anybody done this. Basically I want export the basic table structure from sqllite to mySql On Feb 22, 7:44 am, stargate kyoukh...@gmail.com wrote: I was wondering if anybody has the create table syntax for mySQL for the following tables that come with web2py db.auth_user db.auth_group

[web2py] Re: mysql create table syntax for default tables

2011-02-22 Thread stargate
is defined in gluon/tool.py or you can call it from another model. Have a look in tools.py to see how the tables are defined. On Feb 22, 3:52 pm, stargate kyoukh...@gmail.com wrote: Has anybody done this.  Basically I want export the basic table structure from sqllite to mySql On Feb 22

[web2py] web2py database administration

2011-02-22 Thread stargate
I just started using mySQL with web2py now my question is when administrating the database from the web interface i added a new table in the mySQL database but when i hit refresh in the browser the table doesn't show up. Also when adding another user I have to specify the userID. How can you

[web2py] Re: Shorter URLs

2011-02-21 Thread stargate
This is very interesting so do you have separate fies for your pages or just one index file On Feb 20, 11:45 pm, Jonathan Lundell jlund...@pobox.com wrote: On Feb 20, 2011, at 8:39 AM, Ross Peoples wrote: That would be pretty cool! So, assuming this was in the current release now, I

[web2py] jquery ajax

2011-02-20 Thread stargate
I was wondering lets say you have a table in the database called users and you perform the sql query select * from users where userid=userid limit 10 Now in jQuery how would you do a ajax call to a web2py page and have jquery process the data onto the client. Does web2py translate a page into

[web2py] application wizard database

2011-02-18 Thread stargate
Lets say you create a application using the application wizard and setup the default user login database. How would you modify the code so that it will connect to a mysql database with the same user login tables.

[web2py] jquery and web2py database simple login

2011-02-18 Thread stargate
How would i go about creating a simple login form when a user logs in and using jquery it will check a ajax post process. The password will be stored as md5. The database will be mysql

[web2py] Re: application wizard database

2011-02-18 Thread stargate
 am, stargate kyoukh...@gmail.com wrote: Lets say you create a application using the application wizard and setup the default user login database. How would you modify the code so that it will connect to a mysql database with the same user login tables.

[web2py] Re: database access

2011-02-17 Thread stargate
villa...@gmail.com wrote: You can use ANY suitable tool to examine/administrate your DB independently of web2py. On Feb 17, 4:04 am, stargate kyoukh...@gmail.com wrote: It's just a database admin tool for mysql.  I just want to be able to access the mysql lite database that comes with web2py

[web2py] Re: database access

2011-02-17 Thread stargate
. There are lots of tools for Sqlite. Just google for suitable tools for the DB of your choice. On Feb 17, 2:56 pm, stargate kyoukh...@gmail.com wrote: So saying that how do I add a username and password to the database and give the user permissions to insert delete view records.  I also what

[web2py] Re: database access

2011-02-17 Thread stargate
Is there a example on how to do this. Thanks for all the help On Feb 17, 11:50 am, stargate kyoukh...@gmail.com wrote: So its better to start with a mySQl database and connect to that database then using the mysql lite database.  What I like is out of the box web2py has a user login now

[web2py] Re: php to web2py

2011-02-16 Thread stargate
Just was confused when it said it was old blog that is all On Feb 16, 5:25 am, Albert Abril albert.ab...@gmail.com wrote: Stargate, all the tags in the article are correct. I guess you confused because it says 'Old web2py blog', but html and web2py are all correct. On Wed, Feb 16, 2011 at 10

[web2py] Re: broken images

2011-02-16 Thread stargate
/layouts/Optimism/... This is the equivalent of what you are seeing in the preview atwww.web2py.com Is that what you mean? -D On Feb 15, 8:04 pm, stargate kyoukh...@gmail.com wrote: If you go here http://www.web2py.com/layouts then preview Optimism.  How come when you go to view source

[web2py] database access

2011-02-16 Thread stargate
When running web2py how do i access the mysql database using a applicaiton like http://www.mysqlfront.de/wp/download/ Also when creating a new application using the application wizard it has no indication to specify a user login for the database. Where can i change this.

[web2py] Re: database access

2011-02-16 Thread stargate
Is it possible to do this On Feb 16, 9:51 am, stargate kyoukh...@gmail.com wrote: When running web2py how do i access the mysql database using a applicaiton like http://www.mysqlfront.de/wp/download/ Also when creating a new application using the application wizard it has no indication

[web2py] Re: database access

2011-02-16 Thread stargate
work with Web2py. Personnaly I am not aware of anything about mysqlfront... Richard On Wed, Feb 16, 2011 at 9:40 PM, stargate kyoukh...@gmail.com wrote: Is it possible to do this On Feb 16, 9:51 am, stargate kyoukh...@gmail.com wrote: When running web2py how do i access the mysql

[web2py] Re: broken images

2011-02-15 Thread stargate
, stargate kyoukh...@gmail.com wrote: I am trying to figure out a proper structure.  Right now i have it like this. ../appname/static/plugin_layouts/Optimism/images/img17.jpg Why would you have another folder called layouts. Also i am including my scripts like this  script src={{=URL

[web2py] Re: broken images

2011-02-15 Thread stargate
think 'response.files' is right for that. Maybe this would be better... base href={{(URL(request.application,'static','plugin_layouts/ layouts/Optimism/')}} / -D On Feb 15, 1:28 pm, stargate kyoukh...@gmail.com wrote: Wouldn't it also better to use base href={{response.files.append(URL

[web2py] Re: broken images

2011-02-15 Thread stargate
are broken not to sure why On Feb 15, 11:33 am, stargate kyoukh...@gmail.com wrote: This line generates a error base href={{(URL(request.application,'static','plugin_layouts/ layouts/Optimism/')}} / Not sure why On Feb 15, 9:40 am, villas villa...@gmail.com wrote: 'base' is for when all

[web2py] Re: broken images

2011-02-15 Thread stargate
mention that the plugin is just to get you a head start. You're going to have to do more work to assimilate it into your site. I am not very familiar with it, but someone may be able to help. On Feb 15, 4:57 pm, stargate kyoukh...@gmail.com wrote: The broken images started when i created a new

[web2py] php to web2py

2011-02-15 Thread stargate
I came across the following URLS http://web2py.com/AlterEgo/default/show/106 http://www.web2py.com/AlterEgo/default/show/167 Where is the updated content with the new web2py tags

[web2py] Re: broken images

2011-02-14 Thread stargate
wrote: Can you tell the layout name, an example of image url that you get and what should be? On Feb 13, 6:50 pm, stargate kyoukh...@gmail.com wrote: I just created a new site with the wizard and the template Optimism. When the wizard is completed and the site generated everything works fine

[web2py] Re: broken images

2011-02-14 Thread stargate
Is there something I am doing wrong? On Feb 13, 9:14 pm, Massimo Di Pierro massimo.dipie...@gmail.com wrote: Can you tell the layout name, an example of image url that you get and what should be? On Feb 13, 6:50 pm, stargate kyoukh...@gmail.com wrote: I just created a new site

[web2py] Re: broken images

2011-02-14 Thread stargate
I am trying to figure out a proper structure. Right now i have it like this. ../appname/static/plugin_layouts/Optimism/images/img17.jpg Why would you have another folder called layouts. Also i am including my scripts like this script src={{=URL('static','plugin_layout/Optimism/js/cufon-

[web2py] routes.py

2011-02-13 Thread stargate
I was wondering how do I configure routes.py so that my application myapp works like this when i type www.myapp.com it will go to that web2py application. I know in windows i can edit the host file in windows but I want it to go directly to my application. All of my paths are absolute paths

[web2py] Re: routes.py

2011-02-13 Thread stargate
://about.me/rochacbruno/bio 2011/2/13 stargate kyoukh...@gmail.com I was wondering how do I configure routes.py so that my application myapp works like this when i typewww.myapp.comit will go to that web2py application.  I know in windows i can edit the host file in windows but I want

[web2py] Re: routes.py

2011-02-13 Thread stargate
127.0.0.1 www.domain3.com 127.0.0.1 www.domain4.com The in web2py lets say i have the following applications domain1 domain2 domain3 domain4 i need a example on how to use routes.py so that this can work On Feb 13, 2:04 pm, stargate kyoukh...@gmail.com wrote: I creating a routes.py

[web2py] include files

2011-02-13 Thread stargate
I am trying to include the following file but it gives me a error {{include '/includes/header.html'}} The file and folder exist but it doesn't work what I am doing wrong.

[web2py] Re: include files

2011-02-13 Thread stargate
That worked On Feb 13, 3:29 pm, Marin Pranjic marin.pran...@gmail.com wrote: MAYBE this? {{include 'includes/header.html'}} On Sun, Feb 13, 2011 at 9:25 PM, stargate kyoukh...@gmail.com wrote: I am trying to include the following file but it gives me a error {{include 'includes

[web2py] broken images

2011-02-13 Thread stargate
I just created a new site with the wizard and the template Optimism. When the wizard is completed and the site generated everything works fine but all the images are broken. I tried creating another application with the wizard and the same thing all the images are broken what would be the cause

[web2py] Re: broken images

2011-02-13 Thread stargate
the static files will go in the layout_plugin directory. Thanks for the help by the way. On Feb 13, 9:14 pm, Massimo Di Pierro massimo.dipie...@gmail.com wrote: Can you tell the layout name, an example of image url that you get and what should be? On Feb 13, 6:50 pm, stargate kyoukh

[web2py] Re: web2py layouts

2011-02-11 Thread stargate
not contain any login (models/controllers). On Feb 10, 12:56 pm, stargate kyoukh...@gmail.com wrote: Its most of them I have downloaded and tired.  If you have step by step instructions i could be doing something wrong.  Thanks On Feb 10, 12:10 pm, Massimo Di Pierro massimo.dipie...@gmail.com

[web2py] Re: web2py layouts

2011-02-11 Thread stargate
and apply them from the design page of the existing app as plugins (form is at the bottom). They do not contain any login (models/controllers). On Feb 10, 12:56 pm, stargate kyoukh...@gmail.com wrote: Its most of them I have downloaded and tired.  If you have step by step instructions i

[web2py] plugin_wiki

2011-02-11 Thread stargate
I am trying to apply the plugin_wiki to a test application i created in the wizard but when i go to preview the site it doesn't look like the limey green look why is that.

[web2py] Re: Web2py and Sencha (Extjs)

2011-02-10 Thread stargate
Well Sencha Touch its pretty bloated and can be slow at times for loading on a mobile device. Your best bet is to look at http://www.phonegap.com/ On Feb 9, 8:09 pm, mikech mp.ch...@gmail.com wrote: Has anyone looked at the recent Extjs developements or Sencha Touch?  I'm nowhere ready to do

[web2py] web2py layouts

2011-02-10 Thread stargate
I tried installing the Simpletex layout but i try to view it and it says invalid controller (default/index). So i am not sure what are the steps to installing these sample layouts.

[web2py] Re: web2py layouts

2011-02-10 Thread stargate
:54 am, stargate kyoukh...@gmail.com wrote: I tried installing the Simpletex layout but i try to view it and it says invalid controller (default/index).  So i am not sure what are the steps to installing these sample layouts.

[web2py] Re: Book needs to be updated

2011-02-09 Thread stargate
Let me know if I can be of any help On Feb 9, 5:18 pm, cjrh caleb.hatti...@gmail.com wrote: On Feb 9, 9:01 pm, Richard Vézina ml.richard.vez...@gmail.com wrote: We can put a frame around the screenshot... But it will make harder to have unity between screenshot if it not the same person

[web2py] Book needs to be updated

2011-02-08 Thread stargate
I think the book needs to be updated with new screen shots. What are your thoughts on this.

[web2py] Re: Book needs to be updated

2011-02-08 Thread stargate
I like the new admin. Even though its my first time using web2py. But its nice time for a change. If there is anything I can do to help that would be fine with me. On Feb 8, 4:00 pm, pbreit pbreitenb...@gmail.com wrote: I kind of liked the old admin better. Are we really set on the new admin?

[web2py] Cloud hosting company

2011-02-07 Thread stargate
Does anybody know of a hosting company that will run web2py in a cloud hosting environment?

[web2py] Re: Cloud hosting company

2011-02-07 Thread stargate
App Engine and Amazon ECM running well on a cloud. Bruno Rochahttp://about.me/rochacbruno/bio 2011/2/7 stargate kyoukh...@gmail.com Does anybody know of a hosting company that will run web2py in a cloud hosting environment?

[web2py] Getting started

2011-02-05 Thread stargate
i was wondering if there a step by step tutorial that will show me how to build a web2py website. Coming from php I am use to using includes how would I get started.

[web2py] MySQL and web2py

2011-02-04 Thread stargate
Lets say I am running the web2py Server in windows. And for my mySQL database i am using http://www.uwamp.com/ Can web2py connect to that database using the connection string it has given in the example. What would i have to do to get the database working with web2py.

[web2py] Re: host file

2011-02-01 Thread stargate
Anybody know how to do this? On Jan 26, 7:22 am, stargate kyoukh...@gmail.com wrote: Lets say in web2py  you create a new application called myapp.  What i want to do is when i type  www.myapp.com:8000it will go to that web2py installation how would you do this. I know in windows you need

[web2py] host file

2011-01-26 Thread stargate
Lets say in web2py you create a new application called myapp. What i want to do is when i type www.myapp.com:8000 it will go to that web2py installation how would you do this. I know in windows you need to edit C:\WINDOWS\system32\drivers\etc\hosts

[web2py] Re: Python 2.7.1 next steps to install on Centos with Cpanel installed

2011-01-26 Thread stargate
I wish it did On Jan 24, 11:26 pm, pbreit pbreitenb...@gmail.com wrote: Does your host provide instructions on how to run Python or Django apps?

[web2py] Python 2.7.1 next steps to install on Centos with Cpanel installed

2011-01-24 Thread stargate
Lets say i have Python 2.7.1 installed what is the next steps to install web2py on a server running Centos and Cpanel. I do have SSH access. I want web2py to work with the existing mySQL database and Apache 2.x

[web2py] Re: Python 2.7.1 next steps to install on Centos with Cpanel installed

2011-01-24 Thread stargate
mod_wsgi is not installed. What would be steps to install it on a machine that is running cPanel and WHM with Centos On Jan 24, 4:00 pm, Vasile Ermicioi elff...@gmail.com wrote: running mod_fcgid http://groups.google.com/group/web2py/browse_thread/thread/87cb8b8830... more on

[web2py] Documentation working installation on Cpanel and WHM running Centos

2011-01-23 Thread stargate
I have researched and have found no solutions on installing web2py on WHM. I have ssh access to the server. This server is running the latest version of Centos . So I am not sure why there isn't any docs showing users how to install web2py with that configuration. I need help with this because

[web2py] Re: step-by step instructions installing web2py on a CentOS server with cPanel installed

2011-01-22 Thread stargate
I have already python installed on my server and its a dedicated server running cPanel and CentOS. I just need step by step instructions installing web2py on the server On Jan 22, 12:49 am, pbreit pbreitenb...@gmail.com wrote: Do you have ssh access? Perhaps try the Ubuntu setup

[web2py] Website

2011-01-21 Thread stargate
Lets say i have created a static page using XHTML and css. How do I integrate it into web2py. Basically i am toying to learn a new language coming from a PHP background. I can't find a getting started with web2py like integrating a existing design and apply server side web2py database elements

[web2py] Installation on GoDaddy shared server

2011-01-21 Thread stargate
How do I install web2py on a GoDaddy shared server. Also what are the steps to install it on a regular linux server.

[web2py] Re: Installation on GoDaddy shared server

2011-01-21 Thread stargate
Thanks for the help... On Jan 21, 2:35 pm, Kenneth Lundström kenneth.t.lundst...@gmail.com wrote: Simplest way ishttp://web2py.com/book/default/chapter/03   How do I install web2py on a GoDaddy shared server. No idea about GoDaddy but,   Also what are the steps to install it on a regular

[web2py] step-by step instructions installing web2py on a CentOS server with cPanel installed

2011-01-21 Thread stargate
I as wondering if there is step-by step instructions installing web2py on a CentOS version 4.x server with cPanel installed.

[web2py] Re: step-by step instructions installing web2py on a CentOS server with cPanel installed

2011-01-21 Thread stargate
I did a search for installing using cpanel and whm with no success. Most hosting companies use cpanel or plesk. It would be nice if there was step by step instructions on how to install web2py with mysql and cpanel running. On Jan 21, 4:21 pm, Kenneth Lundström kenneth.t.lundst...@gmail.com