Re: [Mlt-devel] Trouble with creating Python bindings for MLT

2012-09-13 Thread Dan Dennedy
On Thu, Sep 13, 2012 at 1:31 PM, Janne Liljeblad wrote: > I did the following: > > I removed Flowblade, Openshot and Kdenlive from the system an did > 'apt-get autoremove' which removed packages: libmlt++3 libmlt-data > libmlt4 melt python-mlt3. > > Then I installed git head mlt with configure-mak

Re: [Mlt-devel] Trouble with creating Python bindings for MLT

2012-09-13 Thread Janne Liljeblad
I did the following: I removed Flowblade, Openshot and Kdenlive from the system an did 'apt-get autoremove' which removed packages: libmlt++3 libmlt-data libmlt4 melt python-mlt3. Then I installed git head mlt with configure-make-install. Then I was able to make and install mlt bindings with the

Re: [Mlt-devel] Trouble with creating Python bindings for MLT

2012-09-13 Thread Janne Liljeblad
Okay sorry, I just saw that file /usr/include/python2.7_d/Python.h is a broken link, so I'll have install python include files. -- Live Security Virtual Conference Exclusive live event will cover all the ways today's secu

[Mlt-devel] Trouble with creating Python bindings for MLT

2012-09-13 Thread Janne Liljeblad
Hi Dan, I'm trying to create python bindings for mlt git head. 1. I installed git mlt with: git clone git://github.com/mltframework/mlt.git cd mlt ./configure --prefix=/usr --enable-gpl make clean make -j3 sudo make install 2. I installed swig and navigated to /scr/swing/python and did: sudo ./b