Openshot in 5.2 failing [Solved]

Using applications, configuring, problems
Post Reply
Message
Author
User avatar
Lobster
Official Crustacean
Posts: 15522
Joined: Wed 04 May 2005, 06:06
Location: Paradox Realm
Contact:

Openshot in 5.2 failing [Solved]

#1 Post by Lobster »

Openshot in 5.2 was working and then not
reinstalled (after uninstalling) python and Openshot)

This is what I am getting. Any ideas why it is failing?

Code: Select all

 openshot
Added /usr/share/openshot to system path
--------------------------------
   OpenShot (version 1.2.2)
--------------------------------
Traceback (most recent call last):
  File "/usr/bin/openshot", line 50, in <module>
    main()
  File "/usr/share/openshot/openshot.py", line 65, in main
    app = frmMain(project=current_project, version=info.SETUP['version'])
  File "/usr/share/openshot/windows/MainGTK.py", line 280, in __init__
    self.project.RefreshXML()
  File "/usr/share/openshot/classes/project.py", line 263, in RefreshXML
    self.form.timelinewindowRight.window.set_cursor(gtk.gdk.Cursor(150))
AttributeError: 'NoneType' object has no attribute 'set_cursor'
Last edited by Lobster on Sat 05 Mar 2011, 03:38, edited 1 time in total.
Puppy Raspup 8.2Final 8)
Puppy Links Page http://www.smokey01.com/bruceb/puppy.html :D

smil99
Posts: 174
Joined: Sat 18 Aug 2007, 22:12

#2 Post by smil99 »

Hi Lobster,
luci252 contains a newer libavcodec and other multimedia libs (from natty) and these get overwritten when one installs Openshot 1.2.2. A workaround is to rebuild Openshot without these files. However, Openshot 1.3 is out and it is working at my end in luci252. I made some modifications to /usr/share/openshot/windows/BlenderGenerator.py (from line 285) and /usr/share/openshot/windows/MainGTK.py (from line 1466) and Openshot now seems to work ok. You may also hook it up with Blender2.56 if you want 3D titles.

Give it a spin and let me know how it goes.

Openshot-1.3
Install this python also:
Python2.6

Cheers.

User avatar
Lobster
Official Crustacean
Posts: 15522
Joined: Wed 04 May 2005, 06:06
Location: Paradox Realm
Contact:

#3 Post by Lobster »

Give it a spin and let me know how it goes.
Good spun
http://youtu.be/7VnVxmnSaHI?hd=1

Very stable. Really pushed it. One crash only.
Puppy Raspup 8.2Final 8)
Puppy Links Page http://www.smokey01.com/bruceb/puppy.html :D

Post Reply