selectel / pyte

Simple VTXXX-compatible linux terminal emulator
http://pyte.readthedocs.org/
GNU Lesser General Public License v3.0
653 stars 101 forks source link

Examples broken #78

Closed hryamzik closed 7 years ago

hryamzik commented 7 years ago

At least the helloworld one.

stream = pyte.Stream(screen)
TypeError: __init__() takes exactly 1 argument (2 given)
superbobry commented 7 years ago

I think you might be running master examples with a stable version of pyte. Please refer to the corresponding tag on GitHub.

hryamzik commented 7 years ago

That works, thanks!