You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 20, 2024. It is now read-only.
with robotframework 2.7 python 2.7 mabot 0.9.
When i try to save in mabot
I have pop-up with Saving Failed "No module named outputwriter"
Traceback (most recent call last):
File "E:\Dev\COTS\RobotFramework\Python27\lib\site-packages\mabot\ui\main.py",
line 264, in _save
saved, changes = self.io.save_data(path, progress.call_ask_method)
File "E:\Dev\COTS\RobotFramework\Python27\lib\site-packages\mabot\model\io.py"
, line 120, in save_data
self._save_data()
File "E:\Dev\COTS\RobotFramework\Python27\lib\site-packages\mabot\model\io.py"
, line 141, in _save_data
testoutput.serialize_output(self.output, self.suite)
File "E:\Dev\COTS\RobotFramework\Python27\lib\site-packages\mabot\utils\robota
pi.py", line 61, in serialize_output
from robot.reporting.outputwriter import OutputWriter
ImportError: No module named outputwriter
Thank You
Original issue reported on code.google.com by [email protected] on 27 Feb 2013 at 6:43
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 27 Feb 2013 at 6:43The text was updated successfully, but these errors were encountered: