Postr 0.5
Postr 0.5 is out. This has a few fixes:
- Catch errors throw by EXIF or IPTC parsing
- New flickrpc (cleaner code, works with Python 2.5)
You can follow the development in the Bazaar branch, or get the Postr 0.5 tarball.
Posted by MLA at Fri Feb 9 22:20:36 2007:
Posted by Ross at Sat Feb 10 10:25:07 2007:
Sorry, I should expand that.
$ python setup.py install --prefix=[somewhere]
setup.py will also build RPMs for you if that is what you want.
Posted by Trond Danielsen at Wed Apr 4 07:57:15 2007:
$ python setup.py install --prefix=[somewhere]
setup.py will also build RPMs for you if that is what you want.
I downloaded the tarball, and just wanted to mention that the version number in setup.py is wrong.
Cheers!
Posted by Ross at Wed Apr 4 08:09:18 2007:
Posted by Trond Danielsen at Wed Apr 4 10:10:00 2007:
Cheers!
You wouldn't by the way have a nice icon for postr?
My graphics skills are limited to creating flow charts in LaTeX documents, so I am not the right man for the job.
Posted by Ross at Wed Apr 4 10:13:12 2007:
Posted by Janne at Sat Apr 14 05:00:36 2007:
My graphics skills are limited to creating flow charts in LaTeX documents, so I am not the right man for the job.
All I get when running is:
Traceback (most recent call last):
File "/usr/bin/postr", line 16, in ?
from src import postr
ImportError: No module named src
I did install it (I think; I did the install bit of magic in the comment above). I have absolutely no clue what to do next.
As an aside, these kinds of problems seem almost endemic for Python apps. Is there some magic incantation I just don't know about?
Traceback (most recent call last):
File "/usr/bin/postr", line 16, in ?
from src import postr
ImportError: No module named src
I did install it (I think; I did the install bit of magic in the comment above). I have absolutely no clue what to do next.
As an aside, these kinds of problems seem almost endemic for Python apps. Is there some magic incantation I just don't know about?