← Back to team overview

openshot.developers team mailing list archive

Re: [Bug 482985] Re: openshot won't open in Ubuntu 9.10

 

Hi John, thanks für your mail.
I did that what you mentioned.
After clearing the system I installed openshot and went on these errors.

a) python-mlt (the new one) is installating the mlt-things in directories
called .../mlt/
These directory istn't set up in the installation by installing openshot or
püython-mlt.
I checked that by starting the interpreter and found the sys.path without
those mlt-direcories:
call python interpreter by typing python, then 'import sys' and sys.path
should give you the information.
To work around this you canset the PYTHONPATH Variable which is preloded the
sys.path and is accessible from the shell.
b) The Library ...so.2 is called, but on my system it is set up to so.3. So
I hard linked it fromone toanother and every went fine.

at least b) sould be fixed from this great guy Jonathan, because the libs
will increase their numbers in future. For that I wrote it.
Thanks for your mail, inbetween some others running on this, I found Question
#95857 <https://answers.launchpad.net/openshot/+question/95857>on launchpad.

Best Regards from Germany - CU in the net.
Rupert

2010/1/15 John McDougall <sysadmin@xxxxxxxxxxxxxxxxxx>

> Andy,
> In comment #4 you give these instructions:
> -------------------------------------------------------------------
> Did you follow these instructions?
>
> 1) Remove OpenShot and MLT using Synaptic.
> 2) Then, look for the following files and delete them if you find them:
>     - mlt.py
>     - _mlt.so
>     - mlt_wrap.o
> (they could be in /usr/lib/python2.6/dist-packages/ or /usr/local,
> depending on your installation method)
> 3) Finally, re-install OpenShot and MLT using Synaptic (and the new
> experimental PPA)
> ------------------------------------------------------------------------
> I did not find any of the above listed files, but in
>  /usr/lib/python2.6/dist-packages/  there was mlt.pyc .  I deleted it then
> reinstalled and Openshot started up correctly!
> John
>
> --
> openshot won't open in Ubuntu 9.10
> https://bugs.launchpad.net/bugs/482985
> You received this bug notification because you are a direct subscriber
> of the bug.
>
> Status in OpenShot Video Editor: Incomplete
> Status in Ubuntu: New
>
> Bug description:
> Every time I try and open openshot it comes up with this error
> OpenShot (version 0.9.53)
> --------------------------------
> *** ERROR: MLT Python bindings failed to import ***
> *** ERROR: MLT Python bindings failed to import ***
> Exception in thread Thread-1:
> Traceback (most recent call last):
>  File "/usr/lib/python2.6/threading.py", line 525, in __bootstrap_inner
>    self.run()
>  File "/usr/share/openshot/classes/thumbnail.py", line 174, in run
>    mlt.Factory().init()
> NameError: global name 'mlt' is not defined
>
> -------------------------------------------------------
> Error:  OpenShot has not been installed in the Python path.
> (Both the site-packages and /usr/share/openshot folders were checked)
>
> Use the following command to install OpenShot:
>  $ sudo python setup.py install
>
> user@user-desktop:~$ sudo python setup.py install
> [sudo] password for user:
> python: can't open file 'setup.py': [Errno 2] No such file or directory
>
> To unsubscribe from this bug, go to:
> https://bugs.launchpad.net/openshot/+bug/482985/+subscribe
>


-- 
Rupert Zimmermann
Kaiserswerther Str. 188
40474 Düsseldorf

-- 
openshot won't open in Ubuntu 9.10
https://bugs.launchpad.net/bugs/482985
You received this bug notification because you are a member of OpenShot
Developers, which is subscribed to OpenShot Video Editor.

Status in OpenShot Video Editor: Incomplete
Status in Ubuntu: New

Bug description:
Every time I try and open openshot it comes up with this error
OpenShot (version 0.9.53)
--------------------------------
*** ERROR: MLT Python bindings failed to import ***
*** ERROR: MLT Python bindings failed to import ***
Exception in thread Thread-1:
Traceback (most recent call last):
  File "/usr/lib/python2.6/threading.py", line 525, in __bootstrap_inner
    self.run()
  File "/usr/share/openshot/classes/thumbnail.py", line 174, in run
    mlt.Factory().init()
NameError: global name 'mlt' is not defined

-------------------------------------------------------
Error:  OpenShot has not been installed in the Python path.
(Both the site-packages and /usr/share/openshot folders were checked)

Use the following command to install OpenShot:
  $ sudo python setup.py install

user@user-desktop:~$ sudo python setup.py install
[sudo] password for user: 
python: can't open file 'setup.py': [Errno 2] No such file or directory





References