On Sun, Feb 5, 2012 at 12:39 PM, Pascal Chambon <[email protected]> wrote:
> All tests are passing, except some added by Daniel (maybe his last
> commit wasn't stable, or maybe I've broken stuffs while merging), so I
> consider there is no regression.
> I'll file bugreports later to "silence" these broken tests (mainly
> dealing with sets and extended slices).
> Anyway, I hope some people will check that /master can still compile
> their current projects (I work on windows...)

My project breaks on the following line after the upgrades:

for tabValues in tabs[1:]:

With the following error:

Uncaught TypeError: Object slice([('tab', 'Tab')], 1, None) has no
method '__iter__'


Also, pyv8run.py doesn't seem to work for me. It runs without error
but I never get any output. Anyone know what could be wrong?

echo print "hello" > test.py
./pyv8run.py test.py

Compiles everything but doesn't display "hello".

./pyv8run.py --print-statements -d test.py

Doesn't help either. This is on Ubuntu 11.10. I checked out pyv8 from
google code and ran 'python setup.py build; sudo python setup.py
install'.

 - lex

Reply via email to