Comment 1 for bug 784329

Revision history for this message
LXCC (lxcc-it-gg) wrote :

I tryied to add some packages.

melt packages added = no changes

But after python packages added (see the attachment for the list), something is changed:

user@user-desktop:~$ python
Python 2.6.5 (r265:79063, Apr 16 2010, 13:09:56)
[GCC 4.4.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import mlt
>>> mlt.Factory().init()
  File "<stdin>", line 1
    mlt.Factory().init()
    ^
IndentationError: unexpected indent
>>> quit()
user@user-desktop:~$