madcowfred / newsmangler

NNTP binary poster with mulitple connection support
37 stars 18 forks source link

Not working just error :( #20

Closed scriptzteam closed 11 years ago

scriptzteam commented 11 years ago

python 2.4.3

Traceback (most recent call last): File "mangler.py", line 38, in ? from newsmangler.postmangler import PostMangler File "/home/newsmangler-master/newsmangler/postmangler.py", line 363 with open(filename, 'w') as nzbfile: ^ SyntaxError: invalid syntax

python 2.6 File "mangler.py", line 38, in from newsmangler.postmangler import PostMangler File "/home/newsmangler-master/newsmangler/postmangler.py", line 46, in from newsmangler.article import Article File "/home/newsmangler-master/newsmangler/article.py", line 28, in from collections import OrderedDict ImportError: cannot import name OrderedDict

thezoggy commented 11 years ago

2.4.x isnt supported

madcowfred commented 11 years ago

Added a workaround for this in 5e6bf8c. Try 'pip install ordereddict' and it should work. If you don't have pip it's generally in some sort of python setuptools package/port/whatever.

nickma82 commented 11 years ago

close it plz