Skip to content

Instantly share code, notes, and snippets.

@mcdonc
Created August 7, 2014 17:08
Show Gist options
  • Save mcdonc/b28ac024eb1295e51b90 to your computer and use it in GitHub Desktop.
Save mcdonc/b28ac024eb1295e51b90 to your computer and use it in GitHub Desktop.
[chrism@thinko env27]$ bin/pcreate -s substanced mything
Creating directory /home/chrism/projects/substanced/env27/mything
Recursing into +package+
Creating /home/chrism/projects/substanced/env27/mything/mything/
Copying __init__.py_tmpl to /home/chrism/projects/substanced/env27/mything/mything/__init__.py
Copying resources.py to /home/chrism/projects/substanced/env27/mything/mything/resources.py
Recursing into retail
Creating /home/chrism/projects/substanced/env27/mything/mything/retail/
Copying __init__.py_tmpl to /home/chrism/projects/substanced/env27/mything/mything/retail/__init__.py
Recursing into templates
Creating /home/chrism/projects/substanced/env27/mything/mything/retail/templates/
Copying document.pt to /home/chrism/projects/substanced/env27/mything/mything/retail/templates/document.pt
Copying master.pt to /home/chrism/projects/substanced/env27/mything/mything/retail/templates/master.pt
Copying splash.pt to /home/chrism/projects/substanced/env27/mything/mything/retail/templates/splash.pt
Copying views.py to /home/chrism/projects/substanced/env27/mything/mything/retail/views.py
Copying views.py to /home/chrism/projects/substanced/env27/mything/mything/views.py
Copying CHANGES.txt_tmpl to /home/chrism/projects/substanced/env27/mything/CHANGES.txt
Copying MANIFEST.in_tmpl to /home/chrism/projects/substanced/env27/mything/MANIFEST.in
Copying README.txt_tmpl to /home/chrism/projects/substanced/env27/mything/README.txt
Recursing into blobs
Creating /home/chrism/projects/substanced/env27/mything/blobs/
Copying README.txt to /home/chrism/projects/substanced/env27/mything/blobs/README.txt
Copying development.ini_tmpl to /home/chrism/projects/substanced/env27/mything/development.ini
Copying production.ini_tmpl to /home/chrism/projects/substanced/env27/mything/production.ini
Copying setup.cfg_tmpl to /home/chrism/projects/substanced/env27/mything/setup.cfg
Copying setup.py_tmpl to /home/chrism/projects/substanced/env27/mything/setup.py
Recursing into tmp
Creating /home/chrism/projects/substanced/env27/mything/tmp/
Copying README.txt to /home/chrism/projects/substanced/env27/mything/tmp/README.txt
===============================================================================
Tutorials: http://docs.pylonsproject.org/projects/pyramid_tutorials
Documentation: http://docs.pylonsproject.org/projects/pyramid
Twitter (tips & updates): http://twitter.com/pylons
Mailing List: http://groups.google.com/group/pylons-discuss
Welcome to Pyramid. Sorry for the convenience.
===============================================================================
[chrism@thinko env27]$ cd mything/
[chrism@thinko mything]$ ../bin/python setup.py develop
running develop
running egg_info
creating mything.egg-info
writing requirements to mything.egg-info/requires.txt
writing mything.egg-info/PKG-INFO
writing top-level names to mything.egg-info/top_level.txt
writing dependency_links to mything.egg-info/dependency_links.txt
writing entry points to mything.egg-info/entry_points.txt
writing manifest file 'mything.egg-info/SOURCES.txt'
reading manifest file 'mything.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching '*.rst'
warning: no files found matching '*.ico' under directory 'mything'
warning: no files found matching '*.png' under directory 'mything'
warning: no files found matching '*.css' under directory 'mything'
warning: no files found matching '*.gif' under directory 'mything'
warning: no files found matching '*.jpg' under directory 'mything'
warning: no files found matching '*.txt' under directory 'mything'
warning: no files found matching '*.mak' under directory 'mything'
warning: no files found matching '*.mako' under directory 'mything'
warning: no files found matching '*.js' under directory 'mything'
warning: no files found matching '*.html' under directory 'mything'
warning: no files found matching '*.xml' under directory 'mything'
writing manifest file 'mything.egg-info/SOURCES.txt'
running build_ext
Creating /home/chrism/projects/substanced/env27/lib/python2.7/site-packages/mything.egg-link (link to .)
Adding mything 0.0 to easy-install.pth file
Installed /home/chrism/projects/substanced/env27/mything
Processing dependencies for mything==0.0
Searching for pyramid-tm==0.7
Best match: pyramid-tm 0.7
pyramid-tm 0.7 is already the active version in easy-install.pth
Using /home/chrism/projects/pyramid_tm
Searching for substanced==0.0
Best match: substanced 0.0
substanced 0.0 is already the active version in easy-install.pth
Installing sd_drain_indexing script to /home/chrism/projects/substanced/env27/bin
Installing sd_adduser script to /home/chrism/projects/substanced/env27/bin
Installing sd_dump script to /home/chrism/projects/substanced/env27/bin
Installing sd_evolve script to /home/chrism/projects/substanced/env27/bin
Installing sd_reindex script to /home/chrism/projects/substanced/env27/bin
Using /home/chrism/projects/substanced
Searching for waitress==0.8.1
Best match: waitress 0.8.1
Processing waitress-0.8.1-py2.7.egg
waitress 0.8.1 is already the active version in easy-install.pth
Using /home/chrism/projects/substanced/env27/lib/python2.7/site-packages/waitress-0.8.1-py2.7.egg
Searching for pyramid-debugtoolbar==2.0.3dev
Best match: pyramid-debugtoolbar 2.0.3dev
pyramid-debugtoolbar 2.0.3dev is already the active version in easy-install.pth
Using /home/chrism/projects/pyramid_debugtoolbar
Searching for pyramid==1.6dev
Best match: pyramid 1.6dev
pyramid 1.6dev is already the active version in easy-install.pth
Installing ptweens script to /home/chrism/projects/substanced/env27/bin
Installing pdistreport script to /home/chrism/projects/substanced/env27/bin
Installing proutes script to /home/chrism/projects/substanced/env27/bin
Installing pshell script to /home/chrism/projects/substanced/env27/bin
Installing prequest script to /home/chrism/projects/substanced/env27/bin
Installing pviews script to /home/chrism/projects/substanced/env27/bin
Installing pcreate script to /home/chrism/projects/substanced/env27/bin
Installing pserve script to /home/chrism/projects/substanced/env27/bin
Using /home/chrism/projects/pyramid
Searching for transaction==1.2.0
Best match: transaction 1.2.0
Processing transaction-1.2.0-py2.7.egg
transaction 1.2.0 is already the active version in easy-install.pth
Using /home/chrism/projects/substanced/env27/lib/python2.7/site-packages/transaction-1.2.0-py2.7.egg
Searching for pytz==2012d
Best match: pytz 2012d
Processing pytz-2012d-py2.7.egg
pytz 2012d is already the active version in easy-install.pth
Using /home/chrism/projects/substanced/env27/lib/python2.7/site-packages/pytz-2012d-py2.7.egg
Searching for statsd==1.0.0
Best match: statsd 1.0.0
Processing statsd-1.0.0-py2.7.egg
statsd 1.0.0 is already the active version in easy-install.pth
Using /home/chrism/projects/substanced/env27/lib/python2.7/site-packages/statsd-1.0.0-py2.7.egg
Searching for zope.deprecation==3.5.1
Best match: zope.deprecation 3.5.1
Processing zope.deprecation-3.5.1-py2.7.egg
zope.deprecation 3.5.1 is already the active version in easy-install.pth
Using /home/chrism/projects/substanced/env27/lib/python2.7/site-packages/zope.deprecation-3.5.1-py2.7.egg
Searching for zope.component==3.12.1
Best match: zope.component 3.12.1
Processing zope.component-3.12.1-py2.7.egg
zope.component 3.12.1 is already the active version in easy-install.pth
Using /home/chrism/projects/substanced/env27/lib/python2.7/site-packages/zope.component-3.12.1-py2.7.egg
Searching for zope.copy==4.0.0
Best match: zope.copy 4.0.0
Processing zope.copy-4.0.0-py2.7.egg
zope.copy 4.0.0 is already the active version in easy-install.pth
Using /home/chrism/projects/substanced/env27/lib/python2.7/site-packages/zope.copy-4.0.0-py2.7.egg
Searching for PyYAML==3.10
Best match: PyYAML 3.10
Processing PyYAML-3.10-py2.7-linux-x86_64.egg
PyYAML 3.10 is already the active version in easy-install.pth
Using /home/chrism/projects/substanced/env27/lib/python2.7/site-packages/PyYAML-3.10-py2.7-linux-x86_64.egg
Searching for python-magic==0.4.2
Best match: python-magic 0.4.2
Processing python_magic-0.4.2-py2.7.egg
python-magic 0.4.2 is already the active version in easy-install.pth
Using /home/chrism/projects/substanced/env27/lib/python2.7/site-packages/python_magic-0.4.2-py2.7.egg
Searching for cryptacular==1.4.1
Best match: cryptacular 1.4.1
Processing cryptacular-1.4.1-py2.7-linux-x86_64.egg
cryptacular 1.4.1 is already the active version in easy-install.pth
Using /home/chrism/projects/substanced/env27/lib/python2.7/site-packages/cryptacular-1.4.1-py2.7-linux-x86_64.egg
Searching for pyramid-mailer==0.8
Best match: pyramid-mailer 0.8
Processing pyramid_mailer-0.8-py2.7.egg
pyramid-mailer 0.8 is already the active version in easy-install.pth
Using /home/chrism/projects/substanced/env27/lib/python2.7/site-packages/pyramid_mailer-0.8-py2.7.egg
Searching for pyramid-chameleon==0.1
Best match: pyramid-chameleon 0.1
Processing pyramid_chameleon-0.1-py2.7.egg
pyramid-chameleon 0.1 is already the active version in easy-install.pth
Using /home/chrism/projects/substanced/env27/lib/python2.7/site-packages/pyramid_chameleon-0.1-py2.7.egg
Searching for pyramid-zodbconn==0.7
Best match: pyramid-zodbconn 0.7
pyramid-zodbconn 0.7 is already the active version in easy-install.pth
Using /home/chrism/projects/pyramid_zodbconn
Searching for colander==1.0b1
Best match: colander 1.0b1
colander 1.0b1 is already the active version in easy-install.pth
Using /home/chrism/projects/colander
Searching for deform==2.0a2
Best match: deform 2.0a2
Processing deform-2.0a2-py2.7.egg
deform 2.0a2 is already the active version in easy-install.pth
Using /home/chrism/projects/substanced/env27/lib/python2.7/site-packages/deform-2.0a2-py2.7.egg
Searching for venusian==1.0
Best match: venusian 1.0
venusian 1.0 is already the active version in easy-install.pth
Using /home/chrism/projects/venusian
Searching for hypatia==0.3
Best match: hypatia 0.3
hypatia 0.3 is already the active version in easy-install.pth
Using /home/chrism/projects/hypatia
Searching for ZODB==4.0.0
Best match: ZODB 4.0.0
Processing ZODB-4.0.0-py2.7.egg
ZODB 4.0.0 is already the active version in easy-install.pth
Installing fsdump script to /home/chrism/projects/substanced/env27/bin
Installing repozo script to /home/chrism/projects/substanced/env27/bin
Installing fsoids script to /home/chrism/projects/substanced/env27/bin
Installing fstail script to /home/chrism/projects/substanced/env27/bin
Installing fsrefs script to /home/chrism/projects/substanced/env27/bin
Using /home/chrism/projects/substanced/env27/lib/python2.7/site-packages/ZODB-4.0.0-py2.7.egg
Searching for setuptools==0.6c11
Best match: setuptools 0.6c11
Processing setuptools-0.6c11-py2.7.egg
setuptools 0.6c11 is already the active version in easy-install.pth
Installing easy_install script to /home/chrism/projects/substanced/env27/bin
Installing easy_install-2.7 script to /home/chrism/projects/substanced/env27/bin
Using /home/chrism/projects/substanced/env27/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg
Searching for repoze.lru==0.5
Best match: repoze.lru 0.5
Processing repoze.lru-0.5-py2.7.egg
repoze.lru 0.5 is already the active version in easy-install.pth
Using /home/chrism/projects/substanced/env27/lib/python2.7/site-packages/repoze.lru-0.5-py2.7.egg
Searching for Pygments==1.5
Best match: Pygments 1.5
Processing Pygments-1.5-py2.7.egg
Pygments 1.5 is already the active version in easy-install.pth
Installing pygmentize script to /home/chrism/projects/substanced/env27/bin
Using /home/chrism/projects/substanced/env27/lib/python2.7/site-packages/Pygments-1.5-py2.7.egg
Searching for pyramid-mako==1.0.2
Best match: pyramid-mako 1.0.2
Processing pyramid_mako-1.0.2-py2.7.egg
pyramid-mako 1.0.2 is already the active version in easy-install.pth
Using /home/chrism/projects/substanced/env27/lib/python2.7/site-packages/pyramid_mako-1.0.2-py2.7.egg
Searching for PasteDeploy==1.5.0
Best match: PasteDeploy 1.5.0
Processing PasteDeploy-1.5.0-py2.7.egg
PasteDeploy 1.5.0 is already the active version in easy-install.pth
Using /home/chrism/projects/substanced/env27/lib/python2.7/site-packages/PasteDeploy-1.5.0-py2.7.egg
Searching for translationstring==1.1
Best match: translationstring 1.1
Processing translationstring-1.1-py2.7.egg
translationstring 1.1 is already the active version in easy-install.pth
Using /home/chrism/projects/substanced/env27/lib/python2.7/site-packages/translationstring-1.1-py2.7.egg
Searching for zope.interface==3.8.0
Best match: zope.interface 3.8.0
Processing zope.interface-3.8.0-py2.7-linux-x86_64.egg
zope.interface 3.8.0 is already the active version in easy-install.pth
Using /home/chrism/projects/substanced/env27/lib/python2.7/site-packages/zope.interface-3.8.0-py2.7-linux-x86_64.egg
Searching for WebOb==1.3.1
Best match: WebOb 1.3.1
Processing WebOb-1.3.1-py2.7.egg
WebOb 1.3.1 is already the active version in easy-install.pth
Using /home/chrism/projects/substanced/env27/lib/python2.7/site-packages/WebOb-1.3.1-py2.7.egg
Searching for zope.event==3.5.2
Best match: zope.event 3.5.2
Processing zope.event-3.5.2-py2.7.egg
zope.event 3.5.2 is already the active version in easy-install.pth
Using /home/chrism/projects/substanced/env27/lib/python2.7/site-packages/zope.event-3.5.2-py2.7.egg
Searching for pbkdf2==1.3
Best match: pbkdf2 1.3
Processing pbkdf2-1.3-py2.7.egg
pbkdf2 1.3 is already the active version in easy-install.pth
Using /home/chrism/projects/substanced/env27/lib/python2.7/site-packages/pbkdf2-1.3-py2.7.egg
Searching for repoze.sendmail==3.1
Best match: repoze.sendmail 3.1
Processing repoze.sendmail-3.1-py2.7.egg
repoze.sendmail 3.1 is already the active version in easy-install.pth
Installing qp script to /home/chrism/projects/substanced/env27/bin
Using /home/chrism/projects/substanced/env27/lib/python2.7/site-packages/repoze.sendmail-3.1-py2.7.egg
Searching for Chameleon==2.8.4
Best match: Chameleon 2.8.4
Processing Chameleon-2.8.4-py2.7.egg
Chameleon 2.8.4 is already the active version in easy-install.pth
Using /home/chrism/projects/substanced/env27/lib/python2.7/site-packages/Chameleon-2.8.4-py2.7.egg
Searching for zodburi==1.0b1
Best match: zodburi 1.0b1
Processing zodburi-1.0b1-py2.7.egg
zodburi 1.0b1 is already the active version in easy-install.pth
Using /home/chrism/projects/substanced/env27/lib/python2.7/site-packages/zodburi-1.0b1-py2.7.egg
Searching for peppercorn==0.4
Best match: peppercorn 0.4
Processing peppercorn-0.4-py2.7.egg
peppercorn 0.4 is already the active version in easy-install.pth
Using /home/chrism/projects/substanced/env27/lib/python2.7/site-packages/peppercorn-0.4-py2.7.egg
Searching for BTrees==4.0.8
Best match: BTrees 4.0.8
Processing BTrees-4.0.8-py2.7-linux-x86_64.egg
BTrees 4.0.8 is already the active version in easy-install.pth
Using /home/chrism/projects/substanced/env27/lib/python2.7/site-packages/BTrees-4.0.8-py2.7-linux-x86_64.egg
Searching for persistent==4.0.8
Best match: persistent 4.0.8
Processing persistent-4.0.8-py2.7-linux-x86_64.egg
persistent 4.0.8 is already the active version in easy-install.pth
Using /home/chrism/projects/substanced/env27/lib/python2.7/site-packages/persistent-4.0.8-py2.7-linux-x86_64.egg
Searching for zdaemon==4.0.0
Best match: zdaemon 4.0.0
Processing zdaemon-4.0.0-py2.7.egg
zdaemon 4.0.0 is already the active version in easy-install.pth
Installing zdaemon script to /home/chrism/projects/substanced/env27/bin
Using /home/chrism/projects/substanced/env27/lib/python2.7/site-packages/zdaemon-4.0.0-py2.7.egg
Searching for zc.lockfile==1.0.0
Best match: zc.lockfile 1.0.0
Processing zc.lockfile-1.0.0-py2.7.egg
zc.lockfile 1.0.0 is already the active version in easy-install.pth
Using /home/chrism/projects/substanced/env27/lib/python2.7/site-packages/zc.lockfile-1.0.0-py2.7.egg
Searching for six==1.7.3
Best match: six 1.7.3
Processing six-1.7.3-py2.7.egg
six 1.7.3 is already the active version in easy-install.pth
Using /home/chrism/projects/substanced/env27/lib/python2.7/site-packages/six-1.7.3-py2.7.egg
Searching for ZConfig==2.9.2
Best match: ZConfig 2.9.2
Processing ZConfig-2.9.2-py2.7.egg
ZConfig 2.9.2 is already the active version in easy-install.pth
Installing zconfig_schema2html script to /home/chrism/projects/substanced/env27/bin
Installing zconfig script to /home/chrism/projects/substanced/env27/bin
Using /home/chrism/projects/substanced/env27/lib/python2.7/site-packages/ZConfig-2.9.2-py2.7.egg
Searching for Mako==0.9.1
Best match: Mako 0.9.1
Processing Mako-0.9.1-py2.7.egg
Mako 0.9.1 is already the active version in easy-install.pth
Installing mako-render script to /home/chrism/projects/substanced/env27/bin
Using /home/chrism/projects/substanced/env27/lib/python2.7/site-packages/Mako-0.9.1-py2.7.egg
Searching for mock==1.0.0alpha1
Best match: mock 1.0.0alpha1
Processing mock-1.0.0alpha1-py2.7.egg
mock 1.0.0alpha1 is already the active version in easy-install.pth
Using /home/chrism/projects/substanced/env27/lib/python2.7/site-packages/mock-1.0.0alpha1-py2.7.egg
Searching for ZODB3==3.10.5
Best match: ZODB3 3.10.5
Processing ZODB3-3.10.5-py2.7-linux-x86_64.egg
ZODB3 3.10.5 is already the active version in easy-install.pth
Installing fstail script to /home/chrism/projects/substanced/env27/bin
Installing zeopack script to /home/chrism/projects/substanced/env27/bin
Installing runzeo script to /home/chrism/projects/substanced/env27/bin
Installing zeopasswd script to /home/chrism/projects/substanced/env27/bin
Installing zeoctl script to /home/chrism/projects/substanced/env27/bin
Installing fsdump script to /home/chrism/projects/substanced/env27/bin
Installing fsrefs script to /home/chrism/projects/substanced/env27/bin
Installing repozo script to /home/chrism/projects/substanced/env27/bin
Installing fsoids script to /home/chrism/projects/substanced/env27/bin
Using /home/chrism/projects/substanced/env27/lib/python2.7/site-packages/ZODB3-3.10.5-py2.7-linux-x86_64.egg
Searching for MarkupSafe==0.15
Best match: MarkupSafe 0.15
Processing MarkupSafe-0.15-py2.7-linux-x86_64.egg
MarkupSafe 0.15 is already the active version in easy-install.pth
Using /home/chrism/projects/substanced/env27/lib/python2.7/site-packages/MarkupSafe-0.15-py2.7-linux-x86_64.egg
Finished processing dependencies for mything==0.0
[chrism@thinko mything]$ ../bin/pserve development.ini
2014-08-07 13:07:29,331 INFO [ZODB.blob][MainThread] (7314) Blob temporary directory '/home/chrism/projects/substanced/env27/mything/blobs/tmp' does not exist. Created new directory.
2014-08-07 13:07:29,332 WARNI [ZODB.blob][MainThread] (7314) Blob dir /home/chrism/projects/substanced/env27/mything/blobs/ has insecure mode setting
2014-08-07 13:07:29,344 WARNI [ZODB.blob][MainThread] (7314) Blob dir /home/chrism/projects/substanced/env27/mything/blobs/ has insecure mode setting
2014-08-07 13:07:30,610 INFO [substanced.catalog][MainThread] /catalogs/system: adding index named 'name'
2014-08-07 13:07:30,611 INFO [substanced.catalog][MainThread] /catalogs/system: adding index named 'text'
2014-08-07 13:07:30,612 INFO [substanced.catalog][MainThread] /catalogs/system: adding index named 'interfaces'
2014-08-07 13:07:30,613 INFO [substanced.catalog][MainThread] /catalogs/system: adding index named 'content_type'
2014-08-07 13:07:30,613 INFO [substanced.catalog][MainThread] /catalogs/system: adding index named 'allowed'
2014-08-07 13:07:30,614 INFO [substanced.catalog][MainThread] /catalogs/system: adding index named 'path'
2014-08-07 13:07:30,615 INFO [substanced.catalog][MainThread] system reindexing only indexes set(['name', 'text', 'interfaces', 'content_type', 'allowed', 'path'])
2014-08-07 13:07:30,621 INFO [substanced.catalog][MainThread] system reindexing /catalogs/system
2014-08-07 13:07:30,622 INFO [substanced.catalog][MainThread] system reindexing /catalogs/system/name
2014-08-07 13:07:30,623 INFO [substanced.catalog][MainThread] system reindexing /catalogs/system/text
2014-08-07 13:07:30,624 INFO [substanced.catalog][MainThread] system reindexing /catalogs/system/interfaces
2014-08-07 13:07:30,625 INFO [substanced.catalog][MainThread] system reindexing /catalogs/system/content_type
2014-08-07 13:07:30,626 INFO [substanced.catalog][MainThread] system reindexing /catalogs/system/allowed
2014-08-07 13:07:30,627 INFO [substanced.catalog][MainThread] system reindexing /catalogs/system/path
2014-08-07 13:07:30,627 INFO [substanced.catalog][MainThread] *** committing ***
2014-08-07 13:07:30,627 INFO [substanced.catalog][MainThread] *** committing ***
2014-08-07 13:07:30,769 INFO [substanced.catalog][MainThread] system update_indexes: no indexes added or removed
Starting server in PID 7314.
serving on http://0.0.0.0:6543
^C[chrism@thinko mything]$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment