-
bpreusing committed revision 29 to the PyAlbum SVN repository, changing 1 files.
2007-07-03 12:51:03 UTC by bpreusing
-
tephyr committed revision 28 to the PyAlbum SVN repository, changing 1 files.
2006-11-07 06:31:16 UTC by tephyr
-
tephyr committed revision 27 to the PyAlbum SVN repository, changing 2 files.
2006-11-07 06:30:33 UTC by tephyr
-
tephyr committed revision 26 to the PyAlbum SVN repository, changing 1 files.
2006-11-07 06:29:04 UTC by tephyr
-
tephyr committed revision 25 to the PyAlbum SVN repository, changing 2 files.
2006-08-28 20:53:02 UTC by tephyr
-
I converted the original cvs repository to subversion today (2006-05-17); all development must use svn from now on.
The instructions for accessing subversion are on the new "Subversion" link at the top.
2006-05-18 00:34:20 UTC by tephyr
-
Thank you for the time you spend creating this project and documenting it so well. This is very useful, flexible and well crafted.
2004-12-23 01:56:42 UTC by pferdner
-
Logged In: YES
user_id=879395
Hi nobody :-)
Sorry, I should have added a README stating that all
documentation including installation can be found on the
Project Home Page.
Line 380 contains an extra carriage return. No idea how that
could happen (CVS?, IDE?)...
A requirement fo PyAlbum is Python 2.3.x, which contains the
optpare module. There is a test for the python version...
2004-06-15 07:51:40 UTC by bpreusing
-
When I download PyAlbum (rel 0.5.3) and unzip it, I first
notice that there is not a hint of documentation. No
README, no INSTALL. Oh, well.
When I try to run it, it crashes:
---
$> python PyAlbum.py
Traceback (most recent call last):
File "PyAlbum.py", line 29, in ?
from AlbumMain import Application
File "AlbumMain.py", line 380
^
SyntaxError: invalid syntax
---...
2004-06-13 09:11:51 UTC by nobody
-
bpreusing committed patchset 23 of module pyalbum to the PyAlbum CVS repository, changing 1 files.
2004-05-03 19:09:42 UTC by bpreusing