This is how I installed web.py, but how do I connect it to postgreSQL? Can it even be done with web.py's built-in server?
On May 23, 12:46 am, Zhang Huangbin <[email protected]> wrote: > Hi list, > > Installation guide for Mac OS X is out of date, hope someone can help > update it. > > *)http://webpy.org/install#macosx > *)http://webpy.org/install_macosx > > It says "To install web.py on mac os x. Web.py 0.1 only...", the truth > is you can install latest web.py with easy_install: > > $ sudo easy_install web.py > Searching for web.py > Readinghttp://pypi.python.org/simple/web.py/ > Readinghttp://webpy.org/ > Best match: web.py 0.35 > Downloadinghttp://pypi.python.org/packages/source/w/web.py/web.py-0.35.tar.gz#md... > Processing web.py-0.35.tar.gz > Running web.py-0.35/setup.py -q bdist_egg --dist-dir /tmp/easy_install- > Jvf617/web.py-0.35/egg-dist-tmp-NDPILW > zip_safe flag not set; analyzing archive contents... > web.application: module references __file__ > web.debugerror: module references __file__ > Adding web.py 0.35 to easy-install.pth file > > Installed /Library/Python/2.6/site-packages/web.py-0.35-py2.6.egg > Processing dependencies for web.py > Finished processing dependencies for web.py -- You received this message because you are subscribed to the Google Groups "web.py" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/webpy?hl=en.
