I use a Mac and I am not the only one on the list. All video tutorials on Vimeo are made with Mac. Including the one that explains how to deploy on GAE.
To use postgresql you must install it and must install psycopg2 (not psycopg). This is the most troublesome step but it is documented on many places for example here: http://blog.jonypawks.net/2008/06/20/installing-psycopg2-on-os-x/ The detailed instructructions depend on the postgres version. Make sure you have Python 2.5 installed (or GAE will not work) Make sure you run web2py from source, not python binary, or it will not see the postgresql driver. Massimo On Apr 24, 8:07 am, Johann Spies <[email protected]> wrote: > I have two questions: one related to GAE and the other to Postgresql > > Coming from a Linux background I will in the next year or two use a > Macbook Pro to develop web2py-stuff. > > I want to try out GAE but do not know how to get it going. According > to the book the following should do it, but I get nowhere: > ==== > To upload your app in GA,E we recommend using the Google App Engine > Launcher. You can download the software from ref. (link). > > Choose [File][Add Existing Application], set the path to the path of > the top-level web2py folder, and press the [Run] button in the > toolbar. After you have tested that it works locally, you can deploy > it on GAE by simply clicking on the [Deploy] button on the toolbar > (assuming you have an account). > ===== > > Maybe I must start somewhere earlier but I don't know GAE at all. > > Is there a howto to somewhere which can help me to get at least to the > welcome page of web2py on GAE on OSX? > > Second question > > I have installed Postgresql on my Macbook but there is no default > connector for Web2py for Postgresql. I suspect I must install > psycopg. Is there some recipe in the Web2py documentation about this? > > Regards > Johann > > -- > "Finally, brethren, whatsoever things are true, whatsoever things are > honest, whatsoever things are just, whatsoever things are pure, > whatsoever things are lovely, whatsoever things are of good report; if > there be any virtue, and if there be any praise, think on these > things." Philippians 4:8 > > -- > Subscription settings:http://groups.google.com/group/web2py/subscribe?hl=en

