python-mysql is brocken

Bug #13347 reported by Debian Bug Importer
4
Affects Status Importance Assigned to Milestone
python-mysqldb (Debian)
Fix Released
Unknown
python-mysqldb (Ubuntu)
Invalid
High
Unassigned

Bug Description

Automatically imported from Debian bug report #297162 http://bugs.debian.org/297162

Revision history for this message
In , Martin Michlmayr (tbm) wrote : Re: Bug#297162: python-mysql is brocken

reassign 297162 python-mysqldb
--
Martin Michlmayr
http://www.cyrius.com/

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Automatically imported from Debian bug report #297162 http://bugs.debian.org/297162

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-Id: <email address hidden>
Date: Sun, 27 Feb 2005 17:58:55 +0100
From: Robert Penz <email address hidden>
To: <email address hidden>
Cc: <email address hidden>
Subject: python-mysql is brocken

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

Package: python-mysql
Version: 1.1.6-1
Severity: grave

In sarge I get following:

$ python
Python 2.3.5 (#2, Feb 9 2005, 00:38:15)
[GCC 3.3.5 (Debian 1:3.3.5-8)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import MySQLdb
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
  File "/usr/lib/python2.3/site-packages/MySQLdb/__init__.py", line 31, in ?
    raise ImportError, "this is MySQLdb version %s, but _mysql is version %s"
%\
ImportError: this is MySQLdb version (1, 1, 6, 'final', 1), but _mysql is
version (0, 9, 2, 'final', 1)
>>>

- --
Regards,
Robert
- ----------------
Robert Penz
robert.penz AT outertech.com
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (GNU/Linux)

iD8DBQFCIfyB8tTsQqJDUBMRAmU+AJ9hi7MhAZuihd6ErwjPP0W53t02TgCfW6zO
TX5ZFKjbDgnSlh+WHlL77h0=
=DPyg
-----END PGP SIGNATURE-----

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-ID: <email address hidden>
Date: Mon, 28 Feb 2005 11:02:54 +0800
From: Martin Michlmayr <email address hidden>
To: <email address hidden>
Subject: Re: Bug#297162: python-mysql is brocken

reassign 297162 python-mysqldb
--
Martin Michlmayr
http://www.cyrius.com/

Revision history for this message
Matt Zimmerman (mdz) wrote :

Works fine in Hoary

Revision history for this message
In , mejo (jonas-freesources) wrote :

severity 297162 normal
tags 297162 unreproducible
thanks
--- end of instructions for <email address hidden> ---

On 27/02/2005 Robert Penz wrote:
> Package: python-mysql
> Version: 1.1.6-1
> Severity: grave
>
> In sarge I get following:
>
> $ python
> Python 2.3.5 (#2, Feb 9 2005, 00:38:15)
> [GCC 3.3.5 (Debian 1:3.3.5-8)] on linux2
> Type "help", "copyright", "credits" or "license" for more information.
> >>> import MySQLdb
> Traceback (most recent call last):
> File "<stdin>", line 1, in ?
> File "/usr/lib/python2.3/site-packages/MySQLdb/__init__.py", line 31, in ?
> raise ImportError, "this is MySQLdb version %s, but _mysql is version %s"
> %\
> ImportError: this is MySQLdb version (1, 1, 6, 'final', 1), but _mysql is
> version (0, 9, 2, 'final', 1)
> >>>

hello robert,

your bug is kind of strange, as i'm not able to reproduce it in any way.
on an up-to-date sarge box, with fresh installed python2.3 and
python2.3-mysqldb:

$ python
Python 2.3.5 (#2, Feb 9 2005, 00:38:15)
[GCC 3.3.5 (Debian 1:3.3.5-8)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import MySQLdb
>>> help(MySQLdb.connection.close)
Help on method_descriptor:

close(...)
    Close the connection. No further activity possible.

>>>

as you can see, for me the import of MySQLdb works quite fine.
i've also checked twice that the python2.*-mysqldb packages install
the _mysql.so file into the corresponding python site-packages
directory.

so all i can imagine is a messed up python environment on your box,
maybe a manually overwritten _mysql.so file or whatever ...

could you check whether you're able to reproduce the bug on other
systems, with same python and python-mysqldb installed?

i don't see a bug here, thus i've downgraded it to severity normal.
feel free to reincrease the severity if you're able to reproduce the bug
on other systems.

bye
 jonas

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-ID: <email address hidden>
Date: Mon, 28 Feb 2005 19:54:43 +0100
From: Jonas Meurer <email address hidden>
To: Robert Penz <email address hidden>, <email address hidden>
Cc: <email address hidden>
Subject: Re: Bug#297162: python-mysql is brocken

--wRRV7LY7NUeQGEoC
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

severity 297162 normal
tags 297162 unreproducible
thanks
--- end of instructions for <email address hidden> ---

On 27/02/2005 Robert Penz wrote:
> Package: python-mysql
> Version: 1.1.6-1
> Severity: grave
>=20
> In sarge I get following:
>=20
> $ python
> Python 2.3.5 (#2, Feb 9 2005, 00:38:15)
> [GCC 3.3.5 (Debian 1:3.3.5-8)] on linux2
> Type "help", "copyright", "credits" or "license" for more information.
> >>> import MySQLdb
> Traceback (most recent call last):
> File "<stdin>", line 1, in ?
> File "/usr/lib/python2.3/site-packages/MySQLdb/__init__.py", line 31, i=
n ?
> raise ImportError, "this is MySQLdb version %s, but _mysql is version=
 %s"=20
> %\
> ImportError: this is MySQLdb version (1, 1, 6, 'final', 1), but _mysql is=
=20
> version (0, 9, 2, 'final', 1)
> >>>

hello robert,

your bug is kind of strange, as i'm not able to reproduce it in any way.
on an up-to-date sarge box, with fresh installed python2.3 and
python2.3-mysqldb:

$ python
Python 2.3.5 (#2, Feb 9 2005, 00:38:15)
[GCC 3.3.5 (Debian 1:3.3.5-8)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import MySQLdb
>>> help(MySQLdb.connection.close)
Help on method_descriptor:

close(...)
    Close the connection. No further activity possible.

>>>

as you can see, for me the import of MySQLdb works quite fine.
i've also checked twice that the python2.*-mysqldb packages install
the _mysql.so file into the corresponding python site-packages
directory.

so all i can imagine is a messed up python environment on your box,
maybe a manually overwritten _mysql.so file or whatever ...

could you check whether you're able to reproduce the bug on other
systems, with same python and python-mysqldb installed?

i don't see a bug here, thus i've downgraded it to severity normal.
feel free to reincrease the severity if you're able to reproduce the bug
on other systems.

bye
 jonas

--wRRV7LY7NUeQGEoC
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline

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

iD8DBQFCI2jzd6lUs+JfIQIRAoliAJsGsVYN8ZmSDM5rR92TcI/ZyUnc2gCeJaD3
Th4DSiN5DqyRIbF8tZdkQGg=
=YBsc
-----END PGP SIGNATURE-----

--wRRV7LY7NUeQGEoC--

Revision history for this message
In , Robert Penz (robert-penz) wrote :

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

On Monday 28 February 2005 19:54, Jonas Meurer wrote:
> your bug is kind of strange, as i'm not able to reproduce it in any way.
> on an up-to-date sarge box, with fresh installed python2.3 and
> python2.3-mysqldb:

the system is uptodate, but I just tried it on an other system. on this system
it works without any problem. I'll look into it and report back when I find
the problem.

- --
Regards,
Robert
- ----------------
Robert Penz
robert.penz AT outertech.com
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (GNU/Linux)

iD8DBQFCI4MU8tTsQqJDUBMRArOcAJ9clXOxTMrPBXXPFBgkdw0b2zX06gCfSlD9
MxNYnfJeya39A8mWFJwtJaw=
=0S6B
-----END PGP SIGNATURE-----

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-Id: <email address hidden>
Date: Mon, 28 Feb 2005 21:46:09 +0100
From: Robert Penz <email address hidden>
To: Jonas Meurer <email address hidden>
Cc: <email address hidden>, <email address hidden>
Subject: Re: Bug#297162: python-mysql is brocken

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

On Monday 28 February 2005 19:54, Jonas Meurer wrote:
> your bug is kind of strange, as i'm not able to reproduce it in any way.
> on an up-to-date sarge box, with fresh installed python2.3 and
> python2.3-mysqldb:

the system is uptodate, but I just tried it on an other system. on this system
it works without any problem. I'll look into it and report back when I find
the problem.

- --
Regards,
Robert
- ----------------
Robert Penz
robert.penz AT outertech.com
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (GNU/Linux)

iD8DBQFCI4MU8tTsQqJDUBMRArOcAJ9clXOxTMrPBXXPFBgkdw0b2zX06gCfSlD9
MxNYnfJeya39A8mWFJwtJaw=
=0S6B
-----END PGP SIGNATURE-----

Revision history for this message
In , Robert Penz (robert-penz) wrote :

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

On Monday 28 February 2005 19:54, Jonas Meurer wrote:

somehow it works again ... don't really know why (believe that it has
something todo with Gordon McMillan Installer which is also used by this
user, but as I can't reproduce it now I can't say for sure.) but at least I
found also someone else with this problem ;-)

http://www.modpython.org/pipermail/mod_python/2004-February/014967.html

but as it works again on my site I've you can close this bug. thx for your
help.

- --
Regards,
Robert
- ----------------
Robert Penz
robert.penz AT outertech.com
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (GNU/Linux)

iD8DBQFCJLnJ8tTsQqJDUBMRAvBEAJsEL3evSaqMyzb734vNcDL9N7sPfwCghaNm
I724w3YDTCA3ZAYshHfqwh8=
=Rplg
-----END PGP SIGNATURE-----

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-Id: <email address hidden>
Date: Tue, 1 Mar 2005 19:51:52 +0100
From: Robert Penz <email address hidden>
To: Jonas Meurer <email address hidden>
Cc: <email address hidden>, <email address hidden>
Subject: Re: Bug#297162: python-mysql is brocken

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

On Monday 28 February 2005 19:54, Jonas Meurer wrote:

somehow it works again ... don't really know why (believe that it has
something todo with Gordon McMillan Installer which is also used by this
user, but as I can't reproduce it now I can't say for sure.) but at least I
found also someone else with this problem ;-)

http://www.modpython.org/pipermail/mod_python/2004-February/014967.html

but as it works again on my site I've you can close this bug. thx for your
help.

- --
Regards,
Robert
- ----------------
Robert Penz
robert.penz AT outertech.com
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (GNU/Linux)

iD8DBQFCJLnJ8tTsQqJDUBMRAvBEAJsEL3evSaqMyzb734vNcDL9N7sPfwCghaNm
I724w3YDTCA3ZAYshHfqwh8=
=Rplg
-----END PGP SIGNATURE-----

Revision history for this message
In , mejo (jonas-freesources) wrote :

On 01/03/2005 Robert Penz wrote:
> but as it works again on my site I've you can close this bug. thx for your
> help.

great, i've closed the bug.

nevertheless ... usually the bug submitter closes the bug if he/she
recognizes that it's not a bug. the maintainer closes the bug if he/she
fixes the bug in a new upload.
so please close bugs like this one on your own next time.

bye
 jonas

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-ID: <email address hidden>
Date: Wed, 2 Mar 2005 12:23:01 +0100
From: Jonas Meurer <email address hidden>
To: Robert Penz <email address hidden>, <email address hidden>
Subject: Re: Bug#297162: python-mysql is brocken

--KsGdsel6WgEHnImy
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On 01/03/2005 Robert Penz wrote:
> but as it works again on my site I've you can close this bug. thx for you=
r=20
> help.

great, i've closed the bug.

nevertheless ... usually the bug submitter closes the bug if he/she
recognizes that it's not a bug. the maintainer closes the bug if he/she
fixes the bug in a new upload.
so please close bugs like this one on your own next time.

bye
 jonas

--KsGdsel6WgEHnImy
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline

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

iD8DBQFCJaIUd6lUs+JfIQIRAnEkAJ47TkH6R4PUI/JlEiOu/vFl9aq63ACfSjCA
MPs/OMf+NLMLSsaqqNzPjNo=
=EUZU
-----END PGP SIGNATURE-----

--KsGdsel6WgEHnImy--

Changed in python-mysqldb:
status: Unknown → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.