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 Reading http://pypi.python.org/simple/web.py/ Reading http://webpy.org/ Best match: web.py 0.35 Downloading http://pypi.python.org/packages/source/w/web.py/web.py-0.35.tar.gz#md5=57a5a555df14f9de7581c422a6b1a96c 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.
