There was a small bug related to mime-types which will almost certainly affect you. New packages available from the download site, or just grab the two affected files and copy into your Surftrackr installation.
The files are here:
| Filename | Copy to |
| surftrackr-livelog.py | surftrackr/utils/surftrackr-livelog.py |
| logfiles.py | surftrackr/media/logfiles.py |
As usual, remember to edit the 'sys.path.append' line near the top of each file, to reflect your actual install location. For example, if you installed to /usr/local/surftrackr, change
sys.path.append('/data')
to
sys.path.append('/usr/local')
Let me know if you have any further problems.
Simon Burns
22 Feb 2008