EmilyDirsh / hotwire-shell

Automatically exported from code.google.com/p/hotwire-shell
Other
0 stars 0 forks source link

yield line #185

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This is what I get when I run hotwire:

Traceback (most recent call last):
  File "/usr/bin/hotwire", line 209, in ?
    main()
  File "/usr/bin/hotwire", line 139, in main
    hotwire.builtin.load()
  File "/usr/lib/python2.4/site-packages/hotwire/builtin.py", line 250, in load
    import hotwire.builtins.head    
  File "/usr/lib/python2.4/site-packages/hotwire/builtins/head.py", line 56
    yield line
SyntaxError: 'yield' not allowed in a 'try' block with a 'finally' clause

Version: hotwire-0.721
OS : Sabayon  Linux

Original issue reported on code.google.com by dulan...@gmail.com on 26 Apr 2008 at 6:52

GoogleCodeExporter commented 9 years ago
I think this one is a duplicate of issue 177, which should be fixed by SVN 
r1198.

Thanks for the report!

Original comment by cgwalt...@gmail.com on 11 May 2008 at 5:30