thedod / feed2twister

Simple cron script to post RSS/ATOM items to Twister
GNU General Public License v3.0
10 stars 4 forks source link

Syntax error ? #4

Open corzntin opened 10 years ago

corzntin commented 10 years ago

Hello!

Got an error while running 'python feed2twister.py'

File "feed2twister.py", line 65 except Exception,e: ^ SyntaxError: invalid syntax

thedod commented 10 years ago

Strange. I can't reproduce this. What version of python are you using?

corzntin commented 10 years ago

I'm using python-3.4.1-1

thedod commented 10 years ago

True. It's written for python 2 (tested with python 2.7). A "Short term fix" would be to use python 2, but I'm keeping this issue open as "we should have python 3 compatibility". I'm traveling at the moment, so this might take a while.

On 26 May 2014 20:18, corzntin notifications@github.com wrote:

I'm using python-3.4.1-1

— Reply to this email directly or view it on GitHubhttps://github.com/thedod/feed2twister/issues/4#issuecomment-44205671 .