Not knowing python and more to the point not being a programmer is a bit of a drawback here but I can give some feedback. It's failing at the os.path.isdir(inc) check;Yeah, it's not finding pygame.
[EMAIL PROTECTED] pyimlib2]# python setup.py install
pygame extention disabled
running install
running build
running build_py
running build_ext
running install_lib
[EMAIL PROTECTED] pyimlib2]#
Add some debug in lib/pyimlin2/setup.py and try to find out what the
reason is.
[EMAIL PROTECTED] pyimlib2]# python2.3 setup.py build
DEBUG: pygame.__path__[0] is /usr/lib/python2.3/site-packages/pygame
DEBUG: inc[:inc.rfind('site-packages')] + 'pygame' is /usr/lib/python2.3/pygame
DEBUG: inc[:inc.rfind('/lib/')] + '/include' + inc[inc.rfind('/lib/')+4:] is /usr/include/python2.3/pygame
DEBUG: os.path.dir is False
pygame extention disabled
running build
running build_py
running build_ext
[EMAIL PROTECTED] pyimlib2]#
[EMAIL PROTECTED] epeg-0.9.0]# sdl-config --version
1.2.7
That should work.
I am actually using X11 and adding this setting got things moving on (slightly). Next up was an issue with mbus. The hostname returned by gethostname was not resolvable resulting in the following as gethostbyname failed.
File
"/home/john/apps/freevocvs/freevo/site-packages/mbus/entity.py", line
400, in calculateAddress
newAddr[ 'id' ] = "[EMAIL PROTECTED]" % \
gaierror: (-2, 'Name or service not known')
Try to add your pc to your /etc/hosts. It looks like you can't connect to a nameserver.
Exactly, adding to /etc/hosts had done the trick.
Pysqlite sorted, now I'm probably pushing my luck here but here's the next traceback on launch:So that's sorted now the next one is a sqlite problem. Think I must have missed something in my rush.
[EMAIL PROTECTED] freevo]# freevo ImportError: libsqlite3.so.0: cannot open shared object file: No such file or directory Not all requirements of Freevo are installed on your system. Please check the INSTALL file for more informations.
Sqlite and pysqlite are installed. Libsqlite.so.0 is in
/usr/local/lib/libsqlite3.so.0
Try to remerge pysqlite. Maybe sqlite below pysql changed.
Dischi
WARNING __init__(303): TV_RECORD_DIR not set
Please set TV_RECORD_DIR to the directory, where recordings
should be stored or remove the tv plugin. Autoset variable
to /root.
WARNING __init__(306): VIDEO_SHOW_DATA_DIR not found
WARNING thumbnail(54): thumbnail: pyepeg not found
ERROR main(418): Crash!
Traceback (most recent call last):
File "/usr/lib/python2.3/site-packages/freevo/main.py", line 391, in ?
MainMenu().getcmd()
File "/usr/lib/python2.3/site-packages/freevo/main.py", line 205, in getcmd
items += p.items(self)
File "/usr/lib/python2.3/site-packages/freevo/tv/__init__.py", line 74, in items
config.detect('tvcards', 'channels')
File "/usr/lib/python2.3/site-packages/freevo/config/__init__.py", line 346, in detect
exec('import %s' % module)
File "<string>", line 1, in ?
File "/usr/lib/python2.3/site-packages/freevo/config/channels.py", line 131, in ?
refresh()
File "/usr/lib/python2.3/site-packages/freevo/config/channels.py", line 107, in refresh
pyepg.load(config.TV_CHANNELS, config.TV_CHANNELS_EXCLUDE)
File "/usr/lib/python2.3/site-packages/pyepg/guide.py", line 84, in load
for c in self.sql_get_channels():
File "/usr/lib/python2.3/site-packages/pyepg/guide.py", line 173, in sql_get_channels
return self.sql_execute(query)
File "/usr/lib/python2.3/site-packages/pyepg/guide.py", line 128, in sql_execute
result = self.db.execute(query)
File "/usr/lib/python2.3/site-packages/pyepg/db_sqlite.py", line 78, in execute
self.cursor.execute(query)
File "/usr/lib/python2.3/site-packages/sqlite/main.py", line 244, in execute
self.rs = self.con.db.execute(SQL)
DatabaseError: no such table: channels
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/
_______________________________________________
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users
