Your message dated Fri, 10 Dec 2010 01:32:06 +0000
with message-id <e1pqrqa-00041p...@franck.debian.org>
and subject line Bug#592151: fixed in quixote 2.7~b2-1
has caused the Debian Bug report #592151,
regarding python-quixote: Import of .ptl files fails
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 ow...@bugs.debian.org
immediately.)


-- 
592151: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=592151
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: python-quixote
Version: 2.5-5+b1
Severity: important

Importing .ptl files fails in python 2.6. Fixed in upstream quixote 2.7b2.
Steps to reproduce:
$ python
Python 2.6.5+ (release26-maint, Jul  6 2010, 14:48:45)
[GCC 4.4.4] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from quixote.demo import create_publisher
/usr/lib/pymodules/python2.6/quixote/http_response.py:7: DeprecationWarning:
the sets module is deprecated
  from sets import Set
>>> from quixote.server.simple_server import run
>>> run(create_publisher, host='localhost', port=8080)
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/pymodules/python2.6/quixote/server/simple_server.py", line 99,
in run
    publisher = create_publisher()
  File "/usr/lib/pymodules/python2.6/quixote/demo/__init__.py", line 6, in
create_publisher
    from quixote.demo.root import RootDirectory
  File "/usr/lib/pymodules/python2.6/quixote/ptl/ptl_import.py", line 116, in
find_import_module
    return self.loader.load_module(fullname, stuff)
  File "/usr/lib/pymodules/python2.6/quixote/ptl/ptl_import.py", line 96, in
load_module
    return _load_ptl(name, filename, file)
  File "/usr/lib/pymodules/python2.6/quixote/ptl/ptl_import.py", line 76, in
_load_ptl
    return _exec_module_code(code, name, filename)
  File "/usr/lib/pymodules/python2.6/quixote/ptl/ptl_import.py", line 28, in
_exec_module_code
    exec code in mod.__dict__
  File "/usr/lib/pymodules/python2.6/quixote/demo/root.ptl", line 100, in
<module>
    """.decode('base64')
  File "/usr/lib/python2.6/encodings/__init__.py", line 100, in search_function
    level=0)
TypeError: import_module() takes no keyword arguments
>>>



-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.35 (SMP w/2 CPU cores; PREEMPT)
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 python-quixote depends on:
ii  python                        2.6.5-11   interactive high-level object-orie
ii  python-support                1.0.9      automated rebuilding support for P

Versions of packages python-quixote recommends:
ii  python-quixote-doc            2.5-5      Quixote web application framework 

python-quixote suggests no packages.

-- no debconf information



--- End Message ---
--- Begin Message ---
Source: quixote
Source-Version: 2.7~b2-1

We believe that the bug you reported is fixed in the latest version of
quixote, which is due to be installed in the Debian FTP archive:

python-quixote-doc_2.7~b2-1_all.deb
  to main/q/quixote/python-quixote-doc_2.7~b2-1_all.deb
python-quixote_2.7~b2-1_i386.deb
  to main/q/quixote/python-quixote_2.7~b2-1_i386.deb
quixote_2.7~b2-1.debian.tar.gz
  to main/q/quixote/quixote_2.7~b2-1.debian.tar.gz
quixote_2.7~b2-1.dsc
  to main/q/quixote/quixote_2.7~b2-1.dsc
quixote_2.7~b2.orig.tar.gz
  to main/q/quixote/quixote_2.7~b2.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 592...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Oleksandr Moskalenko <ma...@debian.org> (supplier of updated quixote package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Thu, 09 Dec 2010 16:33:33 -0600
Source: quixote
Binary: python-quixote python-quixote-doc
Architecture: source i386 all
Version: 2.7~b2-1
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team 
<python-modules-t...@lists.alioth.debian.org>
Changed-By: Oleksandr Moskalenko <ma...@debian.org>
Description: 
 python-quixote - A highly Pythonic Web application framework
 python-quixote-doc - Quixote web application framework documentation
Closes: 514762 564332 592151
Changes: 
 quixote (2.7~b2-1) unstable; urgency=low
 .
   * New upstream beta release (Closes: #592151).
   * debian/control:
     - Changed to DPMT maintainer; put myself in uploaders.
     - Updated Standards-Version to 3.9.1.
     - Moved appropriate build-depends to build-depends-indep.
     - Removed build-depends on dpatch.
     - Updated python-quixote-doc package description (Closes: #564332).
     - Added ${misc:Depends} to python-quixote depends per lintian warning.
     - Added ${shlibs:Depends} per lintian warning.
   * debian/source/format: Switched to source format 3.0.
   * Removed debian/pyversions as only 2.6 is currently available.
   * debian/rules:
     - Only build docs in the binary-indep target (Closes: #514762).
     - Removed patch handling code.
     - Added commands to strip binaries.
   * debian/patches: Converted patches to quilt format.
   * debian/copyright: Removed the encoded copyright symbol per lintian
     warning.
Checksums-Sha1: 
 3e6a75ba86546094e965a95663387f7a18b37be8 1435 quixote_2.7~b2-1.dsc
 1fd778aaa24baf71e0241712abfb68e0c1f9c91e 186993 quixote_2.7~b2.orig.tar.gz
 7bcfd9615c9d250cc69207925d2af0cf2a4cf4ad 8824 quixote_2.7~b2-1.debian.tar.gz
 f377a9db87ebb2218bde6014de161405fbbcee79 111580 
python-quixote_2.7~b2-1_i386.deb
 9ae1a25fa120f0431c862e11a51c29e00f667a22 95816 
python-quixote-doc_2.7~b2-1_all.deb
Checksums-Sha256: 
 9d39c6e4a9ca19990381998950c495c5e0509aacf771429dde85ede71ade02cf 1435 
quixote_2.7~b2-1.dsc
 b690761a34871c12278af26bf93cd04eaf3ed9c8843ea56780b00d0c451e6fd4 186993 
quixote_2.7~b2.orig.tar.gz
 5ec23d0a5a6ace9bc3a0ae7ba1a9ec2ed42e686b9d0a1bf1f3d7672909840a6e 8824 
quixote_2.7~b2-1.debian.tar.gz
 39237bf9d033e3d462397e31f1ea0ecf8d2abaaf5f6fe719f2088698dc49dda4 111580 
python-quixote_2.7~b2-1_i386.deb
 58ee941753a9fd19e93df55761568ff761b4b95c9c3ad27f086f2cf6958a0025 95816 
python-quixote-doc_2.7~b2-1_all.deb
Files: 
 943e4aefa55378078447ab0fdef8b584 1435 python optional quixote_2.7~b2-1.dsc
 bda5d9c0a37edf6745dc1a01fb073d3d 186993 python optional 
quixote_2.7~b2.orig.tar.gz
 9f0bba7be4a37b005702101beee3edac 8824 python optional 
quixote_2.7~b2-1.debian.tar.gz
 b1999f3ef27eb719c9db1fc097fa8136 111580 python optional 
python-quixote_2.7~b2-1_i386.deb
 604fa547df1d419d3376fb45cedf0cda 95816 doc optional 
python-quixote-doc_2.7~b2-1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iD8DBQFNAYFk2ihvMmxfGWsRAsO+AJ9AuGy/PVpzDMt+JBZPXuGs2SLa9wCg1sHd
H28iLjztb3jVhK+u/XwM2R8=
=Avkc
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to