Re: [Freevo-users] TvTime not working with freevo 1.9.0

2010-04-15 Thread Evan Hisey
On Tue, Apr 13, 2010 at 10:09 AM, markus frei markusf...@gmx.net wrote:
 TvTime works without issues alone. Also, I tried it on Ubuntu 10.04 Beta, and 
 had the same issue there.

 Python is at the version 2.6



  failed to load plugin tv.tvtime
  start 'freevo plugins -l' to get a list of plugins
  Traceback (most recent call last):
   File /usr/share/pyshared/freevo/plugin.py, line 569, in
 __load_plugin__
     exec('import %s' % module)
   File string, line 1, in module
   File /usr/share/pyshared/freevo/tv/plugins/tvtime.py, line 41, in
 module
     from xml.dom.ext.reader import Sax2
  ImportError: No module named ext.reader
 
This is looking like it might abe being cuased by a missing pyXML.
Check to see if it really got installed.

Evan

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] TvTime not working with freevo 1.9.0

2010-04-13 Thread Evan Hisey
On Mon, Mar 29, 2010 at 10:00 AM, markus frei markusf...@gmx.net wrote:
 I'm having problems with freevo 1.9.0 (installed via the mint repositories) 
 and mint 8 (KDE Version). I have configured the local_conf.py to remove the 
 tv.mplayer plugin, and activated the tv.tvtime plugin. When I try to view TV, 
 I get an error:

 Cannot get TV plugin


 The log file shows this:


 2010-03-19 10:33:42,806 DEBUG    plugin.py (567): loading tv.plugins.tvtime 
 as plugin tv.plugins.tvtime.PluginInterface
 failed to load plugin tv.tvtime
 start 'freevo plugins -l' to get a list of plugins
 Traceback (most recent call last):
  File /usr/share/pyshared/freevo/plugin.py, line 569, in __load_plugin__
    exec('import %s' % module)
  File string, line 1, in module
  File /usr/share/pyshared/freevo/tv/plugins/tvtime.py, line 41, in module
    from xml.dom.ext.reader import Sax2
 ImportError: No module named ext.reader


 mplayer works, but I prefer tvtime because of the better picture quality.
 --

This is more likely an issue between Tvtime and your distro. TVtime
works quite nicely with 1.9. Now that being said, as John pointed out
it could very likely be a dependency issue. While Mint does dep
tracking this may be a case of dependency hell. Does tvtime work
fine on it's own? What version of python is Mint shipping. Mint is
based on Karmic, but does alot of tweaks under the hood especially in
the area's that freevo touches.

Evan

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] TvTime not working with freevo 1.9.0

2010-04-13 Thread markus frei
TvTime works without issues alone. Also, I tried it on Ubuntu 10.04 Beta, and 
had the same issue there.

Python is at the version 2.6

 Original-Nachricht 
 Datum: Tue, 13 Apr 2010 09:29:45 -0500
 Von: Evan Hisey ehi...@gmail.com
 An: freevo-users@lists.sourceforge.net
 Betreff: Re: [Freevo-users] TvTime not working with freevo 1.9.0

 On Mon, Mar 29, 2010 at 10:00 AM, markus frei markusf...@gmx.net wrote:
  I'm having problems with freevo 1.9.0 (installed via the mint
 repositories) and mint 8 (KDE Version). I have configured the local_conf.py 
 to remove
 the tv.mplayer plugin, and activated the tv.tvtime plugin. When I try to
 view TV, I get an error:
 
  Cannot get TV plugin
 
 
  The log file shows this:
 
 
  2010-03-19 10:33:42,806 DEBUG    plugin.py (567): loading
 tv.plugins.tvtime as plugin tv.plugins.tvtime.PluginInterface
  failed to load plugin tv.tvtime
  start 'freevo plugins -l' to get a list of plugins
  Traceback (most recent call last):
   File /usr/share/pyshared/freevo/plugin.py, line 569, in
 __load_plugin__
     exec('import %s' % module)
   File string, line 1, in module
   File /usr/share/pyshared/freevo/tv/plugins/tvtime.py, line 41, in
 module
     from xml.dom.ext.reader import Sax2
  ImportError: No module named ext.reader
 
 
  mplayer works, but I prefer tvtime because of the better picture
 quality.
  --
 
 This is more likely an issue between Tvtime and your distro. TVtime
 works quite nicely with 1.9. Now that being said, as John pointed out
 it could very likely be a dependency issue. While Mint does dep
 tracking this may be a case of dependency hell. Does tvtime work
 fine on it's own? What version of python is Mint shipping. Mint is
 based on Karmic, but does alot of tweaks under the hood especially in
 the area's that freevo touches.
 
 Evan
 
 --
 Download Intel#174; Parallel Studio Eval
 Try the new software tools for yourself. Speed compiling, find bugs
 proactively, and fine-tune applications for parallel performance.
 See why Intel Parallel Studio got high marks during beta.
 http://p.sf.net/sfu/intel-sw-dev
 ___
 Freevo-users mailing list
 Freevo-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/freevo-users

-- 
GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT!
Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] TvTime not working with freevo 1.9.0

2010-03-30 Thread John Molohan
On 29/03/2010 16:00, markus frei wrote:
 I'm having problems with freevo 1.9.0 (installed via the mint repositories) 
 and mint 8 (KDE Version). I have configured the local_conf.py to remove the 
 tv.mplayer plugin, and activated the tv.tvtime plugin. When I try to view TV, 
 I get an error:

 Cannot get TV plugin


 The log file shows this:


 2010-03-19 10:33:42,806 DEBUGplugin.py (567): loading tv.plugins.tvtime 
 as plugin tv.plugins.tvtime.PluginInterface
 failed to load plugin tv.tvtime
 start 'freevo plugins -l' to get a list of plugins
 Traceback (most recent call last):
File /usr/share/pyshared/freevo/plugin.py, line 569, in __load_plugin__
  exec('import %s' % module)
File string, line 1, inmodule
File /usr/share/pyshared/freevo/tv/plugins/tvtime.py, line 41, inmodule
  from xml.dom.ext.reader import Sax2
 ImportError: No module named ext.reader


 mplayer works, but I prefer tvtime because of the better picture quality.

I don't know what mint is but it sounds like a package/dependancy 
problem. A 5 second search led me to this page, might be of interest 
https://bugs.launchpad.net/ubuntu/+source/zsi/+bug/208855

John

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] TvTime not working with freevo 1.9.0

2010-03-30 Thread John Molohan
On 30/03/2010 16:46, markus frei wrote:
 Thanks for the reply.
No problem.
 Mint is a Distro based on Ubuntu, the current version uses Ubuntu Karmic as 
 base.

Good to know, thanks.
 I don't know how the Link you posted would help though, there's talk about 
 python-zsi and sonata, neither of which are installed on my system. Also, 
 Debian's package manager should take care of dependency issues. I also tried 
 freevo with Debian Testing, and had the same issue there.

Towards the bottom of the page I linked this bit caught my eye:

In short, one could edit /usr/share/pyshared/sonata.py and add a line 
sys.path.append('/usr/lib/python2.5/site-packages/oldxml') just after 
the first import statement. The ext.reader module is a part of PyExpat, 
which could be found under that path.

 From a glance it looked like a similar fix might work for you with the 
tvtime plugin but like I said this was from a 5 second search :)

John

  Original-Nachricht 

 Datum: Tue, 30 Mar 2010 15:22:23 +0100
 Von: John Molohanjohn.molo...@gcd.ie
 An: freevo-users@lists.sourceforge.net
 CC: markus freimarkusf...@gmx.net
 Betreff: Re: [Freevo-users] TvTime not working with freevo 1.9.0
  

 On 29/03/2010 16:00, markus frei wrote:
  
 I'm having problems with freevo 1.9.0 (installed via the mint

 repositories) and mint 8 (KDE Version). I have configured the local_conf.py 
 to remove
 the tv.mplayer plugin, and activated the tv.tvtime plugin. When I try to
 view TV, I get an error:
  
 Cannot get TV plugin


 The log file shows this:


 2010-03-19 10:33:42,806 DEBUGplugin.py (567): loading

 tv.plugins.tvtime as plugin tv.plugins.tvtime.PluginInterface
  
 failed to load plugin tv.tvtime
 start 'freevo plugins -l' to get a list of plugins
 Traceback (most recent call last):
 File /usr/share/pyshared/freevo/plugin.py, line 569, in

 __load_plugin__
  
   exec('import %s' % module)
 File string, line 1, inmodule
 File /usr/share/pyshared/freevo/tv/plugins/tvtime.py, line 41,

 inmodule
  
   from xml.dom.ext.reader import Sax2
 ImportError: No module named ext.reader


 mplayer works, but I prefer tvtime because of the better picture

 quality.
  


 I don't know what mint is but it sounds like a package/dependancy
 problem. A 5 second search led me to this page, might be of interest
 https://bugs.launchpad.net/ubuntu/+source/zsi/+bug/208855

 John
  



--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] TvTime not working with freevo 1.9.0

2010-03-29 Thread markus frei
I'm having problems with freevo 1.9.0 (installed via the mint repositories) and 
mint 8 (KDE Version). I have configured the local_conf.py to remove the 
tv.mplayer plugin, and activated the tv.tvtime plugin. When I try to view TV, I 
get an error:

Cannot get TV plugin


The log file shows this:


2010-03-19 10:33:42,806 DEBUGplugin.py (567): loading tv.plugins.tvtime as 
plugin tv.plugins.tvtime.PluginInterface
failed to load plugin tv.tvtime
start 'freevo plugins -l' to get a list of plugins
Traceback (most recent call last):
  File /usr/share/pyshared/freevo/plugin.py, line 569, in __load_plugin__
exec('import %s' % module)
  File string, line 1, in module
  File /usr/share/pyshared/freevo/tv/plugins/tvtime.py, line 41, in module
from xml.dom.ext.reader import Sax2
ImportError: No module named ext.reader


mplayer works, but I prefer tvtime because of the better picture quality.
-- 
GMX.at - Österreichs FreeMail-Dienst mit über 2 Mio Mitgliedern
E-Mail, SMS  mehr! Kostenlos: http://portal.gmx.net/de/go/atfreemail

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users