[mythtv-users] Re: MythViewer 0.01 available

Grant Edwards grante at visi.com
Wed Mar 9 18:22:25 UTC 2005


On Wed, Mar 09, 2005 at 12:04:26PM -0600, Greg Mitchell wrote:

> > MythViewer is a little program [about 300 lines of Python] that
> > I wrote to browse/view/delete MythTV programs.  I've made it
> > available at <http://www.visi.com/~grante/mythviewer>.
> 
> Hi Grant,
> 
> That program looks great, but I can't get it to run.  I'm running Gentoo on
> an AMD64 platform - first issue was lack of wx (I emerged wxpython) then
> lack of MySQLdb (I emerged mysql-python) which was no big deal

What version of wxPython do you have installed?  I've only
tested it with 2.5.x.  You can find your wxpython version from
the command line like this:

  $ python
  Python 2.3.4 (#2, Aug 19 2004, 15:49:40) 
  [GCC 3.4.1 (Mandrakelinux (Alpha 3.4.1-3mdk)] on linux2
  Type "help", "copyright", "credits" or "license" for more information.
  >>> import wx
  >>> print wx.__version__
  2.5.2.7
  >>>
  $ 

At a shell prompt, enter the command "python" to start the
Python interpreter.  The ">>>" is the python prompt.  At that
prompt, type the two following commands:

  import wx
  print wx.__version__

Then hit ctrl-D to exit python.  

-- 
Grant Edwards
grante at visi.com


More information about the mythtv-users mailing list