[malo@archBox ~]$ openshot -------------------------------- OpenShot (version 1.2.2) -------------------------------- Process no longer exists: 25855. Creating new pid lock file. Segmentation fault [malo@archBox ~]$ gdb pytho GNU gdb (GDB) 7.2 Copyright (C) 2010 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "x86_64-unknown-linux-gnu". For bug reporting instructions, please see: ... pytho: No such file or directory. (gdb) ^CQuit (gdb) quit [malo@archBox ~]$ gdb python GNU gdb (GDB) 7.2 Copyright (C) 2010 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "x86_64-unknown-linux-gnu". For bug reporting instructions, please see: ... Reading symbols from /usr/bin/python...(no debugging symbols found)...done. (gdb) run /usr/lib/python2.7/ Display all 645 possibilities? (y or n) (gdb) run /usr/lib/python2.7/site-packages/ Display all 114 possibilities? (y or n) (gdb) run /usr/lib/python2.7/site-packages/openshot/openshot.py Starting program: /usr/bin/python /usr/lib/python2.7/site-packages/openshot/openshot.py [Thread debugging using libthread_db enabled] File "/usr/lib/python2.7/site-packages/openshot/openshot.py", line 29 print "Error: You must have GTK 2.18 or greater to run OpenShot. Exiting..." ^ SyntaxError: invalid syntax Program exited with code 01. (gdb) bt No stack. (gdb)