Building tag 0.5.2 failed with python 2.4 while package page on pypi states
compatibility with 2.4.
One error is due to incorrect indent, others are "'yield' not allowed in a
'try' block with a 'finally' clause".
I've attached a patch file that fixes the build.
File "/usr/lib/python2.4/site-packages/amfast/remoting/cherrypy_channel.py", line 146
SyntaxError: ("'yield' not allowed in a 'try' block with a 'finally' clause",
('/usr/lib/python2.4/site-packages/amfast/remoting/cherrypy_channel.py', 146,
None, None))
Sorry: IndentationError: ('unindent does not match any outer indentation
level',
('/usr/lib/python2.4/site-packages/amfast/remoting/memcache_connection_manager.p
y', 131, 9, ' else:\n'))
File "/usr/lib/python2.4/site-packages/amfast/remoting/subscription_manager.py", line 249
SyntaxError: ("'yield' not allowed in a 'try' block with a 'finally' clause",
('/usr/lib/python2.4/site-packages/amfast/remoting/subscription_manager.py',
249, None, None))
File "/usr/lib/python2.4/site-packages/amfast/remoting/memcache_subscription_manager.py", line 310
SyntaxError: ("'yield' not allowed in a 'try' block with a 'finally' clause",
('/usr/lib/python2.4/site-packages/amfast/remoting/memcache_subscription_manager
.py', 310, None, None))
Original issue reported on code.google.com by alex.do...@gmail.com on 7 Jul 2011 at 5:52
Original issue reported on code.google.com by
alex.do...@gmail.com
on 7 Jul 2011 at 5:52Attachments: