On Sun, 4 March, 2007 11:25 pm, Jim Duda wrote: > Is BeautifulSoup supposed to be a dependency in the rpm install? > I don't know where to fetch it from.
http://www.crummy.com/software/BeautifulSoup/ > > > Jim > > > Duncan Webb wrote: > >> Jim Duda wrote: >> >>> I was able to execute a yum update to freevo 1.7 this weekend, thanks >>> TC >>> for getting the repo together. >>> >>> When I start version 1.7, I'm getting these messages in the log file, >>> however, freevo does start and run. >>> >>> This is more of an FYI to the developers. >>> >> >> ImportError: No module named BeautifulSoup >> >> >> This means that BeautifulSoup has not been installed. There may be a >> second error too, but I'm not sure what. >> >> Duncan >> >> >>> failed to load plugin video.imdb start 'freevo plugins -l' to get a >>> list of plugins Traceback (most recent call last): >>> File "/usr/lib/python2.4/site-packages/freevo/plugin.py", line 556, >>> in __load_plugin__ exec('import %s' % module) File "<string>", line 1, >>> in ? File >>> "/usr/lib/python2.4/site-packages/freevo/video/plugins/imdb.py", >>> line 45, in ? from util.fxdimdb import FxdImdb, makeVideo, makePart, >>> point_maker File >>> "/usr/lib/python2.4/site-packages/freevo/util/fxdimdb.py", line >>> 50, in ? >>> from BeautifulSoup import BeautifulSoup ImportError: No module named >>> BeautifulSoup >>> Exception in thread Thread-2: >>> Traceback (most recent call last): >>> File "/usr/lib/python2.4/threading.py", line 442, in __bootstrap >>> self.run() File >>> "/usr/lib/python2.4/site-packages/freevo/plugins/rom_drives.py", >>> line 738, in run self.check_all() File >>> "/usr/lib/python2.4/site-packages/freevo/plugins/rom_drives.py", >>> line 697, in check_all self.identify(media) File >>> "/usr/lib/python2.4/site-packages/freevo/plugins/rom_drives.py", >>> line 438, in identify disc_info = util.mediainfo.disc_info(media, >>> force_rebuild) File >>> "/usr/lib/python2.4/site-packages/freevo/util/mediainfo.py", >>> line 628, in disc_info if mmdata.mime == 'unknown/unknown' and not >>> metainfo.has_key('disc_num_video'): >>> AttributeError: 'NoneType' object has no attribute 'mime' >>> >>> >>> Jim >>> >>> >>> >>> --------------------------------------------------------------------- >>> ---- >>> 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=DE >>> VDEV >>> _______________________________________________ >>> Freevo-users mailing list >>> [email protected] >>> https://lists.sourceforge.net/lists/listinfo/freevo-users >>> >>> >> >> >> >> ----------------------------------------------------------------------- >> -- >> 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=DEVD >> EV >> > > > ------------------------------------------------------------------------- > 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 > > > ------------------------------------------------------------------------- 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
