ok did it following JoeCodeswell 'S tips in other thread:
Here are the commands. They seemed to work. $ cd /home/my_acct/webapps/wp/ apache2/bin $ ./stop $ cd /home/my_acct/webapps/wp $ rm web2py_src.zip $ wget -q http://www.web2py.com/examples/static/web2py_src.zip $ unzip -q web2py_src.zip replace web2py/gluon/__init__.py? [y]es, [n]o, [A]ll, [N]one, [r]ename: A $ cd /home/my_acct/webapps/wp/apache2/bin $ ./start You will need to replace 'my_acct' with your account [login] name, and 'wp' with the name of your webFaction-application-directory to make this work for you. -------------- that worked for me too

