Comment 22 for bug 729359

Revision history for this message
Marcin Owsiany (marcin-owsiany-pl) wrote : Re: [Bug 729359] Re: openshot-render crash with "AttributeError: 'NoneType' object has no attribute 'settings'"

On Sun, Jan 06, 2013 at 08:37:32PM -0000, Gregory Weber wrote:
> 2. I don't recall clearly whether it is necessary to "compile" the
> patched clip.py to clip.pyc, or how to do it.

Python should detect that .py is newer than .pyc and will ignore the
.pyc and byte-compile the .py on the fly. If it has write access to the
.pyc (and probably to the containing directory too), it will update it
as well.

--
Marcin Owsiany <email address hidden> http://marcin.owsiany.pl/
GnuPG: 2048R/02F946FC 35E9 1344 9F77 5F43 13DD 6423 DBF4 80C6 02F9 46FC

"Every program in development at MIT expands until it can read mail."
                                                              -- Unknown