Advertisement
Guest User

Untitled

a guest
Dec 26th, 2012
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. antonio@antonio-laptop:~$ openshot
  2. --------------------------------
  3. OpenShot (version 1.1.3)
  4. --------------------------------
  5. A new frmMain has been created
  6. Traceback (most recent call last):
  7. File "/usr/bin/openshot", line 57, in <module>
  8. main()
  9. File "/usr/lib/pymodules/python2.6/openshot/openshot.py", line 57, in main
  10. form1 = MainGTK.frmMain(project=current_project, version=info.SETUP['version'])
  11. File "/usr/lib/pymodules/python2.6/openshot/windows/MainGTK.py", line 275, in __init__
  12. self.project.RefreshXML()
  13. File "/usr/lib/pymodules/python2.6/openshot/classes/project.py", line 233, in RefreshXML
  14. self.form.timelinewindowRight.window.set_cursor(gtk.gdk.Cursor(150))
  15. AttributeError: 'NoneType' object has no attribute 'set_cursor'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement