ports/163766: multimedia/openshot fails to find "main" and "gtk" modules
parv at pair.com
parv at pair.com
Mon Jan 2 06:30:14 UTC 2012
>Number: 163766
>Category: ports
>Synopsis: multimedia/openshot fails to find "main" and "gtk" modules
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Mon Jan 02 06:30:12 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:
>Release: FreeBSD 8.2-STABLE i386
>Organization:
>Environment:
System: FreeBSD holstein.holy.cow 8.2-STABLE FreeBSD 8.2-STABLE #2: Fri Apr 22 12:33:32 HST 2011 root at holstein.holy.cow:/misc/obj/misc/src/sys/T61-SMP.8 i386
Python ports with "python" & "py27-" in name ...
databases/py-sqlite3 py27-sqlite3-2.7.1_1
devel/py-setuptools py27-setuptools-0.6c11_1
devel/py-xdg py27-xdg-0.19
graphics/py-goocanvas py27-goocanvas-0.14.1_3
graphics/py-imaging py27-imaging-1.1.7_1
lang/python26 python26-2.6.5_1
lang/python27 python27-2.7.2_3
lang/python32 python32-3.2.1
multimedia/py-mlt py27-mlt-0.7.6
textproc/py-chardet py27-chardet-2.0.1
textproc/py-feedparser py27-feedparser-5.0.1
textproc/py-html2text py27-html2text-3.01
www/py-httplib2 py27-httplib2-0.7.1
x11-toolkits/py-tkinter py27-tkinter-2.7.2_3
>Description:
openshot when run, ends with error message ...
------------------------- ERROR 1 ------------------------------
Failed to import 'from openshot import main'
Error Message: cannot import name main
----------------------------------------------------------------
------------------------- ERROR 2 ------------------------------
Failed to import 'from openshot.openshot import main'
Error Message: No module named gtk
----------------------------------------------------------------
OpenShot has failed to import some of the Python files or libraries
required for our application to run. Here are some trouble shooting
tips:
Tip 1) Check if MLT can be successfully imported in Python. Run the
following commands, and see if any errors are displayed. If you get
an error, you need to investigate the correct way to install MLT.
NOTE: Do not type the $ or >> characters in the examples below.
$ python
>> import mlt
>> mlt.Factory().init()
Tip 2) If MLT is working from the first example, then the next tip is
to look at the above error messages very closely, and google for more
help. It's likely the problem is already reported, and maybe there is
a simple work-around. Also, you can search for bugs or report a new
bug at https://bugs.launchpad.net/openshot. Good luck!
... mlt.Factory().init() returns ...
<mlt.Repository; proxy of <Swig Object of type 'Mlt::Repository *' at 0x2848f320> >
>How-To-Repeat:
Try to run openshot.
>Fix:
--
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list