*2010.01.27 17:31:57 python virtualenv

easy_install virtaulenv #virtualenv temp virtualenv --no-site-packages temp cd temp source bin/activate

 

*2010.01.27 14:14:46 python install offline pip

not sure how to make pip download packages for later installation

 

*2010.01.17 12:54:23 python restructured_text
*2010.01.17 12:37:37 python restructured_text
from docutils import core
def rst2html(rst):
  overrides = {'input_encoding': 'unicode',
               'doctitle_xform': 1,
               'initial_header_level': 1}
  parts = core.publish_parts(
      source=rst,
      writer_name='html', settings_overrides=overrides)
  fragment = parts['html_body']
  return fragment

summarized from earlier entries easy to just include when and where needed see also: | http://code.activestate.com/recipes/193890/

 

*2010.01.11 12:11:33 python audio pyaudio portaudio
*2010.01.11 12:10:16 python audio recording record

fairly exhaustive search of the options available for recording audio with python.

Pyper
cSounds.com
csounds python - Google Search
CSound, Python, wxPython programs | cSounds.com
HOME
Csound Journal
Recording audio in python | Maemo | Developers
Sound synthesis with Csound
Easy Project
maemo.org - maemo.org: Home of the Maemo community
maemo.org - Intro: Software Platform
D-bus - Google Search
freedesktop.org - Software/dbus
freedesktop.org - IntroductionToDBus
PythonInMusic - PythonInfo Wiki
The MusicKit V5.6.2
SndObj Library Homepage
pythoneon, du son à la partition
OpenExposition: Main Page
Applications that use PortAudio
Computer Music Links by Phil Burk
libsndfile
Home | SFLphone - SIP/IAX2 softphone and VoIP client for GNU Linux
Mobius
Mixxx | Free Digital DJ Software
August Black
LOOPER'S DELIGHT!
video player - Google Search
Miro | Video Player | Free video and audio podcast player and torrent client.

 

*2009.12.08 17:33:37 python authentication
*2009.12.07 16:19:06 python launch macosx

To run your script from the Finder you have two options:

  • Drag it to PythonLauncher
  • Select PythonLauncher as the default application to open your script (or any .py script) through the finder Info window and double-click it. PythonLauncher has various preferences to control how your script is launched. Option-dragging allows you to change these for one invocation, or use its Preferences menu to change things globally.

for other operating systems, it should be reasonably easy to make an icon that launches the script

this also looked like a good solution for making executables: | http://cx-freeze.sourceforge.net/

 

*2009.12.04 17:33:08 python pyglet

#this has general introduction, instructions, etc (this file) /c/technical/python/pyglet.txt

 

*2009.12.04 17:29:51 python pyglet

Pyglet is available at: pyglet.org

I download the latest distribution and put it: /c/downloads/python/pyglet-1.1.3/

the documentation included with pyglet is fantastic

the html docs start at: file:///c/downloads/python/pyglet-1.1.3/doc/html/index.html

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

Unexpected indentation.
( CopyAllUrls will not load local (file:///) links )

Docs are also available online if you have access:

examples are a great place to start. they are located at: cd /c/downloads/python/pyglet-1.1.3/examples

also [2009.12.04 17:31:26] other related files for notes:

#this is used primarily for links and current (specific) notes /c/technical/python/pyglet/links.txt

/c/technical/python/pyglet/simplui.txt /c/technical/python/gui.txt

#sample files:

#this is a good file for getting a window to show up using only pyglet: /c/charles/code/python/pyglet/sample.py #try running it via command line! should see a white window

#this demo is based off of simplui: /c/charles/code/python/pyglet/browser/demo.py

 

*2009.12.04 16:57:04 python pyglet simplui
*2009.11.23 15:44:12 python reportlab
*2009.11.23 15:40:03 python reportlab pdf generation
*2009.11.23 12:51:53 python graphic_libraries

see also: graphs-trees-hierarchies.txt

math-science.txt

 

*2009.11.22 07:24:21 python scrape webtest

windmill firefox

 

*2009.11.13 15:50:10 system python install

these notes are formalized in: startup-python.sh

 

*2009.11.09 17:09:40 python scrape webtest
*2009.11.05 09:34:54 python gui envisage enthought
Application Framework :: Enthought, Inc.
EnvisageThree/Introduction - Enthought Trac - Trac
OSGi Alliance | Main / OSGi Alliance
OSGi Alliance | About / Benefits of Using OSGi
OSGi from Here to There | Nagarro Blog
EnvisageThree/core.html - Enthought Trac - Trac
EnvisageThree/extension_points.html - Enthought Trac - Trac
EnvisageThree/services.html - Enthought Trac - Trac
EnvisageThree/plugins.html - Enthought Trac - Trac

 

*2009.11.03 14:02:03 python templates

see also: /c/external/sites/charlesbrandt.com/python/pylons/mako.txt

 

*2009.11.03 14:01:49 python pylons mako

see also python/templates.txt

 

*2009.10.16 14:29:22 python web_browser
python https request - Google Search
Chapter 11. HTTP Web Services
urllib2 - The Missing Manual
HTTPS request
HTTPS request - Python answers
21.6. urllib2 — extensible library for opening URLs — Python v2.6.4c1 documentation
IU: Office of Research Administration
Editing Document
twitter.py - python-rest-client - Project Hosting on Google Code
python rest client - Google Search
REST and Python | Luchita
Examples - httplib2 - Examples of how to use httplib2 - Project Hosting on Google Code

 

*2009.10.14 13:39:01 python documentation
Overview — Sphinx v0.6.3 documentation
Sphinx documentation contents — Sphinx v0.6.3 documentation
Introduction — Sphinx v0.6.3 documentation
Search — Sphinx v0.6.3 documentation
Sphinx (documentation generator) - Wikipedia, the free encyclopedia
Writing Technical Documentation with Sphinx, Paver, and Cog - O'Reilly Broadcast
Ned Batchelder: Cog
sphinx.ext.autodoc – Include documentation from docstrings — Sphinx v0.6.3 documentation
Sphinx documentation contents — Sphinx v0.6.3 documentation
Introduction — Sphinx v0.6.3 documentation
Sphinx concepts — Sphinx v0.6.3 documentation
reStructuredText Primer — Sphinx v0.6.3 documentation
Sphinx Markup Constructs — Sphinx v0.6.3 documentation
Inline markup — Sphinx v0.6.3 documentation
Available builders — Sphinx v0.6.3 documentation
sphinx autodoc - Google Search
Blog Roll: sphinx autodoc and django app
Chapter 13: Documentation — Pylons Book v1.0 documentation
sphinx.ext.autodoc – Include documentation from docstrings — Sphinx v0.6.3 documentation
Module-specific markup — Sphinx v0.6.3 documentation
HTML - Wikipedia, the free encyclopedia

 

*2009.10.08 08:57:43 python pyglet

no generalized notes for using pyglet granted the documentation included with pyglet is fantastic should still be some reference to where to look first which parts are best and where those docs live if downloaded locally.

notes are also scattered about in various scripts and libraries. need to distill lessons learned

 

*2009.09.26 09:51 python documentation showing code

inserts code from a file: .. literalinclude:: example.py

 

*2009.09.21 22:15:35 python templates

Docutils System Messages

System Message: ERROR/3 (<string>, line 14); backlink

Undefined substitution referenced: "::::HYDE::::".

 

*2009.09.21 09:23:20 python operating_system

written with python | http://mail.python.org/pipermail/python-list/2006-December/589700.html | Python Operating System | http://www.google.com/search?q=Uuu+python&btnG=Search&hl=en&client=firefox-a&rls=org.mozilla%3Aen-US%3Aofficial&hs=f14&sa=2 | Uuu python - Google Search | http://jtauber.com/cleese/ | James Tauber : Cleese | http://code.google.com/p/cleese/ | cleese - Project Hosting on Google Code | http://code.google.com/p/cleese/wiki/CleeseProject | CleeseProject - cleese - Project Hosting on Google Code | http://code.google.com/p/cleese/wiki/ExperimentalSubProjects | ExperimentalSubProjects - cleese - Project Hosting on Google Code | http://www.daniweb.com/forums/thread64256.html# | Operating System in Python - Python | http://en.wikipedia.org/wiki/Unununium_(operating_system | Unununium (operating system - Wikipedia, the free encyclopedia | http://www.google.com/search?ie=UTF-8&oe=UTF-8&sourceid=navclient&gfns=1&q=unununium | unununium - Google Search | http://unununium.org/?page_id=2 | About « Unununium Operating Engine | http://unununium.org/ | Unununium Operating Engine | http://www.google.com/search?q=real+time+operating+system+python&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a | real time operating system python - Google Search | http://www.faqts.com/knowledge_base/view.phtml/aid/1388/fid/268 | FAQTs - Knowledge Base - View Entry - Does Python run on any RTOS? (ie Phar Lap ETS)? | http://mail.python.org/pipermail/python-list/2001-September/106513.html | Realtime capabilities? | http://www.google.com/search?q=embedded+python&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a | embedded python - Google Search | http://stackoverflow.com/questions/1402933/python-on-an-real-time-operation-system-rtos | Python on an Real-Time Operation System (RTOS) - Stack Overflow

 

*2009.09.20 11:46:27 python pylons new_pylons_app test server

paster serve --reload development.ini

view in firefox: | http://localhost:5000/

if no controller has been created, will get a 404

 

*2009.09.20 11:43:11 python pylons new_pylons_app templates

remove public index.html (otherwise it will be default) cd (package)/public #rm index.html bg.png pylons-logo.gif hg rm personnel/public/bg.png hg rm personnel/public/pylons-logo.gif hg rm personnel/public/index.html

#make images and css directories in public: cp -R /c/external/sites/charlesbrandt.com/templates/pylons/public/css public/ #import other default template files: cp -R /c/external/sites/charlesbrandt.com/templates/pylons/templates/* templates/ cp -R /c/external/sites/charlesbrandt.com/templates/pylons/controllers/* controllers/

#be sure to choose if you want the sqlalchemy version (model-sa) or non-sa: cp /c/external/sites/charlesbrandt.com/templates/pylons/model/* model/

update the imports in the controllers you plan to use

update lib/helpers.py to import webhelpers cp /c/external/sites/charlesbrandt.com/templates/pylons/lib/* lib/

 

*2009.09.20 11:39:14 python pylons new_pylons_app

sudo easy_install virtualenv

 

*2009.09.17 18:44:32 python operating_system which os platform

how to find the name of the current operating system best way seems to be to use:

sys.platform
if sys.platform == "darwin":
  ...
The Python Standard Library — Python v2.6.2 documentation
16.1. os — Miscellaneous operating system interfaces — Python v2.6.2 documentation
python determine if operating system is mac - Google Search
how to determine Operating System in Use? - Python answers

 

*2009.09.10 10:55:49 python deployment

deployment is about running your application on a system for someone to use. Usually in the sense of a hosted solution delivered via a network.

see package_code for notes on publishing and releasing packages

 

*2009.09.07 17:22:31 python documentation

sphinx-build -b html . ./_build

 

*2009.09.04 11:25:32 python documentation

sphinx-build -b html . ./.build or make html

 

*2009.09.04 09:57:59 python documentation source install

notes on installing Sphinx from source:

#2009.09.04 09:57:32 charles@context:/media/C/downloads/python/sphinx tar zxvf docutils-0.5.tar.gz

python setup.py install sudo python setup.py install

cd ../pygments/ sudo python setup.py install

cd ../jinja2/ sudo python setup.py install

cd ../sphinx sudo python setup.py install

 

*2009.09.04 09:47:07 python documentation sphix download links
*2009.09.04 09:46:50 python documentation sphinx source install
*2009.09.04 08:17:50 python documentation summary

adapted from: | http://pylonsbook.com/en/1.0/documentation.html

once sphinx is installed initialize a new project with:

cd [project]/docs mv index.txt index.txt.orig sphinx-quickstart

.txt for extension yes to autodoc

 

*2009.08.31 17:00:51 python documentation

looks like pyglet api docs used epydoc

 

*2009.08.31 16:08:22 python documentation sphinx guide reference
*2009.08.31 14:43:17 python documentation sphinx
Overview — Sphinx v0.6.2 documentation
Sphinx documentation contents — Sphinx v0.6.2 documentation
Introduction — Sphinx v0.6.2 documentation
Search — Sphinx v0.6.2 documentation
sphinx documentation from source code - Google Search
kenozooid.git -
Sphinx (documentation generator) - Wikipedia, the free encyclopedia
Writing Technical Documentation with Sphinx, Paver, and Cog - O'Reilly Broadcast
Ned Batchelder: Cog
sphinx.ext.autodoc – Include documentation from docstrings — Sphinx v0.6.2 documentation
Sphinx documentation contents — Sphinx v0.6.2 documentation
Sphinx concepts — Sphinx v0.6.2 documentation
Sphinx Markup Constructs — Sphinx v0.6.2 documentation
Available builders — Sphinx v0.6.2 documentation
reStructuredText Primer — Sphinx v0.6.2 documentation
sphinx autodoc - Google Search
Blog Roll: sphinx autodoc and django app
Chapter 13: Documentation — Pylons Book v1.0 documentation

 

*2009.08.27 17:48:45 python html_to_text
*2009.08.27 17:46:07 python documentation general epydoc apydia
python api documentation generator - Google Search
Apydia - Getting Started
pudge python - Google Search
apydia vs epydoc - Google Search
Exclude GTK/GObject methods [patch] - Apydia | Google Groups
pydoc - how to generate documentation for an entire package?
Generating API documentation as a textfile
Download Documentation - page 4 - Softpedia
Epydoc
epydoc
Apydia API Reference Documentation - Module: apydia
Other Documentation Tools
Python documentation generator - Stack Overflow
Expert Python Programming

 

*2009.08.27 14:24:39 python install offline

make sure /Library/Frameworks/Python.framework/Versions/2.5/bin is in the shell path

 

*2009.08.27 14:16:16 python documentation

cd /c/clients/srl/

 

*2009.08.27 14:16:05 python documentation sphinx
Overview — Sphinx v0.6.2 documentation
Sphinx documentation contents — Sphinx v0.6.2 documentation
Introduction — Sphinx v0.6.2 documentation
djerdo / musette / source — bitbucket.org

 

*2009.08.27 14:06:57 python install offline

notes for downloading and installing python packages offline have been scattered. creating a new file in topics for these notes:

from /c/system/startup.txt

cd /directory/for/sources sudo easy_install -zmaxd . pylons #sudo easy_install -zmaxd . simplejson

then on offline machine, use: sudo easy_install -f . Pylons

cd /downloads/python/ mkdir sphinx cd /downloads/python/sphinx/ sudo easy_install -zmaxd . sphinx sudo easy_install -f . Sphinx

 

*2009.08.27 13:40:28 python pyroom

note that pyroom is a linux only application that uses GTK for its UI layer from: | http://pyroom.org/download.html | Requirements

PyRoom doesn't need much to operate. All you need is a fairly recent version of Python (2.4 2.5 and 2.6 have been tested), GTK bindings for python and XDG bindings. Gconf-Bindings for Python (python-gconf) are recommended. Those dependencies are available in most major Linux distributions.

 

*2009.08.27 13:36:27 python pyroom

for full screen terminal on mac os x see iTerm

 

*2009.08.27 12:37:18 python documentation
*2009.08.24 10:29:50 python package new

see also new_module.txt

 

*2009.08.24 10:29:39 python new_module

see also package-new.txt

 

*2009.08.19 14:53:31 python py2app
*2009.08.18 15:29:18 python gui fullscreen
*2009.08.18 15:29:01 python gui
python gui - Google Search
GuiProgramming - PythonInfo Wiki
( FarPy ) Finally a reasonable Python...
The Eric Python IDE
BoaConstructor - PythonInfo Wiki
Boa Constructor home
WxGlade - PythonInfo Wiki
wxGlade: a GUI builder for wxWidgets/wxPython
PythonCard - PythonInfo Wiki
PythonCard Home Page
Browse PythonCard Files on SourceForge.net
Installing PythonCard
Installing PythonCard on Mac OS X (Tiger)
wxPython - Google Search
wxPython
wxWidgets vs Qt - Google Search
WxWidgets Compared To Other Toolkits - WxWiki
FLTK Vs GTK Vs Wxwidgets Vs Qt - GIDForums
Cross platform arena: Qt vs wxWidgets - Page 2 - Ubuntu Forums
Slashdot | Cross-Platform GUI Toolkits (Again)?
Slashdot Technology Story | Netflix Announces Second Data Mining Contest
Fast Light Toolkit (FLTK)
pyFLTK Home Page

 

*2009.08.18 10:02:25 python gui

requested [2009.08.07 12:06:30] multi-line text entry is there one in simplui? generalize all pyglet gui notes extract to new topic.

 

*2009.08.18 10:02:05 python gui

/c/python/topics/gui.txt /c/python/pyglet/gui.txt /c/media/design/gui.txt

 

*2009.08.18 10:01:11 python pyglet links collision detection pymunk
*2009.08.14 14:11:06 python gui pyqt
Qt - A cross-platform application and UI framework
Developer Zone — Qt - A cross-platform application and UI framework
pyqt - Google Search
PyQt's Classes
Riverbank | Software | PyQt | What is PyQt?
PyQt v4 - Python Bindings for Qt v4
Riverbank | Software | PyQt | PyQt4 Download
Riverbank | Software | SIP | SIP Download

 

*2009.08.14 13:50:50 python gui

gui notes are spread out: /c/python/topics/gui.txt /c/python/pyglet/gui.txt /c/media/design/gui.txt

 

*2009.08.12 20:25:10 python audio
*2009.08.12 20:24:40 python audio
pitch shift audio library - Google Search
pygame - python game development
Music phrase trainer, pitch and tempo shifter Revolutionary CD/MP3 Radio and DJ/VJ software
Projects tagged ‘pitchshift’ - Ohloh
Can I 'pitch-shift' audio files (MP3/WAV)? What do I need to do this? - Yahoo! Answers
SoundTouch Sound Processing Library
rubberband - Google Search
Rubber Band Audio Time Stretcher Library
GNU Lesser General Public License v2.1 - GNU Project - Free Software Foundation (FSF)
Why you shouldn't use the Lesser GPL for your next library - GNU Project - Free Software Foundation (FSF)
python soundtouch - Google Search
SourceForge.net: SoundTouch - Develop
python audio - Google Search
Python Audio Tools
The Python audio processing suite | freshmeat.net
Another python audio library that can handle FLAC « Ramblings
python sound - Google Search
python mp3 - Google Search
Audio - PythonInfo Wiki
PythonInMusic - PythonInfo Wiki
edna python - Google Search
edna -- an MP3 server
Hypersonic python - Google Search
ANN: hYPerSonic-1.0
hYPerSonic
Python Package Index : PyAudio 0.2.3
PortAudio - an Open-Source Cross-Platform Audio API
PortAudio - an Open-Source Cross-Platform Audio API
PyAudio: PortAudio v19 Python Bindings
PortAudio: Main Page
TutorialDir/TutorialStart – PortAudio
algorithm for tempo shifting digital audio - Google Search
IEEE Xplore - Login
IEEE Xplore: Guest Home Page
IEEEXplore: Guide
IEEE - Membership
IEEE - JOIN IEEE
IEEE
IEEE - IEEE Code of Ethics
Audio timescale-pitch modification - Wikipedia, the free encyclopedia
Resampling - Wikipedia, the free encyclopedia
Resampling (audio) - Wikipedia, the free encyclopedia
resampling algorithm - Google Search
Announce: Fast real-time-stretching and resampling algorithms (Procrustes/Sylea) | Comp.DSP | DSPRelated.com
Secret Rabbit Code (aka libsamplerate)
dsp plugin team business administration at dspteam.com
secret rabbit code python - Google Search
Python Package Index : scikits.samplerate 0.3.3
Secret Rabbit Code (aka libsamplerate)
Secret Rabbit Code (aka libsamplerate)
Secret Rabbit Code (aka libsamplerate)

 

*2009.08.11 12:20:52 python gui
Yfrog - kyttenscreen
glydget.png (PNG Image, 812x612 pixels) - Scaled (99%)

 

*2009.08.10 11:00:13 python pyglet links misc
*2009.08.10 10:59:34 python gui
pyGUI - Google Search
PyGUI
PyGUI - Screenshots
PyGUI
PyGUI - Overview
PyGUI - ScrollableView class
python GUI - Google Search
GuiProgramming - PythonInfo Wiki
About Lucid Toolkit - Lucid Toolkit
GUI Programming FAQ
awaretek.com :: Choose Your GUI Toolkit
Python Learning Foundation: Computer Programming for Everybody, Tutorials, Book Reviews, Code, and Fun, CP4E
python gui development - Google Search
Seriously... Does anybody use Tcl/Tk? [Archive] - Ubuntu Forums
Is Python any good for GUI development? - Stack Overflow
Downloads
PyObjC - Documentation
PyObjC/PyObjC Core - An introduction to PyObjC
PyObjC/PyObjC Core - Understanding existing PyObjC examples
Not all Objective-C arguments are present in the Python argument-list of - Google Search
[36234] trunk/dports/python/py-pyobjc2

 

*2009.07.27 11:23:56 python getcwd current directory working
os.getcwd()¶
Return a string representing the current working directory. Availability: Unix, Windows.
import os
print os.getcwd()

import sys, os print sys.path[0]

will print the directory where this script resides. additionally you can use

sys.argv[0]

to get the filename of the script. to join the two do

os.path.join(sys.path[0], sys.argv[0])

 

*2009.07.17 21:49:18 python search index text whoosh
: search-index-text.txt
Whoosh
Blog: Less is more – Whoosh
Blog: Python performance is a fool's errand – Whoosh
Blog: Of course! – Whoosh
Python Package Index : Whoosh 0.1.24
GettingStarted – Whoosh
UserGuide – Whoosh
ApiDocs – Whoosh
Whoosh | Google Groups

 

*2009.07.17 21:47:21 python args kwargs
*2009.07.17 06:57:09 python learning
How to Think Like a Computer Scientist — How to Think Like a Computer Scientist: Learning with Python v2nd Edition documentation
Dive Into Python
Dive Into Python

 

*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.07.08 11:16:11 python pyglet links colors

remember that colors are (usually) specified as floating point numbers with values between 0 and 1.0

 

*2009.06.30 16:28:44 python super init
*2009.06.30 15:58:56 python decorators metaclasses metaprogramming meta
*2009.06.29 16:29:50 python game physics
*2009.06.26 13:51:36 python pyglet links
*2009.06.26 13:02:56 python pyglet links reference
*2009.06.22 09:08:16 system python install mercurial

notes for this are elsewhere but this is also a good time to install mercurial easy_install mercurial

on Mac OS X this does require Xcode to be up to date (can still download an executable for mac)

 

*2009.06.22 08:58:19 system python install easy_install

be sure to set up easy_install for the new python instance this can be done by running ez_setup.py available at: | http://peak.telecommunity.com/dist/ez_setup.py

 

*2009.06.16 22:11:45 python search index text woosh reference
Whoosh
GettingStarted – Whoosh
UserGuide – Whoosh
ApiDocs – Whoosh
Whoosh | Google Groups

 

*2009.06.16 22:10:14 python authentication
python user authentication - Google Search
Python Authentication API - Stack Overflow
Python Package Index : Index of Packages Matching 'authentication'
Chapter 18: Authentication and Authorization — Pylons Book v1.0 documentation
authkit - Google Search
AuthKit - WSGI Authentication and Authorization Tools
Python Package Index : AuthKit 0.4.0
repoze.who - Google Search
repoze.who – WSGI Authentication Middleware — repoze.who v1.0.10 documentation
Middleware Responsibilities — repoze.who v1.0.10 documentation
repoze.who authkit - Google Search
New to Pylons, do I use AuthKit/Repoze.who or do my own auth? : Python
moments python - Google Search
Python Package Index : Moments 0.2beta

 

*2009.06.16 22:09:19 python logging
python log - Google Search
Simple usage of Python's logging module
The Python Standard Library — Python v2.6.2 documentation
16.6. logging — Logging facility for Python — Python v2.6.2 documentation
16.6. logging — Logging facility for Python — Python v2.6.2 documentation

 

*2009.06.16 22:06:51 python graphs_trees_hierarchy graphing graphviz gvgen svg pyglet
*2009.06.16 11:42:56 python pyglet links reference
*2009.06.15 14:26:47 python search index text woosh

woosh looks very promising!! should download and try it out:

 

*2009.06.15 14:26:26 python search index text links
*2009.06.11 13:12:27 python publish_code reference links module package release
python easy_install release package - Google Search
How to publish Python modules - PythonInfo Wiki
PublishingPythonModules - PythonInfo Wiki
Python Package Index : Moments 0.2beta
7. Uploading Packages to the Package Index — Python v2.6.2 documentation
Zope.org - How To Publish Your Own Python Modules
Writing a Package in Python
EasyInstall - The PEAK Developers' Center
Python package management — Martin Aspeli
Distributing Python Modules — Python v2.6.2 documentation
1. An Introduction to Distutils — Python v2.6.2 documentation

 

*2009.06.11 13:09:59 python pyglet links delete resource release memory
*2009.06.11 11:09:16 python pyglet links avbin ffmpeg
*2009.06.09 13:42:50 python pyglet links audio playback macosx mac avbin player

when playing back media on mac, make sure you are using a terminal associated with the currently logged in user!! using a different user will allow the video to show up

 

*2009.06.08 13:40:34 python blog_and_cms
*2009.06.03 13:18:02 python memory usage profiling
*2009.06.03 13:17:10 python game multitouch pymt
: multitouch.txt
PyMT
Screenshots - PyMT
Downloads - PyMT
Documentation - PyMT
Welcome to PyMT’s documentation! — PyMT v0.2 documentation
PyMT: a multi touch UI toolkit for pyglet. — PyMT v0.2 documentation
Pyglet: Soup on pyglet to provide multitouch interface. — PyMT v0.2 documentation
nui multitouch - Google Search
pymt - Google Code
Widgets: all the pymt widgets — PyMT v0.2 documentation
Kinetic: kinetic abstraction — PyMT v0.2 documentation
CEGUIWiki
kytten - Google Code

 

*2009.06.03 11:23:34 python pyglet links gui research
*2009.06.02 13:37:41 python matplotlib

tessa was investigating different ways to plot graphs... thought I would at least mention matplotlib. :)

matplotlib - Google Search
matplotlib: python plotting — Matplotlib v0.98.6svn documentation
Overview — Matplotlib v0.98.6svn documentation
Toolkits — Matplotlib v0.98.6svn documentation
Installing — Matplotlib v0.98.6svn documentation
python(x,y) - Python for Scientists
Screenshots — Matplotlib v0.98.6svn documentation
Thumbnail gallery — Matplotlib v0.98.6svn documentation
Matplotlib Examples — Matplotlib v0.98.6svn documentation

 

*2009.06.02 10:03:33 python game multitouch pymt
PyMT
Screenshots - PyMT
Downloads - PyMT
Documentation - PyMT
Installation instructions - PyMT
Welcome to PyMT’s documentation! — PyMT v0.2 documentation
PyMT: a multi touch UI toolkit for pyglet. — PyMT v0.2 documentation
Pyglet: Soup on pyglet to provide multitouch interface. — PyMT v0.2 documentation
nui multi touch - Google Search
pymt - Google Code
Widgets: all the pymt widgets — PyMT v0.2 documentation
Kinetic: kinetic abstraction — PyMT v0.2 documentation

 

*2009.06.02 10:02:10 python game multitouch nui natural_ui
multi touch macbook - Google Search
Apple - MacBook Pro - 15-inch Features - Aluminum unibody, LED-backlit widescreen display, NVIDIA graphics, Multi-Touch trackpad
Enable Four Finger Multitouch for Older Macbook Pros and Airs
Multi-Touch Macbook with wide Touchpad
multi touch python - Google Search
PyMT – A Python Multi-Touch Framework | Johannes Luderschmidt's Blog
Status of Python - NUI Group Community Forums
NUI Group - Natural User Interface Group
TUIO
TUIO Protocol Specification 1.0
Community Core Vision
Getting Started With MultiTouch - NUI Group Community Forums
Multi-Touch Terminology - NUI Group Community Wiki
MTmini - How to Make a Cheap Multitouch Pad Updated 9-21-08 - NUI Group Community Forums
Build a rear projection multi-touch television. - NUI Group Community Forums
multi touch iphone - Google Search
iPhone and Multi Touch
The Multi Touch Screen: Documenting Jeff Han's Multi Touch Technology
How does the iPhone "multi-touch" interface work? Who developed the "multi-touch" interface originally? @ EveryiPod.com
MacNN | Apple wins patents for multi-touch, iPhone design
Multi Touch - News coverage blog focused on the Multi Touch industry
Perceptive Pixel Founded by Jeff Han Developer of Advanced Multi-Touch Solutions
NUI Group - Natural User Interface Group
NUI Group - Natural User Interface Group
TUIO simulator pymt - Google Search
Kaswy’s MT Table - LLP 850 - 22" LCD - Fluo Backlight. - NUI Group Community Forums
kaswyweb
laser light plane - Google Search
Laser Light Plane Illumination (LLP) - NUI Group Community Wiki
IR Laser Safety!!! [ READ THIS ] - NUI Group Community Forums

 

*2009.06.01 17:47:39 python pyglet links gui pygame

pygame developers strongly discourage using QT, wxWindows mixed with pygame... might be able to get away with it in pyglet, but still have the two event loop issues.

 

*2009.06.01 17:13:40 python pyglet links multitouch

seems like multitouch may need it's own category... not sure where it should live yet.

 

*2009.06.01 17:13:17 python pyglet links multitouch andriod
*2009.06.01 16:57:26 python pyglet links ui gui library
*2009.06.01 12:53:01 python blog_and_cms rss concise
*2009.06.01 12:50:10 python blog_and_cms rss atom podcast library
podcast hosting software - Google Search
dreamhost : Podcast Cookbook
Hosting your podcast : Podcast Cookbook
Podcast Hosting: How to Get a Home for Your Podcast
Step-by-Step How to Podcast Tutorial
List of Podcast Software for Podcasters and Clients
mediawiki podcast - Google Search
Podcast - Wikipedia, the free encyclopedia
WikiPodcast - Meta
Create RSS Feeds, Edit and Publish News Feeds with Software
rss podcast feed generator - Google Search
podcast RSS Feed generator
Podcast Generator - Open Source Podcast Publishing Solution
Podcast Generator - Open Source Podcast Publishing Solution - Features
dreamhost podcast feed generator - Google Search
Create a Podcast
How to Create RSS / XML Feed for Podcasts
podcast RSS Feed generator
Short Urls | Get a Ta.gg for that URL!
Podcasting - Publish Podcast, Create Podcast Feed!
python rss generator - Google Search
universal podcast generator - Google Search
Recommended Python RSS/Atom feed generator? - Stack Overflow
PyRSS2Gen
PyRSS2Gen podcast - Google Search
Re: generate syndication feed for podcast
How do I turn an RSS feed back into RSS? - Stack Overflow
RssLibraries - PythonInfo Wiki
Why Are People Still Creating RSS Feeds? - Stack Overflow
atomixlib - deFuze.org - Trac
Python Package Index : atomixlib 0.6.1a
bridge - deFuze.org - Trac
pylons generate rss - Google Search
Concepts of Pylons - Pylons Cookbook - PythonWeb
webhelpers generate rss - Google Search

 

*2009.05.29 16:34:44 python pyglet links reboot fullscreen

be sure to add in a way to exit the program if you enable fullscreen mode! will lock out everything else if you don't!! hehe... oops reboot

 

*2009.05.19 10:58:26 python pyglet links cocos2d
*2009.05.10 20:37:45 python media playback video manipulation
*2009.05.08 13:01:12 python blog_and_cms blog_software
*2009.05.05 11:05:20 python pyglet links observer_pattern

investigating the "Observer Pattern" used in the event framework for pyglet very similar to asynchronous

 

*2009.05.04 11:53:49 python pyglet links local references minimal
*2009.04.29 17:56:31 python game pyweek
pyweek - Google Search
PyWeek - Python Game Programming Challenge
PyWeek Game Progamming Challenge Rules
Help for using the PyWeek Challenge Site
(2) pyweek - Twitter Search
Help for using the PyWeek Challenge Site
PyWeek - Get off my lawn
PyWeek - Get off my lawn

 

*2009.04.28 18:06:27 python game pyweek competition
*2009.04.28 18:05:57 python pyglet links gui
*2009.04.28 18:05:30 python pyglet links gui
pyglet gui - Google Search
irskep's pyflipcard at master - GitHub
Entity Crisis: The Embedded GUI, continued...
Richard Jones' Log
pyglet - Google Code
pyglet-users | Google Groups
GUI - pyglet-users | Google Groups
pyglet experimental gui - pyglet-users | Google Groups
My simple GUI library for Pyglet - pyglet-users | Google Groups
Using Pyglet in a rich GUI - pyglet-users | Google Groups
controling a pyglet window from a gui program - pyglet-users | Google Groups
pyglet ui toolkit (maybe a mini-sprint here at pycon?) - pyglet-users | Google Groups
normal python widgets and pyglet - pyglet-users | Google Groups
DESIGN - pyglet - Google Code
Deviceconf
pyglet.text.layout.IncrementalTextLayout
Simple Menu Class - pyglet-users | Google Groups
Pages - pyglet-users | Google Groups

 

*2009.04.27 11:50:25 python presentations bruce

/c/media/code/python/topics/presentations.txt /c/downloads/python/pyglet/bruce-3.2.1/bruce/rst_parser.py /c/downloads/python/pyglet/bruce-3.2.1/bruce/presentation.py /c/downloads/python/pyglet/bruce-3.2.1/bruce/run.py /c/virtuals/pyglet/pyglet-1.1.3/examples/image_display.py /c/virtuals/pyglet/pyglet-1.1.3/pyglet/app/__init__.py

 

*2009.04.23 16:01:22 python game panda3d
blender pyglet - Google Search
How to get a 3D model into pyglet? - pyglet-users | Google Groups
panda3d - Google Search
Panda3D - Free 3D Engine
Panda3D Manual
Panda3D - Wikipedia, the free encyclopedia
Panda3D Manual
YouTube - I Remember Andrea BETTER
Panda3D Software Downloads
Cg Toolkit - GPU Shader Authoring Language
blender second life - Google Search
Blender and Second Life at BlenderNation
Amazon.com: The Essential Blender: Guide to 3D Creation with the Open Source Suite Blender: Roland Hess: Books
Amazon.com: Introducing Character Animation with Blender: Tony Mullen, Ton Roosendaal, Bassam Kurdali: Books
BlenderPeople0.8

 

*2009.04.23 15:52:28 python pyglet links images buffers large_images

some issues with images in pyglet if they are too big, they seem to cause problems... maybe bigger than display?

theory supported by: | http://www.google.com/search?client=firefox-a&rls=org.mozilla%3Aen-US%3Aofficial&channel=s&hl=en&q=pyglet+images+bigger+than+window&btnG=Google+Search | pyglet images bigger than window - Google Search | http://groups.google.com/group/pyglet-users/browse_thread/thread/fca05d1f8feed7a1 | direct drawing into a texture - pyglet-users | Google Groups

 

*2009.04.22 16:30:16 python pyglet links vsync

files for pyglet that handle vsync:

/c/virtuals/pyglet/pyglet-1.1.3/pyglet/window/carbon/__init__.py /c/virtuals/pyglet/pyglet-1.1.3/pyglet/gl/agl.py /c/virtuals/pyglet/pyglet-1.1.3/pyglet/window/__init__.py /c/virtuals/pyglet/pyglet-1.1.3/pyglet/app/carbon.py

 

*2009.04.22 16:20:30 python pyglet links tearing sync vsync retrace refresh display screen buffers swap flip
opengl vertical retrace - Google Search
Synchronizing Xvideo to the vertical retrace
opengl vertical refresh - Google Search
Technical Q&A QA1521: Synchronizing OpenGL rendering updates to the vertical refresh of the display
OpenGL @ Lighthouse 3D - GLUT Tutorial
opengl vblank - Google Search
OpenGL sync to vblank and interlaced fields - nV News Forums
Temporal Rate Conversion by Dave Marsh - Google Search
Temporal Rate Conversion: Dave Marsh. Microsoft Technical Evangelist, TV and Video
pyglet swap interval - Google Search
pyglet set_vsync - Google Search
opengl agl - Google Search
AGL Reference
AGL Reference

 

*2009.04.22 11:44:21 python pyglet links vsync

By default pyglet window buffer swaps are synchronised to the display refresh rate, so you may also want to disable set_vsync.

 

*2009.04.21 16:35:29 python pyglet links
*2009.04.20 18:15:39 python wxpython references
*2009.04.20 15:37:34 python search index text

from brandon_keepers blog

 

*2009.04.20 08:32:27 python mp3 lame references
*2009.04.20 08:31:01 python blog_and_cms references local
*2009.04.20 08:27:14 python facebook other_applications
*2009.04.20 08:26:44 python facebook references
*2009.04.19 20:53:40 python blog_and_cms resources
*2009.04.14 16:53:13 python pyglet links
: topics
: pyglet.txt
pyglet Documentation Index
Programming Guide
pyglet API reference
Writing a pyglet application
Hello, World
Calling functions periodically
User-editable text
Controlling playback
Playing sounds and music
pyglet.media.Source
pyglet.media.Player
pyglet.media.ManagedSoundPlayer
Image viewer
Animations
pyglet.sprite.Sprite
Loading resources
Graphics

 

*2009.04.14 16:52:38 python pyglet links cocos2d resources
: pyglet.txt
cocos2d
cocos2d-iphone - Google Code
cocos2d
cocos2d FAQ
los-cocos - Revision 853: /branches/pycon-lighting-talk
cocos2d
cocos2d
GamesUsingCocos2d - cocos2d-iphone - Games using cocos2d for iPhone ordered chronologically (newer games first) - Google Code

 

*2009.04.14 14:42:01 python pyglet links cocos2d
*2009.04.14 14:41:39 python game panda3d
*2009.04.14 14:39:34 python pyglet links bruce presentation download
*2009.04.13 16:27:03 python game pyweek
PyWeek - Python Game Programming Challenge
PyWeek - Number 8
PyWeek - invention
PyWeek - DiamondGFX
PyWeek - Number 8
PyWeek Game Progamming Challenge Rules
PythonGameLibraries - PythonInfo Wiki
pygame - python game development
cocos2d

 

*2009.04.10 09:37:59 python pyglet links references
*2009.04.10 09:28:26 python pylons mako local reference
*2009.04.09 12:00:54 python pyglet links

spent a few hours last night running through the examples included with pyglet. very cool stuff!

 

*2009.04.09 10:25:37 python presentations screen_capture camstudio
camstudio - Google Search
CamStudio - Free Screen Recording Software
YouTube - Using Camstudio to Screen Record Video Tutorials

 

*2009.04.09 09:13:50 python blog_and_cms podcasts
python download podcasts - Google Search
Issue 128 - feedparser - UnicodeDecodeError when parsing http://www.projekt6.de/?feed=podcast - Google Code
feedcache - Wrapper for the Universal Feed Parser which caches the results
feedcache - Wrapper for the Universal Feed Parser which caches the results
CastSampler - Custom Podcast Feed Aggregator
podgrabber - Google Code
Podcast download in python revisited- Peter's Blog
Projects tagged ‘podcast’ and ‘python’ - Ohloh
gPodder
gPodder, a free podcast aggregator for Linux, FreeBSD and Maemo

 

*2009.04.09 09:11 python html_to_text markup conversion
*2009.04.09 09:09:43 python mind_map

should be other links mentioned elsewhere should pool them here

 

*2009.04.09 09:09:30 python mind_map
xmind - Google Search
ibluesky - Google Search
Blue Sky On Mars iPhone 2.0 apps and synchronization
iPhone is so easy to use Blue Sky Thinking
MindMap on iPhone i Blue Sky | Clipmarks
Tenero Software Limited :: Products
Tenero Software Limited :: Products
XMind - Social Brainstorming and Mind Mapping
XMIND - Wikipedia, the free encyclopedia
mind map - Google Search
Mind map - Wikipedia, the free encyclopedia
Main Page - FreeMind - free mind mapping software
Learn how to draw Mind Maps with Mind Tools - MindMaps, Note Taking Skills & Techniques, and Reviews of Mind Mapping Software

 

*2009.04.08 21:00:15 python pyglet links local reference
*2009.04.08 20:58:07 python pyglet links reference local
*2009.04.08 20:01:55 python pyglet links

/c/downloads/python/pyglet-1.1.3/examples python media_player.py /media/CHARLES/outgoing/MVI_8486.AVI

that is a good first test to make sure AVBin is installed locally (have added to media/system/startup-live.sh)

 

*2009.04.06 17:37:16 python pyglet links opengl
*2009.04.06 11:55:30 python pyglet links

pyglet.media.riff.RIFFFormatException: Unsupported RIFF form "AVI "

make sure avbin has been installed on the system

 

*2009.04.06 11:46:49 python pyglet links

#2009.04.06 11:45:36 work@140-182-132-176:/c/virtuals/pyglet/pyglet-1.1.3/examples pythonw image_display.py /c/media/projects/IMG_8116_l.JPG

 

*2009.04.06 11:38:06 python pyglet links virtualenv pythonw bug
pyglet virtualenv - Google Search
pyglet and virtualenv
Re: broken egg for pyglet
Bruce the Presentation Tool 2.0 (beta)
Window manager is not available. Ensure you run "pythonw", not "python" - Google Search
Python for Astrostatistics - Mac OS X Installation
virtualenv pythonw - Google Search
gldnspud's virtualenv-pythonw-osx at master - GitHub
virtualenv on OS X with pythonw - virtualenv | Google Groups
No pythonw on OSX? - virtualenv | Google Groups
Search results for virtualenv pythonw - MarkMail

 

*2009.04.06 11:35:46 python pyglet links general reference
*2009.04.06 10:58:19 python pyglet links

to:ianb@colorstudy.org? I just ran across this issue when trying to use pyglet in a virtual environment on Mac OS X. The message from pyglet was: pyglet.window.carbon.CarbonException: Window manager is not available. Ensure you run "pythonw", not "python"

which lead me to a more recent thread: | http://groups.google.com/group/python-virtualenv/browse_thread/thread/83fa4a12d22a30c8/744e19c194f1618a

which has a fix at: | http://github.com/gldnspud/virtualenv-pythonw-osx/tree/master

I haven't tried the fix yet, but I thought I might send it on to see if it is something that should be included with virtualenv. It's not so much about supporting older versions of python, just being able to use pythonw from a virtualenv.

-Charles

On May 16 2008, 3:12 pm, Ian Bicking <i...@colorstudy.com> wrote: > dmp wrote: > > > On Wed, Apr 16, 2008 at 2:27 PM, Ian Bicking <i...@colorstudy.com > > <mailto:i...@colorstudy.com>> wrote: > > > dmp wrote: > > > Using virtualenv 1.0 I created a virtual environment, installed > > an app > > > that tries to open a GUI dialog, and keep getting the following > > message: > > > > This program needs access to the screen. Please run with 'pythonw', > > > not 'python', and only when you are logged in on the main display of > > > your Mac. > > > > Is there a fix for this yet? I (naively) tried copying the pythonw > > > executable to the virtualenv bin directory but that didn't work. A > > > google search turned up only one useful hit -- from a couple > > months ago > > > where Robert Kern indicated he had a patch that would fix this. Is > > > there a plan to get that into virtualenv at all? > > > I don't see that patch, do you know where it is? > > > I can't believe I didn't at least provide the link to the archived > > message from Robert. Here it is: > > http://www.mail-archive.com/distutils-...@python.org/msg04223.html > > > I'm not sure he ever finished / submitted it. I can ask him tomorrow > > about it though. > > Was there a followup for this? The email describes a fairly complicated > solution, so I'm not sure what to do about it. Supporting older > versions of Python isn't a huge concern in every situation, I think, > because the idea of virtualenv is isolation so that everything doesn't > have to be run on the same set of libraries or Python version. So if > things work okay on Python 2.4 that would be good enough for me. A > warning for users would be nice, but I'm not really sure what's going on > here. > > -- > Ian Bicking : i...@colorstudy.com :http://blog.ianbicking.org

 

*2009.04.06 10:03:57 python pyglet links avbin gstreamer

avbin is used by default in pyglet some discussion about the use of gstreamer in pyglet | http://code.google.com/p/pyglet/wiki/MediaOnLinux | http://www.mechanicalcat.net/richard/log/Python/Say_hello_to_pyglet

gstreamer interface reported to be complex.

 

*2009.04.05 15:15:35 python pyglet links

downloaded source, docs and avbin to USB attempting install for linux

/media/CHARLES/downloads/python/avbin-linux-x86-32-7 sudo bash install.sh

/media/CHARLES/downloads/python/pyglet-1.1.3 sudo python setup.py install

 

*2009.04.03 14:36:09 python presentations bruce pyglet

bruce uses pyglet to display slides via open gl... this works full screen

 

*2009.04.03 14:29:48 python presentations bruce playerpiano
*2009.04.02 16:39 python blog_and_cms gozerbot
python xmpp server - Google Search
Sam Ruby: Personal Jabber Server
Choosing An XMPP Server
pretzel - Google Code
ejabberd - Google Search
ejabberd Community Site | the Erlang Jabber/XMPP daemon
Tutorials | ejabberd Community Site
Configure ejabberd | ejabberd Community Site
Ejabberd - Gentoo Linux Wiki
Gozerbot :: The IRC bot and Jabber bot in one
simplejson - Google Search
Python Stuff
JSON
Gozerbot :: Documentation :: RSS
Gozerbot :: The IRC bot and Jabber bot in one
Gozerbot :: Gozerbot Handbook
Gozerbot :: Documentation :: BASIC
Gozerbot :: Documentation :: FLOW

 

*2009.04.02 16:38:35 python blog_and_cms microblogging laconica open_twitter
*2009.04.02 16:38:10 python blog_and_cms xmpp general
xmpp federated server - Google Search
XMPP Intermediate Certification Authority
Google Code FAQ - How do I allow my internal XMPP client or server to connect to the Talk service?
Google Code FAQ - Where can I get more technical information about federating with the Google Talk service?
XMPP Standards Foundation
XMPP Technologies: Overview
XMPP Technologies
XMPP Technologies: Core

 

*2009.04.02 16:36:26 python blog_and_cms palaver xmpp multi_chat
Mozilla Firefox Start Page
twisted vs erlang - Google Search
Erlang: The Twisted Matrix
Erlang vs. Stackless python: a first benchmark « Muharem Hrnjadovic
The Pragmatic Bookshelf | What's all this fuss about Erlang?
Stackless.com - About Stackless
Erlang
New Erlang, Ejabberd, and Twisted Words For Intrepid
Make Your Twisted XMPP Apps Scream
Learn to Make XMPP Powered Web Apps at JSConf 2009
Play Chess Online at Chesspark
StanzIQ - information in real time
Strophe
Palaver
pseudogreen: Erlang vs. Stackless vs. multitask: The Ring Benchmark Showdown
xmpp site:metajack.im - Google Search
An XMPP Microblogging Stack
XEP-0060: Publish-Subscribe
mu-conference - Google Search
MU-Conference - Summary [Gna!]
Install Mu-Conference Using JCR - Chatroom Component | ejabberd Community Site
XMPP Summit 5
Anders Conbere
BearHugCamp For Those Who Missed It
mixin - What's next?

 

*2009.04.02 16:36:07 python blog_and_cms xmpp twisted_words
*2009.04.02 16:35:45 python blog_and_cms xmpp yahoo im
*2009.04.02 16:35:24 python blog_and_cms rss melkjug
*2009.04.02 16:35:03 python blog_and_cms xmpp gozerbot
*2009.04.01 11:07:51 python deployment buildbot
*2009.03.31 17:25:12 python blog_and_cms xmpp erlang twisted jabber
twisted vs erlang - Google Search
Erlang: The Twisted Matrix
Erlang vs. Stackless python: a first benchmark « Muharem Hrnjadovic
The Pragmatic Bookshelf | What's all this fuss about Erlang?
Stackless.com - About Stackless
Erlang
New Erlang, Ejabberd, and Twisted Words For Intrepid
Make Your Twisted XMPP Apps Scream
Learn to Make XMPP Powered Web Apps at JSConf 2009
Play Chess Online at Chesspark
StanzIQ - information in real time
Strophe
Palaver
pseudogreen: Erlang vs. Stackless vs. multitask: The Ring Benchmark Showdown
xmpp site:metajack.im - Google Search
An XMPP Microblogging Stack
XEP-0060: Publish-Subscribe

 

*2009.03.31 17:24:12 python blog_and_cms blog rss
*2009.03.31 15:48:33 python pylons new_pylons_app database

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

 

*2009.03.31 15:18:54 python pylons new_pylons_app routes

update routes

 

*2009.03.31 14:31:58 python pylons new_pylons_app install egg

python setup.py develop

 

*2009.03.31 13:45:55 python pylons interface

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

 

*2009.03.31 13:32:52 python pylons new_pylons_app intialize

virtualenv --no-site-packages personnel-virtual

cd personnel-virtual

source bin/activate

easy_install pylons easy_install formalchemy

 

*2009.03.31 13:13:45 python pylons form_alchemy references links
: form_alchemy.txt
formalchemy - Google Code
formalchemy.forms – Form generation — FormAlchemy v1.2 documentation
Pylons integration — FormAlchemy v1.2 documentation
formalchemy.forms – Form generation — FormAlchemy v1.2 documentation
formalchemy.tables – Rendering collections — FormAlchemy v1.2 documentation
FormAlchemy | Google Groups
Mapper Configuration — SQLAlchemy 0.5.3 Documentation

 

*2009.03.31 13:07:52 python pylons new_pylons_app

paster create -t pylons_fa

cd personnel

hg init cp ../.hgignore .

hg add hg ci -m "new repo for new project"

 

*2009.03.31 11:52:46 python frameworks django pinax
python web framework - Google Search
Pinax
Cloud27 : Welcome
James Tauber : Introducing Pinax
Pinax : Documentation
Introduction — Pinax v0.5.1 documentation
Pinax : Download
django - Google Search
Django | The Web framework for perfectionists with deadlines
django sqlalchemy - Google Search
django-sqlalchemy - Google Code
Replacing Django's ORM with SQLAlchemy @ Irrational Exuberance
context / context / overview — bitbucket.org
django vs pylons - Google Search
Versus: Django vs. Pylons
import this. » Pylons
Careful Web: Django vs. Pylons
Invisible hand - Wikipedia, the free encyclopedia
Byteflow - a Python/Django Blog Engine
The B-List
Python framework design
Django and NIH

 

*2009.03.31 11:51:43 python authentication
pylons openid - Google Search
PylonsHQ - Pastebin
James Gardner » OpenID
pylons authentication - Google Search
Authentication and Authorization - Pylons Cookbook - PythonWeb
django authentication - Google Search
Django | User authentication in Django | Django Documentation
python pylons email verification - Google Search
repoze.who authkit - Google Search
[Baypiggies] Authkit, OpenID, Click Pass, and local accounts... aka AuthMess
Authorization with repoze.what - Pylons Cookbook - PythonWeb
repoze.who – WSGI Authentication Middleware — repoze.who v1.0.10 documentation
Middleware Responsibilities — repoze.who v1.0.10 documentation

 

*2009.03.31 10:53:40 python crud admin
*2009.03.31 10:39:37 python pymedia

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

 

*2009.03.31 10:38:31 python game pygame rabbyt sprite 2d
pyglet vs pygame - Google Search
Only Python: pyglet and pygame: which one?
Making Games with Python: Which Library To Use, pygame or pyglet? | Leap On!
[visionegg] Re: pyglet vs. pygame - visionegg - FreeLists
Rabbyt: a fast sprite library for Python - matthewmarshall.org
rabbyt.anims - Rabbyt Reference - matthewmarshall.org

 

*2009.03.31 10:29:27 python ctypes swig library wrapper
*2009.03.30 21:03:55 python twisted

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

 

*2009.03.30 18:41:28 python instant_messaging jabber xmpp
twisted jabber - Google Search
Twisted
FrequentlyAskedQuestions – Twisted
TwistedProject – Twisted
Twisted Documentation: Asynchronous Programming with Twisted
Twisted Documentation: High-Level Overview of Twisted
thetofu: Twisted Words XMPP Component Example
Re: [Twisted-Jabber] Twisted XMPP Roadmap
Documentation/TwistedJabberComponentExample - Butterfat
Get Twisted On XMPP - The Future Of Twisted Words
XMPPIRCTranscript20080903 – Twisted
XMPPServerArchitecture – Twisted
#3407 (twistd xmpp-router command for running an xmpp router) – Twisted
XMPPServerArchitecture – Twisted
SILC Secure Internet Live Conferencing
palaver - Google Search
Palaver

 

*2009.03.30 14:56:06 python ide editor reinteract pygtk wxpython

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

 

*2009.03.26 21:42:08 python presentations
creating python presentation S5 - Google Search
Software for Python presentations
crunchy - Google Code
Introduction to Crunchy tutorial video - Crunchy - Learn: programming_tools, demonstration, open-source, cross-platform, interpreter, python, interactive, available, google, http, crunchy, application, html, browser
Easy Slide Shows With reST & S5

 

*2009.03.24 16:53:33 python deployment fabric paver
buildout virtualenv - Google Search
Ian Bicking: a blog :: My Experience Writing a Build System
Where's the Capistrano knock-off for us Python web devs?
Are there any other good alternatives to zc.buildout and/or virtualenv for installing non-python dependencies? - Stack Overflow
Howto install Pylons with buildout - Pylons Community - PythonWeb
Buildout and Virtualenv: A Repeatable Solution for Plone by Josh Kidd and Paul Bugni — Plone TV - screencasts, podcasts and videos about Plone and Zope
buildout/pycon2008 tutorial - PythonInfo Wiki
Welcome to Minitage’s documentation! — Minitage v0.4.1 documentation
About — Minitage v0.4.1 documentation
Managing projects with Buildout — Plone CMS: Open Source Content Management
Python Package Index : zc.buildout 1.1.1
Benjamin Smith : byteflow/django+supervisord+nginx = WIN
Python Package Index : collective.recipe.modwsgi 1.0
Python Package Index : pip 0.3.1
Simple & Easy Deployment with Fabric and Virtualenv | Django Web Development - Lincoln Loop
lincolnloop's lincoln-loop-deploy at master - GitHub
Fabric - index
Vellum: Simple Python Can Build Many Things in Launchpad
Paver: Easy Scripting for Software Projects — Paver v0.8 documentation
paver fabric python - Google Search
[Chicago] Capistrano alternatives
Deploying Python Web Applications » Armin Ronacher

 

*2009.03.24 16:53:11 python deployment supervisor
pylons mod_wsgi virtualenv - Google Search
Label: apache - Labels - PythonWeb
Pylons deployment with daemontools - Pylons Cookbook - PythonWeb
Manage Pylons application with supervisord - Pylons Cookbook - PythonWeb
Scripts for paster serve - Pylons Cookbook - PythonWeb
Python Package Index : collective.lead 1.0
Supervisor
Maintainable Software
Ian Bicking: a blog :: Workingenv is dead, long live Virtualenv!

 

*2009.03.24 11:40:14 python gstreamer

installing gstreamer is not python specific there are many applications that use gstreamer gstreamer requires a native build for a given operating system

Projects utilizing GStreamer include:

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

Songbird Blog » GStreamer Progress
Songbird Blog » GStreamer for all
Songbird Blog » GStreamer now available in Mac and Windows nightlies!
Songbird - Open Source Music Player
Advene project
Downloads - PiTiViWiKi
Whaaw! Media Player - Summary [Gna!]

https://code.fluendo.com/pigment/trac Pigment - Trac | http://www.jokosher.org/ | Jokosher | http://www.jokosher.org/screenshots | Jokosher » Screenshots

Installing GStreamer on Mac OS X:

(not sure if you can use the libraries bundled with songbird somehow?)

gstreamer macosx - Google Search
GstreamerOnMacOSX - gstreamer-java - Build instructions for gstreamer on macosx. - Google Code
gstreamer play quicktime movie - Google Search
Gstreamer version 0.10.21 - How to Download and Install on Mac OS X
GstreamerMac – Tribler
#96 (fluendo-megabundle can't play quicktime video) - Fluendo GStreamer - Trac
GstreamerMacPython – Tribler

FFMPEG

(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

Other Python Media Playback systems:

python media playback - Google Search
PyMedia - Python module for avi, mp3, dvd, wma, ogg processing - pymedia_tut
PyMedia - Python module for avi, mp3, dvd, wma, ogg processing - pymedia_tut
PyMedia - Python module for avi, mp3, dvd, wma, ogg processing - pymedia
SourceForge.net: PyMedia: pymedia-users

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

 

*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 12)

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

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

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]:

 

*2009.03.18 19:12:09 python community
indypy - Google Search
IndyPy March Meetup - IndyPy Meetup (Indianapolis, IN) - Meetup.com
clayton - IndyPy Meetup (Indianapolis, IN) - Meetup.com
Calvin Hendryx-Parker - IndyPy Meetup (Indianapolis, IN) - Meetup.com
Twitter / calvinhp
Twitter / absenth
tweetie ping.fm - Google Search
Twitter iPhone App eetieas Been Updated! Ping.fm, RT New Theme and More! - The Next Web
Ping.fm / Update all of your social networks at once!

 

*2009.03.18 19:10:48 python authentication
*2009.03.18 19:09:03 python blog_and_cms melkjug
The Open Planning Project
Melkjug | Sign Up
Melkjug Project - OpenPlans
about - Melkjug Project - OpenPlans
DevelopmentGuide â melkjug
DevelopmentGuide â melkjug
Apache CouchDB: The CouchDB Project

 

*2009.03.17 16:20:23 python deployment
*2009.03.17 15:53:19 python deployment

deployment tools seem to boil down to fabric paver vellum buildout

 

*2009.03.17 15:53:01 python deployment comprehensive
buildout virtualenv - Google Search
Ian Bicking: a blog :: My Experience Writing a Build System
Where's the Capistrano knock-off for us Python web devs?
Are there any other good alternatives to zc.buildout and/or virtualenv for installing non-python dependencies? - Stack Overflow
Howto install Pylons with buildout - Pylons Community - PythonWeb
Buildout and Virtualenv: A Repeatable Solution for Plone by Josh Kidd and Paul Bugni — Plone TV - screencasts, podcasts and videos about Plone and Zope
buildout/pycon2008 tutorial - PythonInfo Wiki
Welcome to Minitage’s documentation! — Minitage v0.4.1 documentation
About — Minitage v0.4.1 documentation
Managing projects with Buildout — Plone CMS: Open Source Content Management
Python Package Index : zc.buildout 1.1.1
Benjamin Smith : byteflow/django+supervisord+nginx = WIN
Python Package Index : collective.recipe.modwsgi 1.0
Python Package Index : pip 0.3.1
lincolnloop's lincoln-loop-deploy at master - GitHub
Simple & Easy Deployment with Fabric and Virtualenv | Django Web Development - Lincoln Loop
Fabric - index
Vellum: Simple Python Can Build Many Things in Launchpad
Paver: Easy Scripting for Software Projects — Paver v0.8 documentation
paver fabric python - Google Search
[Chicago] Capistrano alternatives
Deploying Python Web Applications » Armin Ronacher

 

*2009.03.16 17:37:34 python frameworks dabo
*2009.03.16 16:04:28 python virtualenv

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.

 

*2009.03.16 11:23:16 python authentication
*2009.03.16 11:13:28 python deployment
*2009.03.16 11:12:10 python deployment memcached
*2009.03.16 11:09:26 python deployment

one of the links below hammers CPU usage

 

*2009.03.16 11:07:17 python deployment
buildout vs virtualenv - Google Search
Buildout and Virtualenv — Jfroche World
Re: buildout vs virtualenv for pylons and/or other wsgi apps?
Buildout and Virtualenv: A Repeatable Solution for Plone — Plone CMS: Open Source Content Management
Buildout and Virtualenv.mov (video/quicktime Object)
python capistrano - Google Search
Where's the Capistrano knock-off for us Python web devs?
Blog of Wheat — bud.ca
Fabric: lightweight Capistrano-like deployment tool written in Python : programming
Fabric - index
vellum python - Google Search
Launchpad Blueprints
robotic thoughts...

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

 

*2009.03.06 15:43:26 python pylons forms toscawidgets
toscawidgets - Google Search
ToscaWidgets: Test Driven Modular Ajax - PyCon 2009 - Chicago - A Conference for the Python Community
ToscaWidgets
Tutorials w.forms v0.9.3dev-20090212 documentation
Pylons oscaWidgets v0.9.5dev-20090212 documentation
Building a Form with tw.forms w.forms v0.9.3dev-20090212 documentation
Using tw.forms with Pylons. Part 1 w.forms v0.9.3dev-20090212 documentation
SQLAlchemy & Elixir w.forms v0.9.3dev-20090212 documentation
ToscaWidgets Cookbook G2 v2.0b6 documentation
Adding Captcha to your Form G2 v2.0b6 documentation
reCAPTCHA: Stop Spam, Read Books
OpenLayers Map Widget G2 v2.0b6 documentation
ToscaWidgets - Documentation
Welcome to tw.dynformsdocumentation! w.dynforms v0.9.0 documentation
Tutorial w.dynforms v0.9.0 documentation
sqlalchemy-migrate - Google Code
miruku rac
miruku vs sqlalchemy-migrate - Google Search
urssus - Google Code
Lateral Opinion
rawdog
WidgetBrowserdocumentation idgetBrowser v0.1 documentation
Installing the WidgetBrowser idgetBrowser v0.1 documentation
Using the WidgetBrowser idgetBrowser v0.1 documentation
ToscaWidgets Documentation oscaWidgets v0.9.5dev-20090212 documentation
ToscaWidgets Documentation oscaWidgets v0.9.5dev-20090212 documentation
tw.forms.fields w.forms v0.9.3dev-20090212 documentation
Building a Form with tw.forms w.forms v0.9.3dev-20090212 documentation
SQLAlchemy & Elixir w.forms v0.9.3dev-20090212 documentation
FAQ oscaWidgets rac w.forms
ToscaWidgets Documentation oscaWidgets v0.9.5dev-20090212 documentation
Raw WSGI oscaWidgets v0.9.5dev-20090212 documentation
tw.api oscaWidgets v0.9.5dev-20090212 documentation
toscawidgets date field - Google Search
Using Tosc

 

*2009.02.23 16:04:15 python authentication
PortableContacts - Google Search
Portable Contacts
OAuth - Google Search
OAuth — An open protocol to allow secure API authorization in a simple and standard method from desktop and web applications.
OAuth: Introduction
Open Social - Google Search
OpenSocial - Google Code
OpenSocial - Wikipedia, the free encyclopedia
pylons oauth - Google Search
TurboGears | Google Groups
TurboGears's support for OAuth - TurboGears | Google Groups
repoze.what - Google Search
repoze.what – Authorization for WSGI applications — repoze.what v1.0.4 documentation
repoze.who – WSGI Authentication Middleware — repoze.who v1.0.10 documentation
Middleware Responsibilities — repoze.who v1.0.10 documentation

 

*2009.02.23 15:33:21 python pylons forms
*2009.02.23 15:26:05 python frameworks grok sqlalchemy
Martijn Faassen - Google Search
Zope.org - Martijn Faassen's Page
Python Secret Weblog
Writing Blazing Fast, Infinitely Scalable, Pure-WSGI Utilities - Die in a Fire - Eric Florenzano’s Blog
Still Developing...
grok - Google Search
Grok - A Smashing Web Framework — Grok
Evaluate Grok — Grok
Components — Grok
grok sqlalchemy - Google Search
SQLAlchemy with Grok
Grok for Zope 3 developers — Grok
zope3 sqlalchemy - Google Search
Zope 3 wiki How do I use SQL Alchemy?
zope-alchemist - Google Code

 

*2009.02.23 15:24:26 python blog_and_cms
DISQUS | Terms and Privacy
Generic Code - DISQUS Wiki

 

*2009.02.23 15:23:45 python frameworks zope repoze grok plone
Repoze Components
repoze.bfg Introduction — repoze.bfg v0.6.9 documentation
plope - Inversion of Control In Web Frameworks
Ian Bicking: a blog :: Where Next For Plone Development?
Zope 3 wiki Component Architecture Overview
Topp Engineering » What Bothers Me About The Component Architecture
Zope 3 wiki Zope 3 wiki
Zope 2 wiki Zope 2 or Zope 3 ?

 

*2009.02.23 15:23:22 python frameworks turbogears

1.0/CRUDTemplate - TurboGears Documentation | http://www.google.com/search?hl=en&client=firefox-a&rls=org.mozilla%3Aen-US%3Aofficial&hs=wzJ&q=turbogears2+catwalk&btnG=Search | turbogears2 catwalk - Google Search | http://docs.turbogears.org/1.0/Catwalk | 1.0/Catwalk - TurboGears Documentation | http://turbogears.org/ | TurboGears: Front-to-Back Web Development | http://www.turbogears.org/2.0/docs/ | TurboGears Documentation: — TG2 v2.0b6 documentation | http://www.turbogears.org/2.0/docs/toc.html#validation-form-handling-and-form-widgets | Getting Started with TurboGears — TG2 v2.0b6 documentation | http://docs.turbogears.org/1.0/Toolbox | 1.0/Toolbox - TurboGears Documentation | http://www.turbogears.org/2.0/docs/index.html | TurboGears Documentation: — TG2 v2.0b6 documentation | http://www.turbogears.org/2.0/docs/main/DownloadInstall.html#installing-the-development-version-of-turbogears-2-from-source | How to install TurboGears 2 — TG2 v2.0b6 documentation | http://www.google.com/search?q=turbogears+2+tg-admin+toolbox&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a | turbogears 2 tg-admin toolbox - Google Search | http://turbogears.org/2.0/docs/main/WhatsNew.html | What’s new in TurboGears 2 — TG2 v2.0b6 documentation | http://turbogears.org/cogbin/ | TurboGears CogBin | http://www.turbogears.org/2.0/docs/main/QuickStart.html | Quickstarting a TurboGears 2 project — TG2 v2.0b6 documentation | http://www.turbogears.org/2.0/docs/main/Wiki20/wiki20.html | The TurboGears 2 Wiki Tutorial — TG2 v2.0b6 documentation | http://docs.turbogears.org/1.0 | 1.0 - TurboGears Documentation | http://www.turbogears.org/2.0/docs/toc.html#session-tracking | Getting Started with TurboGears — TG2 v2.0b6 documentation | http://www.turbogears.org/2.0/docs/toc.html#development-tools | Getting Started with TurboGears — TG2 v2.0b6 documentation | http://www.turbogears.org/2.0/docs/main/Profile.html#installing-repoze-profile | Profiling your app — TG2 v2.0b6 documentation

 

*2009.02.23 15:23:01 python frameworks crud
*2009.02.23 11:09:54 python pylons forms
*2009.02.23 09:43:36 python pylons forms
pylons form generation - Google Search
Jonathan Ellis's Programming Blog - Spyced: My half-baked thoughts on Python web frameworks
techspot.zzzeek.org Blog Archive Better Form Generation with Mako and Pylons
Form generation with Mako - Pylons Cookbook - PythonWeb
techspot.zzzeek.org Blog Archive Better Form Generation with Mako and Pylons
Daylife - A New Way to Explore the World
Jonathan Ellis's Programming Blog - Spyced: FormAlchemy 1.0
Welcome // Werkzeug

 

*2009.02.23 09:36:58 python pylons form_alchemy
formalchemy.forms – Form generation — FormAlchemy v1.2 documentation
formalchemy - Google Code
Mapper Configuration — SQLAlchemy 0.5.3 Documentation
Pylons integration — FormAlchemy v1.2 documentation
formalchemy.forms – Form generation — FormAlchemy v1.2 documentation
formalchemy render errors - Google Search
formalchemy.tables – Rendering collections — FormAlchemy v1.2 documentation
formalchemy.forms – Form generation — FormAlchemy v1.2 documentation
FormAlchemy | Google Groups
Issue 30 in formalchemy: Key Error in AbstractField._validate [with patch] - FormAlchemy | Google Groups
Trouble with second association on a form - FormAlchemy | Google Groups

 

*2009.02.20 15:56:15 python pylons tosca_widgets general form generation
pylons form generation - Google Search
Jonathan Ellis's Programming Blog - Spyced: My half-baked thoughts on Python web frameworks
techspot.zzzeek.org » Blog Archive » Better Form Generation with Mako and Pylons
Form generation with Mako - Pylons Cookbook - PythonWeb
techspot.zzzeek.org » Blog Archive » Better Form Generation with Mako and Pylons
Daylife - A New Way to Explore the World
Jonathan Ellis's Programming Blog - Spyced: FormAlchemy 1.0
Welcome // Werkzeug

 

*2009.02.20 15:54:52 python pylons tosca_widgets

spent a while today looking into tosca widgets, dbmechanics and db sprockets doesn't quite seem to be in the same place that form alchemy is

 

*2009.02.20 15:54:34 python pylons tosca_widgets
PylonsHQ - Blog
View templates Chapter (Pylons Book)
formalchemy - Google Code
Forms - Pylons Cookbook - PythonWeb
Django | Working with forms | Django Documentation
Max Ischenko’ blog » Blog Archive » Using django.newforms with Pylons
Django | Working with forms | Django Documentation
dbsprockets - Google Code
Source Checkout - dbsprockets - Google Code
toscawidgets - Google Search
ToscaWidgets: Test Driven Modular Ajax - PyCon 2009 - Chicago - A Conference for the Python Community
ToscaWidgets
Pylons — ToscaWidgets v0.9.5dev-20090212 documentation
Building a Form with tw.forms — tw.forms v0.9.3dev-20090212 documentation
Tutorials — tw.forms v0.9.3dev-20090212 documentation
SQLAlchemy & Elixir — tw.forms v0.9.3dev-20090212 documentation
ToscaWidgets Cookbook — TG2 v2.0b5 documentation
Adding Captcha to your Form — TG2 v2.0b5 documentation
reCAPTCHA: Stop Spam, Read Books
OpenLayers Map Widget — TG2 v2.0b5 documentation
Using tw.forms with Pylons. Part 1 — tw.forms v0.9.3dev-20090212 documentation

 

*2009.02.20 13:33:16 python pylons tosca_widgets
*2009.02.20 13:30:34 python pylons tosca_widgets

#2009.02.20 13:29:59 admin@one:/c/downloads/python hg clone http://toscawidgets.org/hg/ToscaWidgets/

 

*2009.02.20 11:38:06 python pylons tosca_widgets

downloading and trying out: sudo easy_install -zmaxd . ToscaWidgets sudo easy_install -zmaxd . tw.forms

 

*2009.02.20 10:12:09 python pylons form_alchemy
*2009.02.17 09:57:38 python pylons form_alchemy

 

*2009.02.17 09:31:23 python pylons form_alchemy
formalchemy pylons - Google Search
formalchemy.ext.pylons – Pylons extensions — FormAlchemy v1.1 documentation
Jonathan Ellis's Programming Blog - Spyced: FormAlchemy 1.0
Jonathan Ellis's Programming Blog - Spyced: FormAlchemy 1.1: admin app, composite key support
Forms - Pylons Cookbook - PythonWeb
formalchemy.forms – Form generation — FormAlchemy v1.1 documentation
formalchemy.forms – Form generation — FormAlchemy v1.1 documentation
Jonathan Ellis's Programming Blog - Spyced
formalchemy, no session found - Google Search
formalchemy admin many to many - Google Search
formalchemy - Google Code
QuickTutorial02 - formalchemy - A quick tutorial - Google Code
Faq - formalchemy - Faq - Google Code
formalchemy - Google Code
FormAlchemy | Google Groups
Is it possible to use FormAlchemy without binding a session? - FormAlchemy | Google Groups
Many to many validation - FormAlchemy | Google Groups
formalchemy - Google Code
Pylons integration — FormAlchemy v1.2 documentation
formalchemy.ext.pylons – Pylons extensions — FormAlchemy v1.2 documentation
formalchemy.forms – Form generation — FormAlchemy v1.2 documentation
InstallingFormAlchemy - formalchemy - Installing FormAlchemy - Google Code
formalchemy form.mako - Google Search

 

*2009.02.15 22:31:49 python pyjamas

was reading about pyjamas web UI framework for python based on WebKit still reading up on that

 

*2009.02.12 10:51:58 python pylons sqlalchemy

paster setup-app development.ini

 

*2009.02.12 10:26:16 python pylons sqlalchemy
  • The MetaData object Pylons uses is defined in model/meta.py so is accessed here as meta.metadata whereas in the previous chapter it was defined in the same file so the examples just used metadata.
  • Pylons generated the init_model() function when the project was created. It gets called after the engine has been created each time your application starts from config/environment.py to connect the model to the database.

Caution!

Pylons generates a project to use SQLAlchemy 0.4 but many users will want to use the newer SQLAlchemy 0.5 described in Chapter 7. They are very similar but the transactional=True argument to orm.sessionmaker() in init_model() is deprecated. Instead you should specify autocommit=False. This has exaclty the same behaviour but will not generate a deprecation warning.

change: model/meta.py # SQLAlchemy session manager. Updated by model.init_model() Session = scoped_session(sessionmaker(autoflush=True, autocommit=False))

 

*2009.02.12 10:02:42 python pylons sqlalchemy

#then offline in /c/downloads/python sudo easy_install -f . SQLAlchemy

 

*2009.02.11 16:10:18 python pylons sqlalchemy

cd /c/downloads/python/pylons-eggs sudo easy_install -zmaxd . easy_install -zmaxd . "SQLAlchemy >= 0.5, <=0.5.99"

 

*2009.02.04 19:50:06 system python install

nosetests | http://somethingaboutorange.com/mrl/projects/nose/ | sudo easy_install nose

 

*2009.01.23 13:19:52 administration publish other references pose python pylons
*2009.01.23 13:17:09 administration publish python modules

update information in setup.py of all modules (make sure README is in long_description = ) (good chance to update those with any changes made on public contextiskey site)

update version numbers of modules.

 

*2009.01.21 23:23:44 python testing

Unit testing is a good habit to get into. There are many unit testing frameworks for Python. Pylons uses one called nosetests and I have been very pleased with it. Here are a few notes I've collected on the topic:

 

*2009.01.21 10:23:06 system python install virtualenv

If you are on a shared system, Virtual Env may help isolate your Python instance from other Python instances on the system.

 

*2009.01.21 10:13:12 system python install imaging pil

The other component that you will need to install is the Python Imaging Library (often abbreviated as PIL).

Binaries for windows are available at the main site. Binary packages are much easier to install than from source.

For Mac OS X you can use ports, or find a binary package like the following: | http://pythonmac.org/packages/py25-fat/index.html | This also requires the 2.5 version of Python from python.org. (The one distributed with Leopard won't work)

also [2009.06.26 13:19:06] after installing the python from python.org, make sure that the python in the default path is using the latest python which python python -V should be 2.5.4

sudo rm /usr/bin/python sudo ln -s /usr/local/bin/python /usr/bin/python

sudo rm /usr/bin/pythonw sudo ln -s /usr/local/bin/pythonw /usr/bin/pythonw

See also: | http://code.google.com/appengine/docs/python/images/installingPIL.html

 

*2009.01.21 10:01:51 system python install

Python is included with many operating systems.

An easy way to check if your system already has Python is to open up a terminal / command prompt and type:

python -V

for example: python -V Python 2.5.2

If your operating system does not have Python installed, please visit: | http://www.python.org | For more information on downloading and installing Python for your system.

 

*2009.01.12 20:02:15 python pylons mako ajax toscawidgets
*2009.01.09 10:54:27 python pylons book
*2009.01.09 10:49:07 python pylons authentication
*2009.01.09 08:45:46 python pylons authentication
pylons authkit - Google Search
AuthKit with Pylons - AuthKit Cookbook - PythonWeb
Authentication and Authorization (Page Not Found) - Pylons Book - PythonWeb
Authentication and authorization Chapter (Pylons Book)
The Pylons Book
Toc Chapter (Pylons Book)

 

*2009.01.09 08:35:33 python google_app_engine maps api
Google Apps for business
Google Apps for business – messaging tools
Google Apps for business – collaboration tools
google maps api - Google Search
Google Maps
Google Maps API - Google Code

 

*2009.01.09 08:30:58 python pylons mako documentation

also downloaded to (see also) /charles/downloads/reference/mako-documentation.html

 

*2009.01.09 08:30:41 python pylons mako caching templates
pylons template cache - Google Search
Caching in Templates and Controllers - Pylons Official Docs - PythonWeb
Mako Documentation - Caching

 

*2009.01.09 08:27:43 python pylons forms file upload
pylons upload - Google Search
Hacking Pylons for handling large file upload - Pylons Cookbook - PythonWeb
A Better Way To Limit File Upload Size - Pylons Cookbook - PythonWeb
File Upload Progress Indicator for Pylons in Launchpad
Home - Pylons Official Docs - PythonWeb
Site Search - PythonWeb
Using twForms with Pylons. Part 1 - ToscaWidgets - PythonWeb
Form Handling - Pylons Official Docs - PythonWeb
ToscaWidgets

 

*2009.01.09 08:19:04 python regular_expression

see also /charles/downloads/reference/Regular Expression HOWTO.html

 

*2009.01.09 08:19:01 python regular_expression
*2008.12.16 16:12:09 python email imap
*2008.12.16 16:11:39 python pylons mako ajax
pylons render output from multiple controllers on one page - Google Search
techspot.zzzeek.org Blog Archive Ajax the Mako Way
View templates Chapter (Pylons Book)
Simplesite tutorial Chapter (Pylons Book)

 

*2008.12.16 16:11:28 python pylons mako
mako template global include - Google Search
Mako Problems
View templates Chapter (Pylons Book)
Mako Documentation - The Mako Runtime Environment

 

*2008.12.14 13:53:59 python package management discussion
*2008.12.10 10:00:49 python testing links
*2008.12.09 11:14:16 python testing

in pylons project directory, should just be able to run nosetests

 

*2008.12.09 08:39:56 python testing

if tests are not being run, be sure that the test_* files do not have the executable permission flag set on the filesystem

nose will IGNORE those!

#2008.12.09 08:38:33 sudo chmod -R 664 pose/tests/functional/*

make sure not to chmod the directory itself to 664... that will prevent the system from being able to browse dir!

 

*2008.12.01 02:05:50 python pylons references

currently reading pylons_book here may want to point pylons-book.txt here

 

*2008.11.27 11:55:09 python pylons
*2008.11.27 11:54:04 python publish_code google_code
*2008.11.26 12:22:47 python blog_and_cms feedparser
*2008.11.26 12:17:48 python facebook
*2008.11.25 10:00:11 python zope
Zope 3 wiki Zope 3 wiki
Ruby Gems, Python Eggs, and the beauty of unittest (dirtSimple.org)

 

*2008.11.25 09:59:32 python instant_messaging jabber xmpp

 

*2008.11.23 20:40:33 python blog_and_cms
*2008.11.23 20:33:44 python unicode
*2008.11.19 21:36:24 python
*2008.11.18 22:22:13 python publish_code

when creating a new template for a module, consider using: paster create

 

*2008.11.18 10:12:48 python unicode
*2008.11.18 10:12:13 python metaclasses py3k
python meta object - Google Search
Metaobject - Wikipedia, the free encyclopedia
A Primer on Python Metaclass Programming | O'Reilly Media
Unifying types and classes in Python 2.2
Python 3.0rc2 Release
What’s New in Python 3.0 — Python v3.0c2 documentation
Overview — Python v3.0c2 documentation
PEP 3000 -- Python 3000
What’s New in Python 3.0 — Python v3.0c2 documentation
PEP 3101 -- Advanced String Formatting
python shell library - Google Search
Projects tagged ‘python’ and ‘shell’ - Ohloh
hotwire
Reinteract
Reinteract - Trac

 

*2008.11.17 18:09:30 python publish_code

going to try out google code should be good for version control

 

*2008.11.17 15:45:38 python unicode
*2008.11.14 19:25 python search index text
*2008.11.13 12:08 python tag_clouds
*2008.11.12 17:46 python pylons content type static_files
*2008.11.11 14:51 python decoding itunes playlists plist
elementPlist - Google Search
Electric Duncan: Export iTunes Playlists as .m3u Files
Electric Duncan: iTunes Playtlist with cElementTree
Blogger: User Profile: Duncan McGreggor
Cog - News
VoodooPC: Blending Art, Innovation and Performance
Duncan McGreggor - Blendix
Twisted Matrix Laboratories
2343277326_6b9985be94_b.jpg (JPEG Image, 1024x576 pixels) - Scaled (99%)
Electric Duncan: Current and Future Happenings

 

*2008.11.09 21:28 python restructured_text
*2008.10.26 13:35 python backslash re forward slash
*2008.10.19 18:14 python media playback
niftyplayer - Google Search
NiftyPlayer - a small and simple Flash MP3 player!
FlashMP3alizer: Simple example
Microformats | Code & Tools
XFN: Introduction and Examples
XSPF Web Music Player (Flash) - Plays MP3 on your website
XSPF A Better Way to Play MP3s on your site
XSPF: XML Shareable Playlist Format: Quick Start
python xspf - Google Search
XSPF: XML Shareable Playlist Format: Applications
Xiph.org

 

*2008.10.19 16:49 python presentations s5 latest version

this is the most up to date version of S5 that I found | http://www.netzgesta.de/S5/references.php | S5 Reloaded • References

 

*2008.10.19 16:46 python presentations s5 pose

s5 presentations are now generated in pose | http://www.google.com/search?q=slide+show&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a | slide show - Google Search | http://www.slide.com/ | Slide - slideshows, slide shows, photo sharing, image hosting, widgets, MySpace codes, web publishing, music - Slide | http://www.codeplex.com/SlideShow | Slide.Show - Home | http://bighugelabs.com/flickr/slideshow.php | Slideshow: Create an online slideshow | http://www.vertigo.com/SlideShow.aspx | Vertigo: Slide.Show | http://en.wikipedia.org/wiki/Slideshow | Slideshow - Wikipedia, the free encyclopedia | http://en.wikipedia.org/wiki/Photo_slideshow_software | Photo slideshow software - Wikipedia, the free encyclopedia | http://www.google.com/search?hl=en&client=firefox-a&rls=org.mozilla%3Aen-US%3Aofficial&hs=Vxv&q=s5+full+screen&btnG=Search | s5 full screen - Google Search | http://meyerweb.com/eric/tools/s5/ | S5: A Simple Standards-Based Slide Show System | http://meyerweb.com/eric/tools/s5/primer.html | A Basic Primer in Using S5 | http://meyerweb.com/eric/tools/s5/structure-ref.html | S5 1.1 Reference | http://meyerweb.com/eric/tools/s5/structure-min.html | Minimal S5 Structure | http://meyerweb.com/eric/tools/s5/filemap.html | S5 File Map | http://meyerweb.com/eric/tools/s5/faq.html | S5 FAQ | http://dsandler.org/wp/archives/2006/03/08/s5-fullscreen-on-os-x | S5 fullscreen on OS X? | http://docutils.sourceforge.net/docs/user/slide-shows.html | Easy Slide Shows With reST & S5 | http://www.google.com/search?q=s5+autoplay&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a | s5 autoplay - Google Search | http://www.netzgesta.de/S5/references.php | S5 Reloaded • References | http://s5project.org/ | S5 Project | http://en.wikipedia.org/wiki/S5_(file_format) | S5 (file format) - Wikipedia, the free encyclopedia

 

*2008.10.17 12:43 python graphic_libraries

shoes is one for ruby

seems like I saw another one of these recently, can't remember where though

 

*2008.10.17 12:42 python graphic_libraries

see also wxpython

 

*2008.10.17 12:41 python

both of these have been completed at some point #2008.08.19 15:36 should be able to install everything offline via USB since ubuntu systems won't always have access

will also need good reference material available offline

#2008.07.07 09:11 virtualenv configure a virtualenv (and in this case install pylons)

 

*2008.10.17 11:30 python media playback
*2008.10.16 17:06 python media playback
open source flash media player - Google Search
Flowplayer / Downloads
XSPF Web Music Player (Flash) - Plays MP3 on your website
XSPF A Better Way to Play MP3s on your site
Where is Webjay? - Music

 

*2008.09.30 09:08 python pylons administration rename move app

Jonathan Vanasco Wed, 24 Sep 2008 08:20:09 -0700

I've had to do this before...

you'll want to rename the appropriate files / directories , and then replace all the module name instances in your project

ie: if your project is named ASDFGHJK , then you'll need to rename: /ASDFGHJK /ASDFGHJK/asdfhjk /ASDFGHJK/asdfhjk.egg-info

then do a s/ASDFGHJK/? on the files

there are lots of
import ASDFGHJK from ASDFGHJK import

if you're using a mac, TextWrangler has a great find/replace function that works on directories

if you're using subversion for version control, i generaly like to do it like this: 1- rename files 2- commit 3- find/replace text 4- commit

if you're using git or mercurial, i think you can do the commits in one step. svn needs them in two though.

 

*2008.09.22 21:23 python database
*2008.09.20 21:44 python jpeg

seems like the best way to do lossless image (jpeg) rotation in python is to use the commands jpegtrans and jhead, both open source, but command line. easy enough to wrap in a system call of sorts (subprocess.Popen)

see simple browser gallery for examples.

 

*2008.09.17 09:52 python blog_and_cms
*2008.09.16 21:09 python pylons administration

see also dreamhost pylons-deploy.txt

 

*2008.09.15 20:38 python pylons template models persistence sqlalchemy

forms are closely related to models

you'll need a way to persist the data.

if it's not tied to a specific directory of content, then it should probably be stored in a database of sorts to allow data lookup.

with pylons that probably means using sqlalchemy

if you didn't enable it in your project to begin with, you'll need to do so now following: | http://wiki.pylonshq.com/display/pylonsdocs/Using+SQLAlchemy+with+Pylons

set up meta.py set up model

init_model in __init

configure database string in config (development.ini) sqlalchemy.url = sqlite:///%(here)s/jb-dev.sqlite

environment.py websetup.py

don't forget! paster setup-app development.ini

 

*2008.09.15 20:38 python pylons new_pylons_app models persistence sqlalchemy

forms are closely related to models

you'll need a way to persist the data.

if it's not tied to a specific directory of content, then it should probably be stored in a database of sorts to allow data lookup.

with pylons that probably means using sqlalchemy

if you didn't enable it in your project to begin with, you'll need to do so now following: | http://wiki.pylonshq.com/display/pylonsdocs/Using+SQLAlchemy+with+Pylons

set up meta.py set up model

init_model in __init

configure database string in config (development.ini) sqlalchemy.url = sqlite:///%(here)s/jb-dev.sqlite

environment.py websetup.py

don't forget! paster setup-app development.ini

 

*2008.09.15 13:44 python pylons template forms

to start working with forms, you will new to methods to a class... one to show the form, one to handle the form.

you will also need to import the validate code. (formencode)

layouts and other form validation can be stored with other model code (I'm torn if that is more UI or model validation... pylons seems to go with model validation).

Pylons comes with an easy to use validate decorator, imported by default in your lib/base.py. Using it in your controller is pretty straight-forward:

#this gets the validate decorator. from pylons.decorators import *

 

*2008.09.15 13:44 python pylons new_pylons_app forms

to start working with forms, you will new to add methods to a class... one to show the form, one to handle the form.

you will also need to import the validate code. (formencode)

layouts and other form validation can be stored with other model code (I'm torn if that is more UI or model validation... pylons seems to go with model validation).

Pylons comes with an easy to use validate decorator, imported by default in your lib/base.py. Using it in your controller is pretty straight-forward:

#this gets the validate decorator. from pylons.decorators import *

 

*2008.09.12 09:52 python pylons template

once you have a basic pylons instance created, there are a few things that need to be configured for most sites to get started.

This seems beyond the scope of a basic installation document, but nonetheless should be documented.

from root of project:

 

*2008.09.11 18:02 python pylons template

paster controller name-of-new-controller

start with a main controller:

for simple sites this may be enough. (i.e. sites with only one level deep) for these sites it seems like over kill to make a separate controller for each page if there is really only an index page for each one.

some might argue to just stick with a templating system for a simple site, but just incase needs grow in the future, it is nice to have a framework in place. Pylons doesn't add a lot of bloat to even a simple site... so why not. Also keeps things consistent across projects.

make images and css directories in public:

remove public index.html (otherwise it will be default)

add standard templates

update routes

 

*2008.09.11 18:02 python pylons new_pylons_app controllers

paster controller name-of-new-controller

start with a main controller:

for simple sites this may be enough. (i.e. sites with only one level deep) for these sites it seems like over kill to make a separate controller for each page if there is really only an index page for each one.

It may be adequate to stick with a template system (i.e. manual static, sphynx, webby) for a simple site. On the other hand, if you're comfortable with python and needs grow in the future, it is nice to have a framework in place. Pylons doesn't add a lot of bloat to even a simple site. A framework keeps things consistent across projects.

 

*2008.09.11 17:59 python google_app_engine app engine
google app engine - Google Search
Google App Engine - Google Code
Google App Engine FAQs - Google App Engine - Google Code
What Is Google App Engine? - Google App Engine - Google Code

 

*2008.09.11 10:20 python wxpython
*2008.09.11 10:18 python pyroom
*2008.09.08 09:08 python presentations
*2008.09.08 09:07 python xml
*2008.09.08 09:06 python graphs_trees_hierarchy
*2008.09.07 13:03 python turbogears
turbo gears - Google Search
TurboGears: Front-to-Back Web Development
turbo gears pylons - Google Search
TurboGears - Wikipedia, the free encyclopedia
Planet Turbogears
Turbogears now based on Pylons! - pylons-discuss | Google Groups
Contributing - TurboGears Documentation
1.0 - TurboGears Documentation
1.0/GettingStarted/BigPicture - TurboGears Documentation

 

*2008.09.04 16:41 python blog_and_cms pybloxsom
Double Dose
publish to word press via atom - Google Search
publish to wordpress via atom - Google Search
posting to wordpress via ruby and atompub « processi
python atom publish - Google Search
atomixlib: A Python Atom generator
Atom + python - SWiK
Ian Bicking: a blog :: Atom Publishing Protocol: Atompub
Atom Protocol Exerciser
amplee - deFuze.org - Trac
amplee/Tutorial-0.6.x - deFuze.org - Trac
Python Package Index : Amara 1.2.0.2
4suite.org
atom-protocol-python | Google Groups
Microblogging in Python... some ideas and code - atom-protocol-python | Google Groups
atompub - Google Search
Atom
The Atom Publishing Protocol
pybloxsom on dreamhost - Google Search
The Geekess - Linux, bicycling, open source, gardening, amateur rockets, and other seemingly unrelated hobbies.
Re: tagging for dummies?
PyBlosxom - main site
PyBlosxom - main site
PyBlosxom - main site
PyBlosxom - main site
Advogato: Personal info for murrayc
Munich Blogs

 

*2008.09.04 12:55 python md5 du stat
*2008.09.04 12:54 python open_erp
*2008.09.04 12:53 python element_tree
*2008.09.04 12:52 python element_tree
python element tree - Google Search
ElementTreeOverview
Elements and ElementTrees
XPath Support inElementTree
XML Path Language (XPath)
python hierarchical - Google Search
PyTables - Hierarchical Datasets in Python
XML Matters: Process XML in Python with ElementTree
The ElementTree iterparseFunction
The cElementTreeModule
python iterator - Google Search
3.5 Iterator Types
Property List Programming Guide for Cocoa: XML Property Lists
Namespaces in XML 1.0 (Second Edition)
XML Namespaces
Shared hosting plans - WebFaction
Python 101 -- Introduction to Python

 

*2008.08.27 22:16 python virtualenv

instructions for using virtualenv.py in cur directory

C:>C:Python25python.exe "C:Documents and SettingsAdministratorDesktopvirt ualenv-1.0virtualenv.py" sandbox New python executable in sandboxScriptspython.exe Installing setuptools...............................done.

virtualenv.py [virtualenv-name] virtualenv.py tiny

cd [virtualenv-name] cd tiny source bin/activate

 

*2008.08.26 12:26 python media playback

ultimately, for media playback, probably just want to focus on generating playlists that can be used in any player (m3u) and the mechanisms to send/synchronize data.

this way it shouldn't matter what the user has installed.

 

*2008.08.26 12:24 python game pygame

after doing some exhaustive searches looks like the tools used in subcircuit are still some of the best available as far as mp3 decoding is concerned pymad

other options include: pymedia pygame

streaming media - Google Search
Streaming media - Wikipedia, the free encyclopedia
List of streaming media systems - Wikipedia, the free encyclopedia
FFmpeg - Wikipedia, the free encyclopedia
python streaming media - Google Search
Open Source P2P Video Streaming Software
Streaming audio over TCP with python-gstreamer - Lone Wolves - Web, game, and open source development
Fabrice Bellard - Wikipedia, the free encyclopedia
python play mp3 - Google Search
a pure python mp3 player?
PyMedia - Python module for avi, mp3, dvd, wma, ogg processing - pymedia_tut
SourceForge.net: PyMedia
sources
PyMedia - Python module for avi, mp3, dvd, wma, ogg processing - pymedia_tut
PyMedia - Python module for avi, mp3, dvd, wma, ogg processing - pymedia
pymedia osx - Google Search
pydfb - Google Search
pygame - python game development
comp.lang.python: Re: play mp3 files from python
Re: [pygame] MP3 and pygame :: ASPN Mail Archive :: pygame-users
mixer - Pygame Documentation
movie - Pygame Documentation
MPlayer - Wikipedia, the free encyclopedia
pygame - python game development
Pygame Installation
pygame - python game development
Simple DirectMedia Layer
Simple DirectMedia Layer
Simple DirectMedia Layer
August Black
Simple DirectMedia Layer
Simple DirectMedia Layer
Ubuntu -- Package Search Results -- pygame
Ubuntu -- Details of package python-pygame in gutsy

 

*2008.08.26 11:29 python pymedia

pymad instead:

download unpack make sure libmad and libmad-dev are installed

./config_unix.py

sudo python setup.py install

 

*2008.08.26 11:10 python pymedia

giving this a try since pygame sounded so bad for audio

downloaded source file:

extracted

tried: sudo python setup.py build

Using UNIX configuration...

OGG : not found VORBIS : not found FAAD : not found MP3LAME : not found VORBISENC : not found ALSA : not found

libogg-dev - Ogg Bitstream Library Development libogg0 - Ogg Bitstream Library libvorbis-dev - The Vorbis General Audio Compression Codec (development files) libvorbis0a - The Vorbis General Audio Compression Codec libvorbisenc2 - The Vorbis General Audio Compression Codec liblame-dev - LAME Ain't an MP3 Encoder liblame0 - LAME Ain't an MP3 Encoder libfaad2-0 - freeware Advanced Audio Decoder - runtime files libfaad2-dev - freeware Advanced Audio Decoder - development files libalsaplayer-dev - PCM player designed for ALSA (interface library, development files) libalsaplayer0 - PCM player designed for ALSA (interface library)

libvorbisfile3 - The Vorbis General Audio Compression Codec

libogg-dev - Ogg Bitstream Library Development libogg0 - Ogg Bitstream Library libvorbis-dev - The Vorbis General Audio Compression Codec (development files) libvorbis0a - The Vorbis General Audio Compression Codec libvorbisenc2 - The Vorbis General Audio Compression Codec liblame-dev - LAME Ain't an MP3 Encoder liblame0 - LAME Ain't an MP3 Encoder libfaad2-0 - freeware Advanced Audio Decoder - runtime files libfaad2-dev - freeware Advanced Audio Decoder - development files libalsaplayer-dev - PCM player designed for ALSA (interface library, development files) libalsaplayer0 - PCM player designed for ALSA (interface library)

 

*2008.08.25 12:23 python ipython

cd charles_b/external/python/ cd ipython-0.9.beta3 sudo python setup.py install ipython

 

*2008.08.25 12:22 python ipython

downloaded last weekend

Index of /dist/testing
Documentation - IPython
IPython Documentation — IPython v0.9.beta3 documentation
Quick IPython tutorial — IPython v0.9.beta3 documentation
FAQ - IPython
ONLamp.com -- Enhanced Interactive Python with IPython

 

*2008.08.18 15:07 python game pygame

pygame, custom interface write language to enable tests

interface should show different USBs... can see last known state of them

 

*2008.08.18 10:52 python blog_and_cms microblogging
*2008.08.18 10:51 python authentication openid
*2008.07.24 11:14 python pylons administration
*2008.07.23 14:30 python pylons references book
pylons display message if exists - Google Search
Authentication and Authorization - Pylons Cookbook - PythonWeb
Simplesite tutorial Chapter (Pylons Book)
#405 ([Patch] Split up @validate) – Pylons – Trac
Toc Chapter (Pylons Book)
Javascript and ajax Chapter (Pylons Book)
Getting started Chapter (Pylons Book)
Urls routing and dispatch Chapter (Pylons Book)

 

*2008.07.17 11:52 python restructured_text

#http://docutils.sourceforge.net/docutils/examples.py def html_parts(input_string, source_path=None, destination_path=None,

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

Unexpected indentation.
input_encoding='unicode', doctitle=1, initial_header_level=1):

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

Block quote ends without a blank line; unexpected unindent.

""" Given an input string, returns a dictionary of HTML document parts.

Dictionary keys are the names of parts, and values are Unicode strings; encoding is up to the client.

Parameters:

  • input_string: A multi-line text string; required.
  • source_path: Path to the source file or object. Optional, but useful for diagnostic output (system messages).
  • destination_path: Path to the file or object which will receive the output; optional. Used for determining relative paths (stylesheets, source links, etc.).
  • input_encoding: The encoding of input_string. If it is an encoded 8-bit string, provide the correct encoding. If it is a Unicode string, use "unicode", the default.
  • doctitle: Disable the promotion of a lone top-level section title to document title (and subsequent section title to document subtitle promotion); enabled by default.
  • initial_header_level: The initial level for header elements (e.g. 1 for "<h1>").

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

Bullet list ends without a blank line; unexpected unindent.

""" overrides = {'input_encoding': input_encoding,

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

Unexpected indentation.
'doctitle_xform': doctitle, 'initial_header_level': initial_header_level}

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

Block quote ends without a blank line; unexpected unindent.
parts = core.publish_parts(
source=input_string, source_path=source_path, destination_path=destination_path, writer_name='html', settings_overrides=overrides)

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

Definition list ends without a blank line; unexpected unindent.

return parts

def html_body(input_string, source_path=None, destination_path=None,
input_encoding='unicode', output_encoding='unicode', doctitle=1, initial_header_level=1):

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

Block quote ends without a blank line; unexpected unindent.

""" Given an input string, returns an HTML fragment as a string.

The return value is the contents of the <body> element.

Parameters (see html_parts() for the remainder):

  • output_encoding: The desired encoding of the output. If a Unicode string is desired, use the default value of "unicode" .

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

Bullet list ends without a blank line; unexpected unindent.

""" parts = html_parts(

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

Unexpected indentation.
input_string=input_string, source_path=source_path, destination_path=destination_path, input_encoding=input_encoding, doctitle=doctitle, initial_header_level=initial_header_level)

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

Block quote ends without a blank line; unexpected unindent.

fragment = parts['html_body'] if output_encoding != 'unicode':

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

Unexpected indentation.
fragment = fragment.encode(output_encoding)

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

Block quote ends without a blank line; unexpected unindent.

return fragment

def text2html(content):

""" not sure if there is a way to do this with docutils, but just want to have html line breaks where there are new lines (n -> <br />n) """ #http://docutils.sourceforge.net/docs/user/rst/quickref.html new = '' for line in content.split('n'):

#s matches whitespace #S matches alphanumeric # #if it has characters, make it a 'line block' #http://docutils.sourceforge.net/docs/user/rst/quickref.html if re.search('S', line):

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

Unexpected indentation.
new += "| " + line + 'n'

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

Block quote ends without a blank line; unexpected unindent.

html = html_body(new) return literal(html)

 

*2008.07.17 08:25 python decorators

 

*2008.07.16 12:13 python pylons administration
paster server apache - Google Search
Paste Script — Paste Script v1.6.3 documentation
Deployment Chapter (Pylons Book)

 

*2008.07.16 12:12 python pylons database elixir
*2008.07.16 12:09 python pylons database sqlite
Instance is not persisted sqlalchemy - Google Search
SQLAlchemy 0.4 Documentation - module sqlalchemy.orm.session
sqlite show tables - Google Search
sqlite3: A command-line access program for SQLite databases

 

*2008.07.16 12:09 python pylons sqlalchemy sqlite
Instance is not persisted sqlalchemy - Google Search
SQLAlchemy 0.4 Documentation - module sqlalchemy.orm.session
sqlite show tables - Google Search
sqlite3: A command-line access program for SQLite databases

 

*2008.07.16 11:22 python pylons administration

paster serve --stop-daemon

 

*2008.07.16 09:51 python pylons administration
paster make-config "SimpleSite==0.3.0" production.ini
paster make-config "ffm" production.ini

 

*2008.07.16 09:49 python pylons administration

this picks up where installation leaves off

overlap is in starting server:

paster serve --reload development.ini

 

*2008.07.14 17:32 python pylons administration paster daemon server serve

figure out how to run server as a daemon pass --deamon to paster serve: paster serve --daemon --reload development.ini paster serve --daemon --reload production.ini

 

*2008.07.14 16:33 python testing debugging

import pdb; pdb.set_trace()

in pylons import nose; nose.tools.set_trace() or nosetests --nocapture --with-pylons=test.ini from comments in: http://wiki.pylonshq.com/display/pylonsdocs/Unit+Testing or python setup.py nosetests

 

*2008.07.14 14:10 python blog_and_cms pyblosxom
*2008.07.14 11:25 python restructured_text
restructuredtext add line breaks - Google Search
Python Package Index : Index of Packages Matching 'templates'
Python Package Index : rest2web 0.5.0 Final
README: Docutils
Docutils Front-End Tools
Docutils Front-End Tools
The Docutils Publisher
The Docutils Publisher
Docutils Front-End Tools
Writing HTML (CSS) Stylesheets for Docutils
Docutils FAQ (Frequently Asked Questions)
Docutils FAQ (Frequently Asked Questions)
Docutils FAQ (Frequently Asked Questions)
Quick reStructuredText
python regular expressions - Google Search
4.2 re -- Regular expression operations
Regular Expression HOWTO

 

*2008.07.14 08:02 python restructured_text

adding in helpers to memory/web/browser/lib/helper.py

 

*2008.07.13 09:46 python restructured_text
*2008.07.11 09:38 python blog_and_cms
python blog software - Google Search
PythonBlogSoftware - PythonInfo Wiki
Python blogging software
Baltimore Squirrels
Byteflow Blog Engine - Trac
WordPress › Blog Tool and Weblog Platform
blogmaker - Google Code
Pylogger - Python Blogging Software
Frog - Python web logging software
midtoad’s mess.ages » Python programmers don’t (all) blog with python
Python powered blogging software - Python Ireland | Google Groups
Firedrop2 the Python Blog Client
rest2web - The Site Builder
PyBlosxom - main site

 

*2008.07.10 20:05 python virtualenv
pylons virtualenv - Google Search
Python Package Index : virtualenv 1.1
Using a Virtualenv Sandbox - Pylons Cookbook - PythonWeb
pylons controller - Google Search
Welcome to Pylons’ documentation! — Pylons v0.9.7 documentation
Pylons
Bel-EPA :: Welcome

 

*2008.07.10 20:03 python pylons mako
Pylons Python Web Framework
Pylons Python Web Framework - Docs
Home - Pylons Official Docs - PythonWeb
Mako for people in a hurry - Pylons Cookbook - PythonWeb
Mako Templates for Python
welcome to Mako!
Mako Documentation - Syntax
Form Handling - Pylons Official Docs - PythonWeb
WebHelpers -- Module Reference
FormEncode -- Module Reference
Introducing HInclude

 

*2008.07.10 20:02 python blog_and_cms
turbogears CMS - Google Search
blog.brianbeck.com, RTA Schedule 2.0 - brian's blog
Pagoda CMS: Using Python to build a CMS that doesn't suck.
pagoda cms - Google Search
Pagoda: A first-class plugin-based content management system
/pagoda/trunk/Pagoda/pagoda/plugins - PagodaCMS - Trac
Brian Beck's Text Adventure
techspot.zzzeek.org
blog.reddit -- what's new on reddit: reddit goes open source

 

*2008.07.10 10:25 python pylons references
pylons sqlalchemy - Google Search
Home - Pylons Official Docs - PythonWeb
Home - Pylons Cookbook - PythonWeb
Making a Pylons Blog - Pylons Cookbook - PythonWeb
Accessing your model outside of Pylons - Pylons Cookbook - PythonWeb
Using SQLAlchemy with Pylons - Pylons Official Docs - PythonWeb
What's new in Pylons 0.9.7? - Pylons Cookbook - PythonWeb

 

*2008.07.10 10:22 python pylons database migrations
*2008.07.09 11:46 python blog_and_cms
*2008.07.07 18:32 python pylons REST controller
paster restcontroller - Google Search
ROTR » Blog Archive » Pylons controller template for REST
Representational State Transfer - Wikipedia, the free encyclopedia
How map.resource enables controllers as services - Pylons Cookbook - PythonWeb
pylons.commands – Command line functions — Pylons v0.9.7 documentation

 

*2008.07.07 14:12 python pylons sqlalchemy elixir
*2008.07.06 12:31 python pyroom
*2008.07.06 11:38 python restructured_text

restructured text is part of the docutils library

in that library, there are scripts to do conversions in examples:

#2008.07.06 11:43:02 ubuntu@ubuntu:~ sudo easy_install docutils

edit: /usr/bin/rst2html.py # EASY-INSTALL-SCRIPT: 'docutils==0.4','rst2html.py' __requires__ = 'docutils==0.4' import pkg_resources pkg_resources.run_script('docutils==0.4', 'rst2html.py')

/usr/lib/python2.5/site-packages/ cd /usr/lib/python2.5/site-packages/docutils-0.4-py2.5.egg/docutils/

from docutils.core import publish_cmdline, default_description

description = ('Generates HTML from standalone reStructuredText '
'sources (for testing purposes). ' + default_description)

publish_cmdline(writer_name='html', description=description)

vi core.py

 

*2008.07.05 11:10 python blog_and_cms turbogears cms blog
*2008.07.03 13:05 python blog_and_cms aggregators
python aggregator - Google Search
List of blogging terms - Wikipedia, the free encyclopedia
Aggregator - Wikipedia, the free encyclopedia
Simple Python Aggregator
SpycyRoll
Blogging in the wind: Planet Express 0.1
Planet Feed Reader
OPML Parser python - Google Search
[Python / OPML] Jaeger's OPML Parser « Ranting and Roaring
Onaswarm
Python Package Index : opml 0.5
OPML to HTML: Parsing a list of feeds | Field Guide to Programmers

Docutils System Messages

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

Unknown target name: "planet_express".

 

*2008.07.03 13:04 python pylons advanced tools references best_practices
*2008.07.03 13:02 python blog_and_cms pylons blog references
turbogears based blog - Google Search
Blog, CMS, and Wiki software - Pylons Projects - PythonWeb
Site Search - PythonWeb
Making a Pylons Blog - Pylons Cookbook - PythonWeb
Concepts of Pylons - Pylons Cookbook - PythonWeb
Blogging with Django/Turbogears? « dreamcatching
Frog - Python web logging software
About « dreamcatching

 

*2008.06.30 15:19 python package new setuptools egg create module
*2008.06.30 07:13 python pylons

pylons informational links | http://www.google.com/search?hl=en&q=pylons+based+blog&start=20&sa=N | pylons based blog - Google Search | http://blog.micampe.it/articles/2006/11/26/a-tale-of-pylons-python-and-fastcgi-on-dreamhost | A tale of Pylons, Python and FastCGI on Dreamhost | http://blog.micampe.it/ | Michele Campeotto | http://diffle-history.blogspot.com/2007/12/pylons-and-django.html | Diary of a Failed Startup: Pylons and Django | http://my.opera.com/WebApplications/blog/index.dml/tag/Pylons | Pylons - Web Applications Blog | http://truefalsemaybe.com/2008/06/authorization-in-pylons-with-repozewho-part-1-htaccess/ | Authorization in Pylons with Repoze.who (Part 1 - HTAccess) | http://mgratzer.topmind.at/2007/07/04/pylons-framework-as-ruby-on-rails-opponend/ | mgratzer’s Blog » Blog Archive » Pylons Framework as Ruby on Rails opponend | http://www.rexx.com/~dkuhlman/pylons_quick_site.html#creating-an-application | Pylons Quick Site Development | http://www.pylonscasts.com/ | Welcome :: Pylons Screencasts | http://swik.net/pylons | pylons - SWiK | http://www.devchix.com/2007/08/16/restful-thoughts-on-a-web-20-python-project/ | » RESTful Thoughts on a Web 2.0 Python Project - DevChix - Blog Archive | http://wiki.pylonshq.com/display/pylonscookbook/A+Pylons+Controller+with+Trac+as+WSGI+Callable | A Pylons Controller with Trac as WSGI Callable - Pylons Cookbook - PythonWeb | http://wiki.pylonshq.com/display/pylonsdocs/Form+Handling | Form Handling - Pylons Official Docs - PythonWeb

 

*2008.06.29 07:17 python pylons restcontroller

looking in to a CRUD like scaffolding generation script for pylons. didn't see much out there. maybe it's best just to create manually, so you don't have to weed out unnecessary code.

pylons admin generator - Google Search
pails-admin - Google Code
pails-admin - Google Code
crud and dbsprockets problem on tg2 - TurboGears Trunk | Grupos de Google
Paste Script — Paste Script v1.6.3 documentation
News: Paste Script — Paste Script v1.6.3 documentation
URL Parsing With WSGI And Paste — Paste v1.7.1 documentation
Misapplying book terms, Pylons, and the 'end-user'
Django | Weblog | Quote of the day

 

*2008.06.07 16:47 python buildout recipies
static files plone - Google Search
plone PLoneExFile - Google Search
Buildout Plone Python Zope Deployment — Blogs, Pictures, and more on WordPress
iw.recipe.fss : a recipe to install File System Storage « Carpet Python
Managing projects with zc.buildout — Plone CMS: Open Source Content Management
Python Package Index : Index of Packages Matching 'recipe'
Python Package Index : iw.recipe.fss 0.1c
Python Package Index : plone.recipe.apache 0.1.0
Python Package Index : iw.recipe.cmd 0.3

 

*2008.06.07 15:51 python deliverance
Deliverance Introduction - deliverance - OpenPlans
Specification for Deliverance - deliverance - OpenPlans

 

*2008.05.29 20:01 python presentations

presentation

 

*2008.04.24 11:44 python presentations

Okay, you probably already know the ol’ Command-Shift-3 shortcut for taking a screen capture of your entire screen, and you may even know about Command-Shift-4, which gives you a crosshair cursor so you can choose which area of the screen you want to capture. But perhaps the coolest, most-secret hidden capture shortcut is Control-Command-Shift-3 (or 4), which, instead of creating a file on your desktop, copies the capture into your Clipboard memory, so you can paste it where you want. (I use this to paste screen captures right into Photoshop.)

Also don't forget Ctl + 2 finger scroll to zoom in!!

 

*2008.04.24 11:04 python presentations research

figure out keynote or other presentation software... plone?? google python slide show presentation

 

*2008.03.15 10:41 python pylons
*2008.03.15 10:40 python pylons
*2007.12.11 13:35 python zope

need to migrate any zope settings over to auralex so it can be worked on there too.

 

*2007.11.09 15:20 python

from journal_parser import * [l, j] = main()

 

*2007.11.09 15:15 python update osx config

need to update interpreter, a lot seems to have changed since then <A HREF="http://www.google.com/search?client=firefox-a&rls=org.mozilla%3Aen-US%3Aofficial&channel=s&hl=en&q=python+mac+osx&btnG=Google+Search" ADD_DATE="1194639595666"> python mac osx - Google Search</A> <A HREF="http://wiki.python.org/moin/MacPython" ADD_DATE="1194639595666"> MacPython - PythonInfo Wiki</A> <A HREF="http://www.python.org/download/mac/" ADD_DATE="1194639595666"> Python on the Macintosh</A> <A HREF="http://www.pythonmac.org/packages/py25-fat/index.html" ADD_DATE="1194639595666"> Mac OS X Python Packages for Universal Python 2.4 on Mac OS X 10.3.9 and later (Intel and PPC)</A>

 

*2007.11.09 11:54 python ipython end
*2007.11.09 11:30 python ipython

Please read the sections 'Initial Configuration' and 'Quick Tips' in the IPython manual

looks like ipython requires readline library too... grrr. To build/install readline 5.1:

gnutar xfvzp readline-5.1.tar.gz cd readline-5.1 ./configure --disable-shared --enable-static sudo make install cd ../readline-0.0.0 sudo python setup.py install

that got it!

 

*2007.11.09 11:28 python ipython osx config command_history

installing iPython for better interactive shell.

python setup.py build sudo python setup.py install

found references to iPython and installed that

<A HREF="http://www.friday.com/bbum/2006/03/06/python-mac-os-x-and-readline/" ADD_DATE="1194625594444"> bbum’s weblog-o-mat » Blog Archive » Python, Mac OS X, and Readline.</A> <A HREF="http://ipython.scipy.org/moin/Donload" ADD_DATE="1194625594444"> Download - IPython</A> <A HREF="http://ipython.scipy.org/dist/" ADD_DATE="1194625594445"> Index of /dist</A> <A HREF="http://ipython.scipy.org/dist/ipython.el" ADD_DATE="1194625594445"> | http://ipython.scipy.org/dist/ipython.el</A>

 

*2007.11.09 11:00 python ipython config command_history

wanted interpreter history in python.

after looking, it didn't look like there was a simple way to get command history on the mac using built in interpreter.

<A HREF="http://www.google.com/search?hl=en&client=firefox-a&channel=s&rls=org.mozilla%3Aen-US%3Aofficial&hs=NfB&q=python+interpreter+history+mac+osx&btnG=Search" ADD_DATE="1194625594442"> python interpreter history mac osx - Google Search</A> <A HREF="http://kdl.cs.umass.edu/proximity/" ADD_DATE="1194625594442"> Proximity Software</A> <A HREF="http://my.opera.com/alecmg/blog/2007/03/30/add-history-and-completion-to-python-in" ADD_DATE="1194625594442"> Add history and completion to python interpreter - Alec's page - by Alec</A> <A HREF="http://my.opera.com/alecmg/blog/2006/10/25/adjust-your-monitor-brightness" ADD_DATE="1194625594442"> Adjust your monitor brightness - Alec's page - by Alec</A> <A HREF="http://www.google.com/search?q=python+readline&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a" ADD_DATE="1194625594443"> python readline - Google Search</A> <A HREF="http://www.peterbe.com/To-readline-or-readlines" ADD_DATE="1194625594443"> To readline() or readlines() - Peterbe.com (Peter Bengtsson on Python, Zope, Kung Fu, London and photos)</A> <A HREF="http://docs.python.org/lib/module-rlcompleter.html" ADD_DATE="1194625594443"> 15.8 rlcompleter -- Completion function for GNU readline</A>

 

*2007.11.08 09:10 python end
*2007.11.08 09:06 python frameworks bookmarks
*2007.11.08 08:51 python turbogears bookmarks
*2007.11.08 08:48 python pylons wsgi bookmarks
*2007.11.07 17:48 python end
*2007.11.07 17:45 python end
*2007.11.07 17:41 python tags

this specific entry is now on the subcircuit profile, but it should be noted that this is actually a todo list for the python profile now... ah... maybe there should be a python todo

 

*2007.11.07 17:24 python complete mode mac

not emacs... mac laptop it is currently named subcircuit, need to rename it to python switched into this mode... see todo's there for further detail [link in]