I created a virtualenv and installed pyinstall and tried installing Pylons, but it's installing the egg in a funny way that's not compatible with "python setup.py develop", or maybe it's just not compatible with Pylons applications. Note that the same packages get installed twice, and I have these namespace .pth files cluttering up the place.
I also got a simplejson error that didn't occur in one virtualenv but did occur in another one a few minutes later. But that may be due to the upstream server. (NOTE: http://pylonshq.com/download/0.9.7 NEEDS A CURRENT SIMPLEJSON 2 EGG.) [EMAIL PROTECTED] ~/svn/hazweb/branches/cameo-pylons2 $ python2.5 ~/src/virtualenv-1.3/virtualenv.py ~/venv/cameo New python executable in /home/mso/venv/cameo/bin/python2.5 Also creating executable in /home/mso/venv/cameo/bin/python Installing setuptools............done. [EMAIL PROTECTED] ~/svn/hazweb/branches/cameo-pylons2 $ cp /home/mso/venv/OLD.cameo/lib/python2.5/distutils/distutils.cfg /home/mso/venv/cameo/lib/python2.5/distutils/ [EMAIL PROTECTED] ~/svn/hazweb/branches/cameo-pylons2 $ cp /home/mso/venv/OLD.cameo/bin/activate /home/mso/venv/cameo/bin [EMAIL PROTECTED] ~/svn/hazweb/branches/cameo-pylons2 $ source ~/venv/cameo/bin/activate (cameo)[EMAIL PROTECTED] ~/svn/hazweb/branches/cameo-pylons2 $ ls $LIB easy-install.pth setuptools-0.6c9-py2.5.egg setuptools.pth (cameo)[EMAIL PROTECTED] ~/svn/hazweb/branches/cameo-pylons2 $ easy_install pyinstall Searching for pyinstall Reading http://www.pylonshq.com/download/ Reading http://pypi.python.org/simple/pyinstall/ Reading http://pyinstall.openplans.org Best match: pyinstall 0.1.4 Downloading http://pypi.python.org/packages/source/p/pyinstall/pyinstall-0.1.4.tar.gz#md5=9e3f8e362bc42fb4b9e0c83c556231e2 Processing pyinstall-0.1.4.tar.gz Running pyinstall-0.1.4/setup.py -q bdist_egg --dist-dir /tmp/easy_install-MLCQIx/pyinstall-0.1.4/egg-dist-tmp-TVjCNs zip_safe flag not set; analyzing archive contents... pyinstall: module references __file__ Adding pyinstall 0.1.4 to easy-install.pth file Installing pyinstall.py script to /home/mso/venv/cameo/bin Installed /home/mso/venv/cameo/lib/python2.5/site-packages/pyinstall-0.1.4-py2.5.egg Processing dependencies for pyinstall Finished processing dependencies for pyinstall (cameo)[EMAIL PROTECTED] ~/svn/hazweb/branches/cameo-pylons2 $ ls $LIB easy-install.pth setuptools-0.6c9-py2.5.egg pyinstall-0.1.4-py2.5.egg setuptools.pth (cameo)[EMAIL PROTECTED] ~/svn/hazweb/branches/cameo-pylons2 $ pyinstall.py Durus Requirement already satisfied: Durus in /usr/local/lib/python2.5/site-packages/Durus-3.7-py2.5-linux-i686.egg Installing collected packages: Durus Successfully installed Durus (cameo)[EMAIL PROTECTED] ~/svn/hazweb/branches/cameo-pylons2 $ ls $LIB easy-install.pth setuptools-0.6c9-py2.5.egg pyinstall-0.1.4-py2.5.egg setuptools.pth (cameo)[EMAIL PROTECTED] ~/svn/hazweb/branches/cameo-pylons2 $ pyinstall.py Pylons Downloading/unpacking Pylons Downloading Pylons-0.9.7rc2.tar.gz (156Kb): 156Kb downloaded Running setup.py egg_info for package Pylons warning: no previously-included files matching '*' found under directory 'tests/test_units/session' warning: no previously-included files matching '.DS_Store' found anywhere in distribution warning: no previously-included files matching '*.hgignore' found anywhere in distribution warning: no previously-included files matching '*.hgtags' found anywhere in distribution Downloading/unpacking Routes>=1.10.1 (from Pylons) Downloading Routes-1.10.1.tar.gz (69Kb): 69Kb downloaded Running setup.py egg_info for package Routes warning: no previously-included files matching '.DS_Store' found anywhere in distribution warning: no previously-included files matching '*.hgignore' found anywhere in distribution warning: no previously-included files matching '*.hgtags' found anywhere in distribution Downloading/unpacking WebHelpers>=0.6.1 (from Pylons) Downloading WebHelpers-0.6.3.tar.gz (201Kb): 201Kb downloaded Running setup.py egg_info for package WebHelpers Downloading/unpacking Beaker>=1.0.2 (from Pylons) Downloading Beaker-1.0.3.tar.gz Running setup.py egg_info for package Beaker Downloading/unpacking Paste>=1.7.1 (from Pylons) Downloading Paste-1.7.1.tar.gz (371Kb): 371Kb downloaded Running setup.py egg_info for package Paste Downloading/unpacking PasteDeploy>=1.3.2 (from Pylons) Could not fetch URL http://pythonpaste.org/deploy/paste-deploy.html (from http://pypi.python.org/simple/PasteDeploy): HTTP Error 404: Not Found Will skip URL http://pythonpaste.org/deploy/paste-deploy.html when looking for download links for PasteDeploy>=1.3.2 (from Pylons) Could not fetch URL http://pythonpaste.org/deploy/paste-deploy.html (from http://pypi.python.org/simple/PasteDeploy): HTTP Error 404: Not Found Will skip URL http://pythonpaste.org/deploy/paste-deploy.html when looking for download links for PasteDeploy>=1.3.2 (from Pylons) Downloading PasteDeploy-1.3.2.tar.gz Running setup.py egg_info for package PasteDeploy warning: no files found matching 'docs/*.html' warning: no previously-included files found matching 'docs/rebuild' Downloading/unpacking PasteScript>=1.6.3 (from Pylons) Downloading PasteScript-1.6.3.tar.gz (120Kb): 120Kb downloaded Running setup.py egg_info for package PasteScript Downloading/unpacking FormEncode>=1.0.1 (from Pylons) Downloading FormEncode-1.0.1.tar.gz (172Kb): 172Kb downloaded Running setup.py egg_info for package FormEncode warning: no files found matching '*.py' under directory '.' warning: no files found matching '*.html' under directory 'docs' no previously-included directories found matching '**/.svn' Downloading/unpacking simplejson>=2.0.1 (from Pylons) Downloading Checking out svn repository http://simplejson.googlecode.com/svn/tags/simplejson-2.0.3/ to /home/mso/venv/cameo/build/simplejson Complete output from command svn checkout --force http://simplejson.googlecode.com/svn/tags/simplejson-2.0.3/ /home/mso/venv/cameo/build/simplejson: Subcommand 'checkout' doesn't accept option '--force' Type 'svn help checkout' for usage. ---------------------------------------- Command svn checkout --force http://simplejson.googlecode.com/svn/tags/simplejson-2.0.3/ /home/mso/venv/cameo/build/simplejson failed with error code 1 Storing complete log in ./pyinstall-log.txt (cameo)[EMAIL PROTECTED] ~/svn/hazweb/branches/cameo-pylons2 $ pyinstall.py Pylons Downloading/unpacking Pylons Running setup.py egg_info for package Pylons warning: no previously-included files matching '*' found under directory 'tests/test_units/session' warning: no previously-included files matching '.DS_Store' found anywhere in distribution warning: no previously-included files matching '*.hgignore' found anywhere in distribution warning: no previously-included files matching '*.hgtags' found anywhere in distribution Downloading/unpacking Routes>=1.10.1 (from Pylons) Running setup.py egg_info for package Routes warning: no previously-included files matching '.DS_Store' found anywhere in distribution warning: no previously-included files matching '*.hgignore' found anywhere in distribution warning: no previously-included files matching '*.hgtags' found anywhere in distribution Downloading/unpacking WebHelpers>=0.6.1 (from Pylons) Running setup.py egg_info for package WebHelpers Downloading/unpacking Beaker>=1.0.2 (from Pylons) Running setup.py egg_info for package Beaker Downloading/unpacking Paste>=1.7.1 (from Pylons) Running setup.py egg_info for package Paste Downloading/unpacking PasteDeploy>=1.3.2 (from Pylons) Running setup.py egg_info for package PasteDeploy warning: no files found matching 'docs/*.html' warning: no previously-included files found matching 'docs/rebuild' Downloading/unpacking PasteScript>=1.6.3 (from Pylons) Running setup.py egg_info for package PasteScript Downloading/unpacking FormEncode>=1.0.1 (from Pylons) Running setup.py egg_info for package FormEncode warning: no files found matching '*.py' under directory '.' warning: no files found matching '*.html' under directory 'docs' no previously-included directories found matching '**/.svn' Downloading/unpacking simplejson>=2.0.1 (from Pylons) Downloading Checking out svn repository http://simplejson.googlecode.com/svn/tags/simplejson-2.0.3/ to /home/mso/venv/cameo/build/simplejson Complete output from command svn checkout --force http://simplejson.googlecode.com/svn/tags/simplejson-2.0.3/ /home/mso/venv/cameo/build/simplejson: Subcommand 'checkout' doesn't accept option '--force' Type 'svn help checkout' for usage. ---------------------------------------- Command svn checkout --force http://simplejson.googlecode.com/svn/tags/simplejson-2.0.3/ /home/mso/venv/cameo/build/simplejson failed with error code 1 Storing complete log in ./pyinstall-log.txt (cameo)[EMAIL PROTECTED] ~/svn/hazweb/branches/cameo-pylons2 $ pyinstall.py simplejson==2.0.3 Downloading/unpacking simplejson==2.0.3 Could not fetch URL http://pypi.python.org/simple/simplejson/2.0.3: HTTP Error 404: Not Found Will skip URL http://pypi.python.org/simple/simplejson/2.0.3 when looking for download links for simplejson==2.0.3 Downloading Checking out svn repository http://simplejson.googlecode.com/svn/tags/simplejson-2.0.3/ to /home/mso/venv/cameo/build/simplejson Complete output from command svn checkout --force http://simplejson.googlecode.com/svn/tags/simplejson-2.0.3/ /home/mso/venv/cameo/build/simplejson: Subcommand 'checkout' doesn't accept option '--force' Type 'svn help checkout' for usage. ---------------------------------------- Command svn checkout --force http://simplejson.googlecode.com/svn/tags/simplejson-2.0.3/ /home/mso/venv/cameo/build/simplejson failed with error code 1 Storing complete log in ./pyinstall-log.txt (cameo)[EMAIL PROTECTED] ~/svn/hazweb/branches/cameo-pylons2 $ pyinstall.py http://pypi.python.org/packages/source/s/simplejson/simplejson-2.0.3.tar.gz#md5=6da5d665c9e772ac65eae9b4ce6d737b Downloading/unpacking http://pypi.python.org/packages/source/s/simplejson/simplejson-2.0.3.tar.gz#md5=6da5d665c9e772ac65eae9b4ce6d737b Downloading simplejson-2.0.3.tar.gz (112Kb): 112Kb downloaded Running setup.py egg_info for package from http://pypi.python.org/packages/source/s/simplejson/simplejson-2.0.3.tar.gz#md5=6da5d665c9e772ac65eae9b4ce6d737b Installing collected packages: simplejson Running setup.py install for simplejson building 'simplejson._speedups' extension gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.5 -c simplejson/_speedups.c -o build/temp.linux-i686-2.5/simplejson/_speedups.o gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions build/temp.linux-i686-2.5/simplejson/_speedups.o -o build/lib.linux-i686-2.5/simplejson/_speedups.so Successfully installed simplejson (cameo)[EMAIL PROTECTED] ~/svn/hazweb/branches/cameo-pylons2 $ pyinstall.py Pylons Downloading/unpacking Pylons Running setup.py egg_info for package Pylons warning: no previously-included files matching '*' found under directory 'tests/test_units/session' warning: no previously-included files matching '.DS_Store' found anywhere in distribution warning: no previously-included files matching '*.hgignore' found anywhere in distribution warning: no previously-included files matching '*.hgtags' found anywhere in distribution Downloading/unpacking Routes>=1.10.1 (from Pylons) Running setup.py egg_info for package Routes warning: no previously-included files matching '.DS_Store' found anywhere in distribution warning: no previously-included files matching '*.hgignore' found anywhere in distribution warning: no previously-included files matching '*.hgtags' found anywhere in distribution Downloading/unpacking WebHelpers>=0.6.1 (from Pylons) Running setup.py egg_info for package WebHelpers Downloading/unpacking Beaker>=1.0.2 (from Pylons) Running setup.py egg_info for package Beaker Downloading/unpacking Paste>=1.7.1 (from Pylons) Running setup.py egg_info for package Paste Downloading/unpacking PasteDeploy>=1.3.2 (from Pylons) Running setup.py egg_info for package PasteDeploy warning: no files found matching 'docs/*.html' warning: no previously-included files found matching 'docs/rebuild' Downloading/unpacking PasteScript>=1.6.3 (from Pylons) Running setup.py egg_info for package PasteScript Downloading/unpacking FormEncode>=1.0.1 (from Pylons) Running setup.py egg_info for package FormEncode warning: no files found matching '*.py' under directory '.' warning: no files found matching '*.html' under directory 'docs' no previously-included directories found matching '**/.svn' Requirement already satisfied: simplejson>=2.0.1 in /home/mso/venv/cameo/lib/python2.5/site-packages (from Pylons) Downloading/unpacking decorator>=2.2.0 (from Pylons) Downloading decorator-2.3.1.zip (122Kb): 122Kb downloaded Running setup.py egg_info for package decorator Downloading/unpacking nose>=0.10.3 (from Pylons) Downloading nose-0.10.4.tar.gz (284Kb): 284Kb downloaded Running setup.py egg_info for package nose Downloading/unpacking Mako>=0.2.2 (from Pylons) Downloading Mako-0.2.2.tar.gz (213Kb): 213Kb downloaded Running setup.py egg_info for package Mako Downloading/unpacking WebOb>=0.9.3 (from Pylons) Downloading WebOb-0.9.3.tar.gz (100Kb): 100Kb downloaded Running setup.py egg_info for package WebOb Downloading/unpacking WebError>=0.9 (from Pylons) Downloading WebError-0.9.tar.gz (83Kb): 83Kb downloaded Running setup.py egg_info for package WebError Downloading/unpacking Tempita>=0.2 (from Pylons) Downloading Tempita-0.2.tar.gz Running setup.py egg_info for package Tempita Requirement already satisfied: wsgiref in /usr/lib/python2.5 (from WebError>=0.9->Pylons) Downloading/unpacking Pygments (from WebError>=0.9->Pylons) Downloading Pygments-0.11.1.tar.gz (865Kb): 865Kb downloaded Running setup.py egg_info for package Pygments Installing collected packages: Beaker, decorator, FormEncode, Mako, nose, Paste, PasteDeploy, PasteScript, Pygments, Pylons, Routes, simplejson, Tempita, WebError, WebHelpers, WebOb, wsgiref Running setup.py install for Beaker Running setup.py install for Mako changing mode of build/scripts-2.5/mako-render from 644 to 755 changing mode of /home/mso/venv/cameo/bin/mako-render to 755 Running setup.py install for PasteDeploy warning: no files found matching 'docs/*.html' warning: no previously-included files found matching 'docs/rebuild' Skipping installation of /home/mso/venv/cameo/lib/python2.5/site-packages/paste/__init__.py (namespace package) Installing /home/mso/venv/cameo/lib/python2.5/site-packages/PasteDeploy-1.3.2-py2.5-nspkg.pth Running setup.py install for Pylons warning: no previously-included files matching '*' found under directory 'tests/test_units/session' warning: no previously-included files matching '.DS_Store' found anywhere in distribution warning: no previously-included files matching '*.hgignore' found anywhere in distribution warning: no previously-included files matching '*.hgtags' found anywhere in distribution Running setup.py install for FormEncode warning: no files found matching '*.py' under directory '.' warning: no files found matching '*.html' under directory 'docs' no previously-included directories found matching '**/.svn' Running setup.py install for WebError Running setup.py install for WebOb Running setup.py install for WebHelpers Running setup.py install for Tempita Running setup.py install for Pygments Installing pygmentize script to /home/mso/venv/cameo/bin Running setup.py install for nose Installing nosetests script to /home/mso/venv/cameo/bin Running setup.py install for Routes warning: no previously-included files matching '.DS_Store' found anywhere in distribution warning: no previously-included files matching '*.hgignore' found anywhere in distribution warning: no previously-included files matching '*.hgtags' found anywhere in distribution Running setup.py install for Paste Skipping installation of /home/mso/venv/cameo/lib/python2.5/site-packages/paste/__init__.py (namespace package) Installing /home/mso/venv/cameo/lib/python2.5/site-packages/Paste-1.7.1-py2.5-nspkg.pth Running setup.py install for decorator Running setup.py install for PasteScript changing mode of build/scripts-2.5/paster from 644 to 755 Skipping installation of /home/mso/venv/cameo/lib/python2.5/site-packages/paste/__init__.py (namespace package) Installing /home/mso/venv/cameo/lib/python2.5/site-packages/PasteScript-1.6.3-py2.5-nspkg.pth changing mode of /home/mso/venv/cameo/bin/paster to 755 Installing paster script to /home/mso/venv/cameo/bin Successfully installed Pylons (cameo)[EMAIL PROTECTED] ~/svn/hazweb/branches/cameo-pylons2 $ ls $LIB beaker Pygments-0.11.1-py2.5.egg-info Beaker-1.0.3-py2.5.egg-info pyinstall-0.1.4-py2.5.egg decorator-2.3.1-py2.5.egg-info pylons decorator.py Pylons-0.9.7rc2-py2.5.egg-info decorator.pyc routes easy-install.pth Routes-1.10.1-py2.5.egg-info formencode setuptools-0.6c9-py2.5.egg FormEncode-1.0.1-py2.5.egg-info setuptools.pth mako simplejson Mako-0.2.2-py2.5.egg-info simplejson-2.0.3-py2.5.egg-info nose tempita nose-0.10.4-py2.5.egg-info Tempita-0.2-py2.5.egg-info paste tests Paste-1.7.1-py2.5.egg-info weberror Paste-1.7.1-py2.5-nspkg.pth WebError-0.9-py2.5.egg-info PasteDeploy-1.3.2-py2.5.egg-info webhelpers PasteDeploy-1.3.2-py2.5-nspkg.pth WebHelpers-0.6.3-py2.5.egg-info PasteScript-1.6.3-py2.5.egg-info webob PasteScript-1.6.3-py2.5-nspkg.pth WebOb-0.9.3-py2.5.egg-info pygments (cameo)[EMAIL PROTECTED] ~/svn/hazweb/branches/cameo-pylons2 $ python setup.py develop running develop running egg_info writing requirements to cameo.egg-info/requires.txt writing cameo.egg-info/PKG-INFO writing top-level names to cameo.egg-info/top_level.txt writing dependency_links to cameo.egg-info/dependency_links.txt writing entry points to cameo.egg-info/entry_points.txt writing paster_plugins to cameo.egg-info/paster_plugins.txt reading manifest template 'MANIFEST.in' writing manifest file 'cameo.egg-info/SOURCES.txt' running build_ext Creating /home/mso/venv/cameo/lib/python2.5/site-packages/cameo.egg-link (link to .) Adding cameo 2alpha0dev-r958 to easy-install.pth file Installed /home/mso/svn/hazweb/branches/cameo-pylons2 Processing dependencies for cameo==2alpha0dev-r958 Searching for Unipath Reading http://www.pylonshq.com/download/ Reading http://pypi.python.org/simple/Unipath/ Reading http://sluggo.scrapping.cc/python/unipath/ Best match: Unipath 0.2.1 Downloading http://sluggo.scrapping.cc/python/unipath/Unipath-0.2.1.tar.gz Processing Unipath-0.2.1.tar.gz Running Unipath-0.2.1/setup.py -q bdist_egg --dist-dir /tmp/easy_install-EWcAb3/Unipath-0.2.1/egg-dist-tmp-92aEyY zip_safe flag not set; analyzing archive contents... Adding Unipath 0.2.1 to easy-install.pth file Installed /home/mso/venv/cameo/lib/python2.5/site-packages/Unipath-0.2.1-py2.5.egg Searching for WebHelpers==0.6.3 Best match: WebHelpers 0.6.3 Adding WebHelpers 0.6.3 to easy-install.pth file Using /home/mso/venv/cameo/lib/python2.5/site-packages Searching for Routes==1.10.1 Best match: Routes 1.10.1 Adding Routes 1.10.1 to easy-install.pth file Using /home/mso/venv/cameo/lib/python2.5/site-packages Searching for Durus==3.7 Reading http://pypi.python.org/simple/Durus/ Reading http://www.mems-exchange.org/software/durus/ Best match: Durus 3.7 Downloading http://www.mems-exchange.org/software/durus/Durus-3.7.tar.gz Processing Durus-3.7.tar.gz Running Durus-3.7/setup.py -q bdist_egg --dist-dir /tmp/easy_install-hXOb3I/Durus-3.7/egg-dist-tmp-oiQTZk zip_safe flag not set; analyzing archive contents... Adding Durus 3.7 to easy-install.pth file Installing durus script to /home/mso/venv/cameo/bin Installed /home/mso/venv/cameo/lib/python2.5/site-packages/Durus-3.7-py2.5-linux-i686.egg Searching for Pylons==0.9.7rc2 Best match: Pylons 0.9.7rc2 Adding Pylons 0.9.7rc2 to easy-install.pth file Using /home/mso/venv/cameo/lib/python2.5/site-packages Reading http://www.pylonshq.com/download/0.9.7 Searching for Tempita==0.2 Best match: Tempita 0.2 Downloading http://pylonshq.com/download/0.9.7/Tempita-0.2.tar.gz Processing Tempita-0.2.tar.gz Running Tempita-0.2/setup.py -q bdist_egg --dist-dir /tmp/easy_install-38rWMC/Tempita-0.2/egg-dist-tmp-1KimZX Adding Tempita 0.2 to easy-install.pth file Installed /home/mso/venv/cameo/lib/python2.5/site-packages/Tempita-0.2-py2.5.egg Searching for WebError==0.9 Best match: WebError 0.9 Downloading http://pylonshq.com/download/0.9.7/WebError-0.9.tar.gz Processing WebError-0.9.tar.gz Running WebError-0.9/setup.py -q bdist_egg --dist-dir /tmp/easy_install-8P_96b/WebError-0.9/egg-dist-tmp-KgoVAD paster_plugins not set in setup(), but WebError.egg-info/paster_plugins.txt exists Adding WebError 0.9 to easy-install.pth file Installed /home/mso/venv/cameo/lib/python2.5/site-packages/WebError-0.9-py2.5.egg Searching for WebOb==0.9.3 Best match: WebOb 0.9.3 Downloading http://pylonshq.com/download/0.9.7/WebOb-0.9.3.tar.gz Processing WebOb-0.9.3.tar.gz Running WebOb-0.9.3/setup.py -q bdist_egg --dist-dir /tmp/easy_install-jt6Wms/WebOb-0.9.3/egg-dist-tmp-eEjaHs Adding WebOb 0.9.3 to easy-install.pth file Installed /home/mso/venv/cameo/lib/python2.5/site-packages/WebOb-0.9.3-py2.5.egg Searching for Mako==0.2.2 Best match: Mako 0.2.2 Downloading http://pylonshq.com/download/0.9.7/Mako-0.2.2.tar.gz Processing Mako-0.2.2.tar.gz Running Mako-0.2.2/setup.py -q bdist_egg --dist-dir /tmp/easy_install-kQ2Q-x/Mako-0.2.2/egg-dist-tmp-X8F7vZ Adding Mako 0.2.2 to easy-install.pth file Installing mako-render script to /home/mso/venv/cameo/bin Installed /home/mso/venv/cameo/lib/python2.5/site-packages/Mako-0.2.2-py2.5.egg Searching for nose==0.10.4 Best match: nose 0.10.4 Adding nose 0.10.4 to easy-install.pth file Installing nosetests script to /home/mso/venv/cameo/bin Using /home/mso/venv/cameo/lib/python2.5/site-packages Searching for decorator==2.3.1 Best match: decorator 2.3.1 Adding decorator 2.3.1 to easy-install.pth file Using /home/mso/venv/cameo/lib/python2.5/site-packages Searching for simplejson==2.0.3 Best match: simplejson 2.0.3 Adding simplejson 2.0.3 to easy-install.pth file Using /home/mso/venv/cameo/lib/python2.5/site-packages Searching for FormEncode==1.0.1 Best match: FormEncode 1.0.1 Downloading http://pylonshq.com/download/0.9.7/FormEncode-1.0.1.tar.gz Processing FormEncode-1.0.1.tar.gz Running FormEncode-1.0.1/setup.py -q bdist_egg --dist-dir /tmp/easy_install-MxZ0ST/FormEncode-1.0.1/egg-dist-tmp-OsgQUV warning: no files found matching '*.py' under directory '.' warning: no files found matching '*.html' under directory 'docs' no previously-included directories found matching '**/.svn' zip_safe flag not set; analyzing archive contents... formencode.api: module references __file__ formencode.fields: module references __file__ formencode.util.doctest24: module references __file__ formencode.util.doctest24: module MAY be using inspect.getsourcefile Adding FormEncode 1.0.1 to easy-install.pth file Installed /home/mso/venv/cameo/lib/python2.5/site-packages/FormEncode-1.0.1-py2.5.egg Searching for PasteScript==1.6.3 Best match: PasteScript 1.6.3 Downloading http://pylonshq.com/download/0.9.7/PasteScript-1.6.3.tar.gz Processing PasteScript-1.6.3.tar.gz Running PasteScript-1.6.3/setup.py -q bdist_egg --dist-dir /tmp/easy_install-QKqe5g/PasteScript-1.6.3/egg-dist-tmp-Sa7Xwb Adding PasteScript 1.6.3 to easy-install.pth file Installing paster script to /home/mso/venv/cameo/bin Installing paster script to /home/mso/venv/cameo/bin Installed /home/mso/venv/cameo/lib/python2.5/site-packages/PasteScript-1.6.3-py2.5.egg Searching for PasteDeploy==1.3.2 Best match: PasteDeploy 1.3.2 Downloading http://pylonshq.com/download/0.9.7/PasteDeploy-1.3.2.tar.gz Processing PasteDeploy-1.3.2.tar.gz Running PasteDeploy-1.3.2/setup.py -q bdist_egg --dist-dir /tmp/easy_install-YF9nNx/PasteDeploy-1.3.2/egg-dist-tmp-Nf5BSr warning: no files found matching 'docs/*.html' warning: no previously-included files found matching 'docs/rebuild' Adding PasteDeploy 1.3.2 to easy-install.pth file Installed /home/mso/venv/cameo/lib/python2.5/site-packages/PasteDeploy-1.3.2-py2.5.egg Searching for Paste==1.7.1 Best match: Paste 1.7.1 Downloading http://pylonshq.com/download/0.9.7/Paste-1.7.1.tar.gz Processing Paste-1.7.1.tar.gz Running Paste-1.7.1/setup.py -q bdist_egg --dist-dir /tmp/easy_install-QFFIjO/Paste-1.7.1/egg-dist-tmp-8YzY_M Adding Paste 1.7.1 to easy-install.pth file Installed /home/mso/venv/cameo/lib/python2.5/site-packages/Paste-1.7.1-py2.5.egg Searching for Beaker==1.0.3 Best match: Beaker 1.0.3 Adding Beaker 1.0.3 to easy-install.pth file Using /home/mso/venv/cameo/lib/python2.5/site-packages Searching for Pygments==0.11.1 Best match: Pygments 0.11.1 Adding Pygments 0.11.1 to easy-install.pth file Installing pygmentize script to /home/mso/venv/cameo/bin Using /home/mso/venv/cameo/lib/python2.5/site-packages Searching for wsgiref==0.1.2 Best match: wsgiref 0.1.2 Downloading http://pylonshq.com/download/0.9.7/wsgiref-0.1.2.zip Processing wsgiref-0.1.2.zip Running wsgiref-0.1.2/setup.py -q bdist_egg --dist-dir /tmp/easy_install-ZKS3Dj/wsgiref-0.1.2/egg-dist-tmp-8Uwra0 zip_safe flag not set; analyzing archive contents... Adding wsgiref 0.1.2 to easy-install.pth file Installed /home/mso/venv/cameo/lib/python2.5/site-packages/wsgiref-0.1.2-py2.5.egg Finished processing dependencies for cameo==2alpha0dev-r958 -- Mike Orr <[EMAIL PROTECTED]> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-devel" group. To post to this group, send email to pylons-devel@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/pylons-devel?hl=en -~----------~----~----~----~------~----~------~--~---