Squeak-like environment for Python?

2008-06-05 Thread Jumping Arne
I've been playing with Squeak a bit and I really like the persistent storage model, I also liked HyperCard and Frontier (well, the persistent storage model at least). I wonder if there is some similar environment but based on python, I would like to use this environment not as a development

Photo gallery software

2008-05-01 Thread Jumping Arne
I've searching for some software that would allow me to present my photos on the web (I'm not interested a software that generates static pages that I upload) and there are quite a few, see for example http://en.wikipedia.org/wiki/Comparison_of_photo_gallery_software, but I haven't managed to

Re: Photo gallery software

2008-05-01 Thread Jumping Arne
On Thu, 1 May 2008 16:59:33 +0200, Scott Sandeman-Allen wrote (in article [EMAIL PROTECTED]): I've been working with Photologue for a while with some nice results. http://code.google.com/p/django-photologue/ Looks like it's time to start reading that Django book. Thanks, JA --

PIL and IPTC

2008-04-30 Thread Jumping Arne
I'm completely new to PIL and I'm trying to read IPTC info, I understand that it's possible but I can't find out how (and for once Google doesn't seem to be able to help). Does anyone have an example of how it's done? -- http://mail.python.org/mailman/listinfo/python-list

Re: PIL and IPTC

2008-04-30 Thread Jumping Arne
Thanks, that is what I needed to get started. -- http://mail.python.org/mailman/listinfo/python-list

Image handling - stupid question

2008-04-16 Thread Jumping Arne
I'm going to try to write some imange manipulation code (scaling, reading EXIF and IPTC info) and just want to ask if PIL is *THE* library to use? I looked at http://www.pythonware.com/products/pil/ and noticed that the latest version is from Dec 2006. In my experience that means that either

Re: Image handling - stupid question

2008-04-16 Thread Jumping Arne
On Wed, 16 Apr 2008 12:21:13 +0200, Jumping Arne wrote (in article [EMAIL PROTECTED]): I'm going to try to write some imange manipulation code (scaling, reading EXIF and IPTC info) and just want to ask if PIL is *THE* library to use? I looked at http://www.pythonware.com/products/pil

Documentation - which format

2008-02-26 Thread Jumping Arne
I'm considering using plain text file for documenting certain things (nothing to do with Python) and I'm looking at different formatting systems ... preferable with a python implementation to render the text at least as HTML - preferable also other formats like LaTeX. So far I've found +

Re: Documentation - which format

2008-02-26 Thread Jumping Arne
On Wed, 27 Feb 2008 05:51:11 +0100, Ben Finney wrote (in article [EMAIL PROTECTED]): Your needs are met amply with reStructuredText. It's still under active development is http://docutils.sourceforge.net/ still the official site (I didn't find anything else) --

Serving images

2008-01-28 Thread Jumping Arne
I'm no web programmer so please be kind. I'm just going to start writing a small web app, it's very small and will only do one thing so I'm not going to use some kind of web framework. The purpose of the script is to do some custom markup of markdown formatted pages, render them and send them