Your message dated Sun, 1 Jul 2012 12:20:54 +0200
with message-id <[email protected]>
and subject line Closing outdated bug
has caused the Debian Bug report #575339,
regarding pyscrabble-server: broken in lenny due to no python 2.5 zodb support
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
575339: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=575339
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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
--- End Message ---
--- Begin Message ---
Since I never got around to fixing this bug in Lenny, I'm closing it anyway.
--
Magnus Holmgren [email protected]
Debian Developer
signature.asc
Description: This is a digitally signed message part.
--- End Message ---