2011/7/6 Adam Reid <[email protected]>: > Thanks Anand. I can confirm that it is now working on ES-4 U8. > > I did hit a snag while installing though. The application.py module > uses a conditional assignment in the Reload class while setting the > SUFFIX attribute. Conditional assignments aren't available in Python < > 2.5. Attempting to install web.py-0.36 produces the following > > sudo python setup.py install > Traceback (most recent call last): > File "setup.py", line 6, in ? > from web import __version__ > File "/home/areid/web.py-0.36/web/__init__.py", line 27, in ? > from application import * > File "/home/areid/web.py-0.36/web/application.py", line 639 > SUFFIX = '$py.class' if sys.platform.startswith('java') else '.pyc' > ^ > SyntaxError: invalid syntax > > Here's the diff I used to fix application.py which let me proceed
Thanks for the report. I'll fix this and push a release soon. Anand -- You received this message because you are subscribed to the Google Groups "web.py" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/webpy?hl=en.
