*2010.06.29 13:33:23 python new_module

easy_install paste sudo easy_install PasteDeploy sudo easy_install PasteScript

 

*2009.08.24 10:29:39 python new_module

package-new.txt redirects here.

 

*2009.07.10 11:46:05 python new_module

if module should be installed on new systems, be sure to add it to: /c/system/startup.sh (/c/system/startup-python.sh is for non-locally developed modules)

then run install commands on your system so it is available for development:

 

*2009.03.19 17:35:04 python new_module
$ paster create --list-templates
Available templates: basic_namespace: A project with a namespace package
basic_package: A basic setuptools-enabled package nested_namespace: A project with two nested namespaces. paste_deploy: A web application deployed through paste.deploy

paster create

Enter project name: converter Variables:

System Message: ERROR/3 (<string>, line 11)

Unexpected indentation.
egg: converter package: converter project: converter

System Message: WARNING/2 (<string>, line 14)

Block quote ends without a blank line; unexpected unindent.

Enter version (Version (like 0.1)) ['']: Enter description (One-line description of the package) ['']: A collection of scripts to assist in converting playlists found in one format to another. Also see the medialist module. Enter long_description (Multi-line description (in reST)) ['']: Enter keywords (Space-separated keywords/tags) ['']: playlists medialists conversion converter playlist medialist Enter author (Author name) ['']: Charles Brandt Enter author_email (Author email) ['']: code@contextiskey.com Enter url (URL of homepage) ['']: http://contextiskey.com Enter license_name (License name) ['']: MIT Enter zip_safe (True/False: if the package can be distributed as a .zip file) [False]:

 

*2008.06.30 15:19 python new_module setuptools egg create module package