Where is you're makelogos.py file ? If its not in the helpers directory (along with daemon.py & imdb.py) make a symbolic link there to the file.
Then you can run 'freevo makelogos' If you get an error about xmltv this is the problem: (I have gotten makelogos to work on 1.4rc1, but I've kind of forgotten how I solved it) The only problem is that makelogos.py tries to 'import xmltv' . Xmltv has been moved as a subsidiary of tv so you have to change the 'import xmltv' to something like 'import tv.xmltv as xmltv' ..... -Hope this helps On Mon, 2003-11-10 at 19:52, Chris Graham wrote: > that does not work, it just shows me a list of options that will work. > any ideas on how to use makelogos.py? > > i am running freevo 1.4rc2 on a gentoo system > > thanx > chris > > > >From: Aubin Paul <[EMAIL PROTECTED]> > >Reply-To: [EMAIL PROTECTED] > >To: [EMAIL PROTECTED] > >Subject: Re: [Freevo-users] TV logos > >Date: Fri, 7 Nov 2003 22:39:18 -0500 > > > >With 1.4-era releases, you should be able to just do: > > > >freevo makelogos > > > > > > > >On Fri, Nov 07, 2003 at 05:33:33PM -0700, Chris Graham wrote: > > > when i try to run 'freevo execute helpers/makelogos.py' i get and error > > > saying > > > /usr/bin/python2: can't open file 'helpers/makelogos.py' > > > > > > any ideas on how to fix this. > > > > > > i am running genetoo if that helps. > > > > > > Thanx > > > Chris > > > > > > _________________________________________________________________ > > > Protect your PC - get McAfee.com VirusScan Online > > > http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963 > > > > > > > > > > > > ------------------------------------------------------- > > > This SF.Net email sponsored by: ApacheCon 2003, > > > 16-19 November in Las Vegas. Learn firsthand the latest > > > developments in Apache, PHP, Perl, XML, Java, MySQL, > > > WebDAV, and more! http://www.apachecon.com/ > > > _______________________________________________ > > > Freevo-users mailing list > > > [EMAIL PROTECTED] > > > https://lists.sourceforge.net/lists/listinfo/freevo-users > > > > > >------------------------------------------------------- > >This SF.Net email sponsored by: ApacheCon 2003, > >16-19 November in Las Vegas. Learn firsthand the latest > >developments in Apache, PHP, Perl, XML, Java, MySQL, > >WebDAV, and more! http://www.apachecon.com/ > >_______________________________________________ > >Freevo-users mailing list > >[EMAIL PROTECTED] > >https://lists.sourceforge.net/lists/listinfo/freevo-users > > _________________________________________________________________ > Protect your PC - get McAfee.com VirusScan Online > http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963 > > > > ------------------------------------------------------- > This SF.Net email sponsored by: ApacheCon 2003, > 16-19 November in Las Vegas. Learn firsthand the latest > developments in Apache, PHP, Perl, XML, Java, MySQL, > WebDAV, and more! http://www.apachecon.com/ > _______________________________________________ > Freevo-users mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/freevo-users ------------------------------------------------------- This SF.Net email sponsored by: ApacheCon 2003, 16-19 November in Las Vegas. Learn firsthand the latest developments in Apache, PHP, Perl, XML, Java, MySQL, WebDAV, and more! http://www.apachecon.com/ _______________________________________________ Freevo-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/freevo-users
