- Code: Select all
------------------------- ERROR 1 ------------------------------
Failed to import 'from openshot import main'
Error Message: cannot import name main
----------------------------------------------------------------
--------------------------------
OpenShot (version 1.4.2)
--------------------------------
Process no longer exists: 18880. Creating new pid lock file.
Detecting formats, codecs, and filters...
Segmentation fault
So, I've decided to start again. I have (mostly) removed Openshot and am doing a thorough check through all the dependencies, adhering to this thread. For reference I am running Bodhi Linux 1.4.0 (a simplified Ubuntu fork with Enlightenment) and I on the latest kernel, version 3.2.19. It was all going well up until I realised I needed the GTK+ library. That gave me errors on needing Glib the libraries. That complained about libconv.so.2 even though it is installed (there was a previous libconv error which I did manage to fix but not the one shown below). More specifically:
- Code: Select all
/home/paspie/drivers_and_software_compiling_stuff/glib-2.30.3/gobject/.libs/lt-glib-genmarshal: error while loading shared libraries: libiconv.so.2: cannot open shared object file: No such file or directory
make[3]: *** [stamp-testmarshal.h] Error 127
make[3]: Leaving directory `/home/paspie/drivers_and_software_compiling_stuff/glib-2.30.3/tests/gobject'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/paspie/drivers_and_software_compiling_stuff/glib-2.30.3/tests'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/paspie/drivers_and_software_compiling_stuff/glib-2.30.3'
make: *** [all] Error 2
I'm obviously compiling all of these dependencies from source, for some reason Synaptic and the Bodhi repositories don't have the latest versions of everything. Also, I am quite a Linux newbie so don't be too harsh, I am willing to spend some time and effort into building a working system. Video editing is the last gap I need to fill.
