New to Python, Help to get script working?

Steven D'Aprano steve+comp.lang.python at pearwood.info
Sun Dec 15 00:03:41 EST 2013


On Sat, 14 Dec 2013 20:51:59 -0800, Mark wrote:

> Hey guys, I found this website that has a script in order to increase
> numbers to a live viewing stream. Being new to python, I keep running
> into problems trying to get it to work.
> 
> The original site is here, as he talks about how it works. It is the top
> article.
> 
> http://www.ericzhang.me/
> 
> I have successfully installed python 3.3 for windows, 

Great! But what version of Python is that script written for?

[...]
> I get errors on line 19 and cant get it to work at all.

Errors plural? Multiple errors on one line? That's unusual.

Please copy and paste (don't summarise or re-type from memory) the entire 
traceback showing the full error you get. That is, copy and paste 
*everything* from the first line

    Traceback (most recent call last)


all the way to the end of the error message.



-- 
Steven



More information about the Python-list mailing list