Skip to content
This repository has been archived by the owner on Aug 20, 2024. It is now read-only.

Progressbar does not work in linux #29

Open
GoogleCodeExporter opened this issue Aug 24, 2015 · 6 comments
Open

Progressbar does not work in linux #29

GoogleCodeExporter opened this issue Aug 24, 2015 · 6 comments

Comments

@GoogleCodeExporter
Copy link

Progressbar does not work at all in Linux. Following error is shown:

Unhandled exception in thread started by 
Traceback (most recent call last):
  File
"/home/rantanen/code/robotframework-mabot/src/mabot/ui/progressbar.py",
line 45, in _update
    self.progress_bar_view.update_progress()
  File
"/home/rantanen/code/robotframework-mabot/src/mabot/ui/progressbar.py",
line 77, in update_progress
    self.update()
  File
"/home/rantanen/code/robotframework-mabot/src/mabot/ui/progressbar.py",
line 85, in update
    self.canvas.coords(self.scale, start, 0, end, self.height)
  File "/usr/lib/python2.5/lib-tk/Tkinter.py", line 2147, in coords
    self.tk.call((self._w, 'coords') + args)))
RuntimeError: main thread is not in main loop

Original issue reported on code.google.com by [email protected] on 25 May 2009 at 4:03

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

No branches or pull requests

1 participant