[EMAIL PROTECTED] wrote: >> Hi, >> >> I tried this against an installed Freevo 1.7.0, in >> /usr/lib/python2.4/site-packages/freevo/plugins/command.py, but >> now the plugin won't load anymore at all :-P >> So I guess I'm doing something wrong here (I'm no programmer, and don't >> understand how to use patches), I just tried putting the 'if not >> self.stoposd:' line before the 'rc.poll()' line. >> >> How can I try this to see if this works on my system as well? :-) >> > This maybe a problem with wrong number tabs or blanks. > Now do the following: > Put the attached frv_command.diff.gz to the directory where your commands.py > is located. > Then unzip it: > gzip -d frv_command.diff.gz > and applay the patch: > patch < frv_command.diff > > Thats all (hopefully)
Patch from Helmut Auer applied to rel-1 svn at r9360 As your not familiar with development the best is to follow the guide lines in the wiki page: http://freevo.sourceforge.net/cgi-bin/doc/Contributing#head-44418b5f74c6474b3e932660d0c18190d340bfc4 Basically you type: svn co svn://svn.freevo.org/freevo/branches/rel-1/freevo freevo-svn cd freevo-svn python setup.py install When you want to update the version to a later svn version you type: cd freevo-svn svn update python setup.py install Duncan ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Freevo-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freevo-users
