*2009.12.08 17:33:37 python authentication
*2009.12.08 12:26:02 administration publish mercurial hosting
google code mercurial - Google Search
DVCSAnalysis - support - Analysis of Git and Mercurial - Project Hosting on Google Code
Google Code Blog: Mercurial server-side clone support for Project Hosting on Google Code
Google Code Blog: Mercurial support for Project Hosting on Google Code
ConvertingSvnToHg - support - Moving a project from using Subversion for code hosting to Mercurial - Project Hosting on Google Code
MercurialFAQ - support - Frequently asked questions about Mercurial. - Project Hosting on Google Code
GettingStarted - support - A quick guide to getting started with project hosting on Google Code. - Project Hosting on Google Code

 

*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