Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

curses error: TypeError: integer argument expected, got float #3

Open
thorstenkampe opened this issue Oct 11, 2018 · 2 comments
Open

Comments

@thorstenkampe
Copy link

Traceback (most recent call last):
  File "k6control.py", line 293, in <module>
    main()
  File "k6control.py", line 46, in main
    curses.wrapper(run)
  File "F:\PortableApps\Python\lib\curses\__init__.py", line 94, in wrapper
    return func(stdscr, *args, **kwds)
  File "k6control.py", line 70, in run
    status_window = StatusWindow(stdscr)
  File "k6control.py", line 215, in __init__
    self.resize()
  File "k6control.py", line 220, in resize
    self.win = self.stdscr.subwin(self.height, self.width, 0, 0)
TypeError: integer argument expected, got float
@thorstenkampe
Copy link
Author

Same in line 226

@thorstenkampe
Copy link
Author

and in line 250

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant