*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.10.15 16:20:41 system macosx

system preferences -> Dock Automatically hide and show the Dock (once you have quicksilver, dock isn't as helpful)

 

*2009.07.30 12:54:29 system macosx

export LOCALPATH=/c cd $LOCALPATH/code/python/launcher sudo python setup.py develop

 

*2009.07.30 12:51:09 system macosx

stopping here waiting to see what pose_local will offer (glue, pyglet)

 

*2009.07.30 12:50:45 system macosx

export LOCALPATH=/c #keeping these here so they can be further developed locally cd $LOCALPATH/code/python/osbrowser sudo python setup.py develop cd $LOCALPATH/code/python/medialist sudo python setup.py develop

 

*2009.06.23 13:54:50 system macosx

export LOCALPATH=/c cd $LOCALPATH/code/python/moments/ sudo python setup.py develop

 

*2009.06.22 10:38:53 system macosx

NOTE: these instructions are in currently reverse chronological order... start at the bottom (or reverse them)

 

*2009.06.21 14:18:04 system macosx

install python interpreter. (MacPython) /c/code/python/install.txt also [2009.02.11 13:40:49] add python applications to path: /Library/Frameworks/Python.framework/Versions/Current/bin/ (gets added to the account that installs python, but not to other accounts... be sure to add it to default (or install python from default)

 

*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.02.05 10:34:19 system macosx

install pylons: sudo easy_install pylons

or from local paths: code/python/pylons/install.txt cd $USBPATH/downloads/python/simplejson-2.0.9 sudo python setup.py install

#install pylons environment from eggs here. cd $USBPATH/downloads/python/pylons-eggs-2.6 sudo easy_install -f . Pylons #sudo easy_install -f . wsgiref

cd $USBPATH/downloads/python/formalchemy-eggs-2.6 sudo easy_install -f . formalchemy

install pose: #install pose cd $LOCALPATH/code/python/pose sudo python setup.py develop #could start a local pose instance, then firefox, but this is system specific

 

*2009.02.03 20:44:56 system macosx thunderbird

download thunderbird! open, add basic accounts

 

*2009.02.03 20:43:38 system macosx terminal

change settings in Terminal change Basic profile itself, (rather than changing what settings are used when starting a new window... those are not applied to new tabs.)

 

*2009.02.03 14:46:51 system macosx

if not using iDisk, remove it from DEVICES list in Finder (drag it off of list)

 

*2009.02.03 10:49:16 system macosx downloads

move any downloaded files to your new Context cd mkdir -p /c/downloads/macosx ls Desktop mv ~/Desktop/* /c/downloads/macosx/

and backup to USB for future use: rsync -av /c/downloads $USBPATH/downloads/

 

*2009.01.31 12:38:47 system macosx

apply any other personal settings to your system

 

*2009.01.31 12:38:17 system macosx

consider making a default account with what you've done for here

 

*2009.01.31 12:33:39 system macosx context

#install a context from contextiskey.com: hg clone http://bitbucket.org/context/context/ /c #or use a local copy #hg clone /Volumes/CONTEXT/ /c

#updating working directory #549 files updated, 0 files merged, 0 files removed, 0 files unresolved cd cp /c/.bashrc .bash_profile ln -s /c/code/lisp/.emacs .emacs ln -s /c/code/lisp/.emacs.d .emacs.d ln -s /c/.exrc .exrc

open up your text editor open up the first set of files in /c/instances.txt

 

*2009.01.30 12:17:11 system macosx
*2009.01.30 12:17:06 system macosx mercurial
download mercurial
install mercurial
which hg

 

*2009.01.30 12:00:54 system macosx quicksilver

download quicksilver install it add it to Account Preferences->Login Items change System Preferences->Keyboard & Mouse->Keyboard Shorcuts uncheck "Show Spotlilght search field" set Quicksilver key to Command-Space change Quicksilver->Preferences->Appearance->Command Interface to: Bezel add quicksilver launcher to dock

 

*2009.01.30 11:32:20 system macosx firefox

-download latest firefox (mozilla.org) | http://en.www.mozilla.com/en/firefox/ | see firefox.txt for configuration notes

 

*2009.01.29 14:41:35 system macosx

open system preferences in Date & Time: enable Set date & time automatically choose timezone use 24-hour clock

 

*2009.01.29 14:39:32 system macosx

under Accounts: Login Options: Enable fast user switching View as: Icon Automatic Login: Disabled

 

*2009.01.28 20:30:05 system macosx

check for software updates this can take a while to download

 

*2009.01.28 19:43:17 system macosx

system preferences -> sharing change machine name

 

*2009.01.28 19:40:37 system macosx

change safari's start page (google is fast to load)

 

*2009.01.28 12:52:04 system macosx

Start with a fresh install of the Operating system. Having install move the previously installed system to "Previous Systems" does not clean everything up. If you want to keep it around, it is better to move it to an archive drive of sorts.