Kevin Gottsman wrote: > On Fri, 21 Sep 2007 15:29:06 -0700, Art Rafael wrote: > > >> The two files that need to be copied/moved over to the plugins directory >> are appletrailers.py and applelib.py. >> >> > > My distro (Fedora 7) also had a .pyo and .pyc file for each of the 2 > files. I'm not a Freevo or python developer so I don't honestly know what > those files are for. >
pyo are python compiled objects and pyc are python byte compiles objects You can copy the pyc or pyo or both to the directory. Actually I don't build pyo files as they save very little. > I copied all 6 files from my distro's RPM file into the Freevo plugins > directory. Then I activated the plugin in my config file and it worked > wonderfully. When I copied the files into a self-created "appletrailers" > directory within the plugins directory, Freevo crash as others have said. > > You need the files from the latest subversion revision from: svn export svn://svn.freevo.org/freevo/branches/rel-1/freevo/contrib/video/plugins/appletrailers Then you need to copy these files and remove the pyc and pyo files. Duncan ** ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Freevo-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freevo-users
