Package: python-twisted-web
Version: 0.6.0-1
Severity: important
I'm getting the following error:
$ python
Python 2.4.4 (#2, Oct 20 2006, 00:23:25)
[GCC 4.1.2 20061015 (prerelease) (Debian 4.1.1-16.1)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from twisted.web.http import HTTPClient
Traceback (most recent call last):
File "<stdin>", line 1, in ?
File "/usr/lib/python2.4/site-packages/twisted/web/http.py", line 25, in ?
import cgi
File "/usr/lib/python2.4/cgi.py", line 40, in ?
import mimetools
File "/usr/lib/python2.4/mimetools.py", line 11, in ?
class Message(rfc822.Message):
AttributeError: 'module' object has no attribute 'Message'
>>>
This breaks the pymsnt package, along with one of my own Twisted apps.
thanks
d
-- System Information:
Debian Release: 4.0
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Versions of packages python-twisted-web depends on:
ii python 2.4.4-1 An interactive high-level object-o
ii python-central 0.5.9 register and build utility for Pyt
ii python-twisted-core 2.4.0-2 Event-based framework for internet
python-twisted-web recommends no packages.
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]