rockfish not starting
Bug #876199 reported by
Oleg Koptev
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Rockfish |
Fix Released
|
High
|
Unassigned |
Bug Description
Just downloaded Rockfish to check translation, but was unable to start it.
The further investigation shows, that in code (../rockfish-
if __name__ == '__main__':
logging.
For sure not all users have such file in such directory :) So all I got was:
...
IOError: [Errno 2] No such file or folder: '/home/
...
I've pointed this string to existing temp file, and voilá.
I think will be great to turn debugging off by default, or somewhat else, to not confuse average users like me :D
Changed in rockfish: | |
assignee: | nobody → Roan (roan) |
importance: | Undecided → High |
status: | New → Confirmed |
assignee: | Roan (roan) → nobody |
To post a comment you must log in.
Thanks Oleg!