Bug#590224: marked as done (python-sqlalchemy: sqlalchemy crashes on import)

2010-07-28 Thread Debian Bug Tracking System
Your message dated Wed, 28 Jul 2010 15:47:42 +
with message-id 
and subject line Bug#590224: fixed in python-defaults 2.6.5-11
has caused the Debian Bug report #590224,
regarding python-sqlalchemy: sqlalchemy crashes on import
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.)


-- 
590224: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=590224
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: python-sqlalchemy
Version: 0.6.2-1
Severity: grave
Justification: renders package unusable

When running any application using python-alchemy, the application
crashes with the following error message:
 File "/usr/lib/python2.6/dist-packages/sqlalchemy/__init__.py", line
 51, in 
   from sqlalchemy.types import (
ValueError: bad marshal data

I noticed the problem when trying to run anki, but the following
testcase is sufficient to experience the problem:
  echo "from sqlalchemy import *" >> /tmp/test.py
  python /tmp/test.py

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/1 CPU core)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages python-sqlalchemy depends on:
ii  python  2.6.5-5  An interactive high-level object-o
ii  python2.5   2.5.5-6  An interactive high-level object-o
ii  python2.6   2.6.5+20100706-1 An interactive high-level object-o

Versions of packages python-sqlalchemy recommends:
ii  python-sqlalchemy-ext 0.6.2-1SQL toolkit and Object Relational 

Versions of packages python-sqlalchemy suggests:
pn  python-kinterbasdb (no description available)
pn  python-mysqldb (no description available)
pn  python-psycopg2(no description available)
pn  python-pymssql (no description available)
pn  python-sqlalchemy-doc  (no description available)

-- no debconf information


--- End Message ---
--- Begin Message ---
Source: python-defaults
Source-Version: 2.6.5-11

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

idle_2.6.5-11_all.deb
  to main/p/python-defaults/idle_2.6.5-11_all.deb
python-all-dbg_2.6.5-11_all.deb
  to main/p/python-defaults/python-all-dbg_2.6.5-11_all.deb
python-all-dev_2.6.5-11_all.deb
  to main/p/python-defaults/python-all-dev_2.6.5-11_all.deb
python-all_2.6.5-11_all.deb
  to main/p/python-defaults/python-all_2.6.5-11_all.deb
python-dbg_2.6.5-11_all.deb
  to main/p/python-defaults/python-dbg_2.6.5-11_all.deb
python-defaults_2.6.5-11.dsc
  to main/p/python-defaults/python-defaults_2.6.5-11.dsc
python-defaults_2.6.5-11.tar.gz
  to main/p/python-defaults/python-defaults_2.6.5-11.tar.gz
python-dev_2.6.5-11_all.deb
  to main/p/python-defaults/python-dev_2.6.5-11_all.deb
python-doc_2.6.5-11_all.deb
  to main/p/python-defaults/python-doc_2.6.5-11_all.deb
python-examples_2.6.5-11_all.deb
  to main/p/python-defaults/python-examples_2.6.5-11_all.deb
python-minimal_2.6.5-11_all.deb
  to main/p/python-defaults/python-minimal_2.6.5-11_all.deb
python_2.6.5-11_all.deb
  to main/p/python-defaults/python_2.6.5-11_all.deb



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 590...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Piotr Ożarowski  (supplier of updated python-defaults 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: Tue, 27 Jul 2010 21:25:54 +0200
Source: python-defaults
Binary: python python-minimal python-examples python-dev idle python-doc 
python-dbg python-all python-all-dev python-all-dbg
Architecture: source all
Version: 2.6.5-11
Distribution: unstable
Urgency: medium
Maintainer: Matthias Klose 
Changed-By: Piotr Ożarowski 
Description: 
 idle   - IDE for Python using Tkinter (default version)
 python - interactive high-level object-oriented language (default version)
 python-all - package depending on all supported Python runtime versions
 python-all-dbg - package depending on all suppor

Bug#590224: marked as done (python-sqlalchemy: sqlalchemy crashes on import)

2010-07-25 Thread Debian Bug Tracking System
Your message dated Sun, 25 Jul 2010 14:58:50 +
with message-id 
and subject line Bug#590224: fixed in python-defaults 2.6.5-10
has caused the Debian Bug report #590224,
regarding python-sqlalchemy: sqlalchemy crashes on import
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.)


-- 
590224: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=590224
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: python-sqlalchemy
Version: 0.6.2-1
Severity: grave
Justification: renders package unusable

When running any application using python-alchemy, the application
crashes with the following error message:
 File "/usr/lib/python2.6/dist-packages/sqlalchemy/__init__.py", line
 51, in 
   from sqlalchemy.types import (
ValueError: bad marshal data

I noticed the problem when trying to run anki, but the following
testcase is sufficient to experience the problem:
  echo "from sqlalchemy import *" >> /tmp/test.py
  python /tmp/test.py

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/1 CPU core)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages python-sqlalchemy depends on:
ii  python  2.6.5-5  An interactive high-level object-o
ii  python2.5   2.5.5-6  An interactive high-level object-o
ii  python2.6   2.6.5+20100706-1 An interactive high-level object-o

Versions of packages python-sqlalchemy recommends:
ii  python-sqlalchemy-ext 0.6.2-1SQL toolkit and Object Relational 

Versions of packages python-sqlalchemy suggests:
pn  python-kinterbasdb (no description available)
pn  python-mysqldb (no description available)
pn  python-psycopg2(no description available)
pn  python-pymssql (no description available)
pn  python-sqlalchemy-doc  (no description available)

-- no debconf information


--- End Message ---
--- Begin Message ---
Source: python-defaults
Source-Version: 2.6.5-10

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

idle_2.6.5-10_all.deb
  to main/p/python-defaults/idle_2.6.5-10_all.deb
python-all-dbg_2.6.5-10_all.deb
  to main/p/python-defaults/python-all-dbg_2.6.5-10_all.deb
python-all-dev_2.6.5-10_all.deb
  to main/p/python-defaults/python-all-dev_2.6.5-10_all.deb
python-all_2.6.5-10_all.deb
  to main/p/python-defaults/python-all_2.6.5-10_all.deb
python-dbg_2.6.5-10_all.deb
  to main/p/python-defaults/python-dbg_2.6.5-10_all.deb
python-defaults_2.6.5-10.dsc
  to main/p/python-defaults/python-defaults_2.6.5-10.dsc
python-defaults_2.6.5-10.tar.gz
  to main/p/python-defaults/python-defaults_2.6.5-10.tar.gz
python-dev_2.6.5-10_all.deb
  to main/p/python-defaults/python-dev_2.6.5-10_all.deb
python-doc_2.6.5-10_all.deb
  to main/p/python-defaults/python-doc_2.6.5-10_all.deb
python-examples_2.6.5-10_all.deb
  to main/p/python-defaults/python-examples_2.6.5-10_all.deb
python-minimal_2.6.5-10_all.deb
  to main/p/python-defaults/python-minimal_2.6.5-10_all.deb
python_2.6.5-10_all.deb
  to main/p/python-defaults/python_2.6.5-10_all.deb



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 590...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Piotr Ożarowski  (supplier of updated python-defaults 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: Sun, 25 Jul 2010 12:34:56 +0200
Source: python-defaults
Binary: python python-minimal python-examples python-dev idle python-doc 
python-dbg python-all python-all-dev python-all-dbg
Architecture: source all
Version: 2.6.5-10
Distribution: unstable
Urgency: medium
Maintainer: Matthias Klose 
Changed-By: Piotr Ożarowski 
Description: 
 idle   - IDE for Python using Tkinter (default version)
 python - interactive high-level object-oriented language (default version)
 python-all - package depending on all supported Python runtime versions
 python-all-dbg - package depending on all suppor