make sure model files have been created cp ../personnel-try1/personnel/model/__init__.py personnel/model/
paster setup-app development.ini
#make sure development.ini is using an open port: vi development.ini
update routes
python setup.py develop
have done this essentially with the main page for contextiskey.com any other modifications should be requested [2008.03.15 10:40] put "hello world" in the middle of the cloud
maybe use inkskape to clean it up a bit? (raster can look cool though)
file:///media/Charles/personal/projects/journal/browser/interface/slice.html
virtualenv --no-site-packages personnel-virtual
cd personnel-virtual
source bin/activate
easy_install pylons easy_install formalchemy
paster create -t pylons_fa
cd personnel
hg init cp ../.hgignore .
hg add hg ci -m "new repo for new project"
pymedia has still not had any new activity better off looking for other media libraries in python
most notably recently is either | http://code.google.com/p/avbin/ | avbin - Google Code
or gstreamer... see notes in gstreamer.txt: | http://localhost:5000/journal/log/media/code/python/gstreamer.txt
was looking at twisted for xmpp today (also wanted to test making a new moment link from a journal view in pose :) )
not sure why this file was empty
reinteract is written using pygtk which does not look native on OS X
would be cool to integrate some of the features of reinteract with PsychoPyIDE
installing gstreamer is not python specific there are many applications that use gstreamer gstreamer requires a native build for a given operating system
https://launchpad.net/elisa/+download Elisa project files | http://groups.google.com/group/comp.lang.python.announce/browse_thread/thread/b355a76c7bb08184 | Elisa Media Center 0.5.31 Release - comp.lang.python.announce | Google Groups | http://elisa.fluendo.com/participate/ | Elisa, the free media player - Participate | http://www.fluendo.com/shop/product/complete-set-of-playback-plugins/ | Fluendo Shop
https://code.fluendo.com/pigment/trac Pigment - Trac | http://www.jokosher.org/ | Jokosher | http://www.jokosher.org/screenshots | Jokosher » Screenshots
(not sure if you can use the libraries bundled with songbird somehow?)
(looks like gstreamer has ffmpeg plugins, so that should allow utilization of both sets of plugins... seems better than locking in to one only) | http://code.google.com/p/pyffmpeg/ | pyffmpeg - Google Code | http://code.google.com/p/wffmpeg/ | wffmpeg - Google Code | http://www.google.com/search?q=gstreamer+ffmpeg&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a | gstreamer ffmpeg - Google Search | http://gstreamer.freedesktop.org/modules/gst-ffmpeg.html | http://gstreamer.freedesktop.org/modules/gst-ffmpeg.html
https://www.ogre3d.org/ OGRE - Open Source 3D Graphics Engine | http://mail.python.org/pipermail/python-list/2006-June/559736.html | Python Video processing. | http://www.pygame.org/wiki/gsoc2009ideas | pygame - python game development
- $ 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:
egg: converter package: converter project: converter
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]:
best bet: | http://lincolnloop.com/blog/2008/dec/7/simple-easy-deployment-fabric-and-virtualenv/ | http://github.com/lincolnloop/lincoln-loop-deploy/tree/master | http://www.nongnu.org/fab/
deployment tools seem to boil down to fabric paver vellum buildout
using virtualenv on Mac OS X server edition requires downloading and installing Xcode Developer tools in order to gain access to install_name_tool once that is there, everything works just fine.
https://www.myopenid.com/ Welcome to myOpenID https://rpxnow.com/ RPX: Instant OpenID and Data Portability https://www.myopenid.com/new_domain myOpenID for Domains | http://www.martinaspeli.net/articles/this-site-now-uses-openid
one of the links below hammers CPU usage
https://launchpad.net/vellum/ Vellum: Simple Python Can Build Many Things in Launchpad | http://www.blueskyonmars.com/projects/paver/ | Paver: Easy Scripting for Software Projects — Paver v0.8 documentation