Hi All

I'm trying to create a simple video in PiTiVi on Ubuntu 12.04. Using
the development PPA I got the latest stable version of the editor, but
I have so far been unable to actually render the movie (depending on
the codec I either get a crash or an empty file). So, being a fellow
hacker, I decided to try Git master, but when I try to run
'bin/pitivi' I get

GLib-GIO-Message: Using the 'memory' GSettings backend.  Your settings
will not be saved or shared with other applications.
/usr/lib/python2.7/dist-packages/gi/module.py:142: Warning:
g_array_append_vals: assertion `array' failed
  g_type = info.get_g_type()
/usr/lib/python2.7/dist-packages/gi/module.py:142: Warning:
g_hash_table_lookup: assertion `hash_table != NULL' failed
  g_type = info.get_g_type()
/usr/lib/python2.7/dist-packages/gi/module.py:142: Warning:
g_hash_table_insert_internal: assertion `hash_table != NULL' failed
  g_type = info.get_g_type()
Traceback (most recent call last):
  File "bin/pitivi", line 146, in <module>
    _run_pitivi()
  File "bin/pitivi", line 134, in _run_pitivi
    import pitivi.application as ptv
  File "/home/soren/pitivi-git/pitivi/pitivi/application.py", line 41,
in <module>
    from pitivi.effects import EffectsHandler
  File "/home/soren/pitivi-git/pitivi/pitivi/effects.py", line 52, in <module>
    from pitivi.settings import GlobalSettings
  File "/home/soren/pitivi-git/pitivi/pitivi/settings.py", line 28, in <module>
    from pitivi.render import available_combinations, get_compatible_sink_caps
  File "/home/soren/pitivi-git/pitivi/pitivi/render.py", line 43, in <module>
    from pitivi.utils.widgets import GstElementSettingsDialog
  File "/home/soren/pitivi-git/pitivi/pitivi/utils/widgets.py", line
43, in <module>
    from pitivi.utils.ui import unpack_color, pack_color_32, pack_color_64, \
  File "/home/soren/pitivi-git/pitivi/pitivi/utils/ui.py", line 385, in <module>
    (_("%d fps") % 12, Gst.Fraction(12.0, 1.0)),
TypeError: object.__new__() takes no parameters


I'm not really sure what to do with this. Any suggestions?

Thanks
Soren

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
_______________________________________________
Pitivi-pitivi mailing list
Pitivi-pitivi@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pitivi-pitivi

Reply via email to