Package: pyscrabble-server
Version: 1.6.2-3
Severity: important
In lenny, python2.5 is the default. However, the only python-zodb
package is for python2.4. Since pyscrabble-server uses python2.5 and
requires ZODB, it simply fails to start:
Traceback (most recent call last):
File "./pyscrabble-server", line 99, in <module>
x.startConsole()
File "./pyscrabble-server", line 33, in startConsole
from pyscrabble.net.server import ScrabbleServerFactory
File "/usr/lib/python2.5/site-packages/pyscrabble/net/server.py", line
10, in <module>
from pyscrabble import db
File "/usr/lib/python2.5/site-packages/pyscrabble/db.py", line 2, in
<module>
from ZODB import FileStorage, DB as _DB
ImportError: No module named ZODB
Even after installing python2.4 and changing the shebang in
/usr/games/pyscrabble-server to use python2.4 (and NAME=python in
/etc/init.d/pyscrabble-server), it still fails to start:
Traceback (most recent call last):
File "./pyscrabble-server", line 7, in ?
from pyscrabble import constants
ImportError: No module named pyscrabble
For the pyscrabble module to be usable in python2.4, it needs to be
added to /usr/lib/python2.4/site-packages:
# ln -s /usr/lib/python2.5/site-packages/pyscrabble \
/usr/lib/python2.4/site-packages/
That will allow pyscrabble-server to use python2.4 and python2.4-zodb on
lenny.
-- System Information:
Debian Release: 5.0.4
APT prefers stable
APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.26-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages pyscrabble-server depends on:
ii adduser 3.110 add and remove users and groups
ii lsb-base 3.2-20 Linux Standard Base 3.2 init scrip
ii pyscrabble-common 1.6.2-3 a multiplayer scrabble implementat
ii python 2.5.2-3 An interactive high-level object-o
ii python-central 0.6.8 register and build utility for Pyt
ii python-nevow 0.9.31-3 Web application templating system
ii python2.4-zodb [python-zodb 1:3.6.0-2+b1 set of tools for using the Zope Ob
pyscrabble-server recommends no packages.
Versions of packages pyscrabble-server suggests:
pn pyscrabble <none> (no description available)
-- no debconf information
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]