* [gentoo-amd64] emul-linux-x86-soundlibs/emul-linux-x86-qtlibs emerge loop
@ 2008-01-29 20:53 Mark Knecht
2008-01-29 21:27 ` Sebastian Redl
2008-01-30 0:14 ` Olivier Crête
0 siblings, 2 replies; 14+ messages in thread
From: Mark Knecht @ 2008-01-29 20:53 UTC (permalink / raw
To: gentoo-amd64
Hi all,
I seem to be stuck in a bit of an emerge loop and I can't find my way out.
1) A number of apps depend on emul-linux-x86-soundlibs.
2) emul-linux-x86-soundlibs depends on emul-linux-x86-qtlibs
3) emul-linux-x86-qtlibs wants emul-linux-x86-soundlibs compiled with arts
4) Attempting to rebuild emul-linux-x86-soundlibs with arts tries to
rebuild emul-linux-x86-qtlibs which fails because
emul-linux-x86-soundlibs doesn't have arts.
How do I get out of this loop?
Thanks in advance,
Mark
* Messages for package app-emulation/emul-linux-x86-qtlibs-20071210:
*
* emul-linux-x86-qtlibs requires arts support in
app-emulation/emul-linux-x86-soundlibs.
* Please compile app-emulation/emul-linux-x86-soundlibs with USE=arts
* enabled and then re-merge this package.
*
*
* ERROR: app-emulation/emul-linux-x86-qtlibs-20071210 failed.
* Call stack:
* ebuild.sh, line 46: Called pkg_setup
* emul-linux-x86-qtlibs-20071210.ebuild, line 22: Called die
* The specific snippet of code:
* die "app-emulation/emul-linux-x86-soundlibs must have
arts useflag turned on"
* The die message:
* app-emulation/emul-linux-x86-soundlibs must have arts useflag turned on
*
* If you need support, post the topmost build error, and the call
stack if relevant.
* A complete build log is located at
'/var/tmp/portage/app-emulation/emul-linux-x86-qtlibs-20071210/temp/build.log'.
* The ebuild environment file is located at
'/var/tmp/portage/app-emulation/emul-linux-x86-qtlibs-20071210/temp/die.env'.
*
lightning ~ # emerge -pv -1 emul-linux-x86-soundlibs
These are the packages that would be merged, in order:
Calculating dependencies... done!
[ebuild U ] app-emulation/emul-linux-x86-qtlibs-20071210 [10.0] 0 kB
[ebuild R ] app-emulation/emul-linux-x86-soundlibs-20071114-r1
USE="arts* oss -esd" 0 kB
Total: 2 packages (1 upgrade, 1 reinstall), Size of downloads: 0 kB
lightning ~ # equery depends emul-linux-x86-soundlibs
[ Searching for packages depending on emul-linux-x86-soundlibs... ]
app-emulation/emul-linux-x86-java-1.6.0.03 (alsa?
app-emulation/emul-linux-x86-soundlibs)
app-emulation/emul-linux-x86-medialibs-20071114
(>=app-emulation/emul-linux-x86-soundlibs-20071114)
app-emulation/emul-linux-x86-sdl-20071121
(>=app-emulation/emul-linux-x86-soundlibs-20071114)
app-emulation/wine-0.9.54 (amd64? >=app-emulation/emul-linux-x86-soundlibs-2.1)
media-video/mplayer-bin-1.0_rc1-r3
(>=app-emulation/emul-linux-x86-soundlibs-10.0)
net-www/netscape-flash-9.0.115.0 (amd64? app-emulation/emul-linux-x86-soundlibs)
lightning ~ # equery depends emul-linux-x86-qtlibs
[ Searching for packages depending on emul-linux-x86-qtlibs... ]
app-emulation/emul-linux-x86-soundlibs-20071114-r1 (arts?
>=app-emulation/emul-linux-x86-qtlibs-20071114)
lightning ~ #
--
gentoo-amd64@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [gentoo-amd64] emul-linux-x86-soundlibs/emul-linux-x86-qtlibs emerge loop
2008-01-29 20:53 [gentoo-amd64] emul-linux-x86-soundlibs/emul-linux-x86-qtlibs emerge loop Mark Knecht
@ 2008-01-29 21:27 ` Sebastian Redl
2008-01-30 0:14 ` Olivier Crête
1 sibling, 0 replies; 14+ messages in thread
From: Sebastian Redl @ 2008-01-29 21:27 UTC (permalink / raw
To: gentoo-amd64
Mark Knecht wrote:
>Hi all,
> I seem to be stuck in a bit of an emerge loop and I can't find my way out.
>
>1) A number of apps depend on emul-linux-x86-soundlibs.
>
>2) emul-linux-x86-soundlibs depends on emul-linux-x86-qtlibs
>
>3) emul-linux-x86-qtlibs wants emul-linux-x86-soundlibs compiled with arts
>
>
I was in the same loop. I broke it by compiling an earlier version of
one of the two packages first, which didn't have the requirement. But I
can't remember which one I compiled first.
Sebastian Redl
--
gentoo-amd64@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [gentoo-amd64] emul-linux-x86-soundlibs/emul-linux-x86-qtlibs emerge loop
@ 2008-01-29 21:57 Barry Schwartz
0 siblings, 0 replies; 14+ messages in thread
From: Barry Schwartz @ 2008-01-29 21:57 UTC (permalink / raw
To: gentoo-amd64
Mark Knecht <markknecht@gmail.com> skribis:
> Hi all,
> I seem to be stuck in a bit of an emerge loop and I can't find my way out.
>
> 1) A number of apps depend on emul-linux-x86-soundlibs.
>
> 2) emul-linux-x86-soundlibs depends on emul-linux-x86-qtlibs
>
> 3) emul-linux-x86-qtlibs wants emul-linux-x86-soundlibs compiled with arts
>
> 4) Attempting to rebuild emul-linux-x86-soundlibs with arts tries to
> rebuild emul-linux-x86-qtlibs which fails because
> emul-linux-x86-soundlibs doesn't have arts.
>
> How do I get out of this loop?
I would try --nodeps
I've never tried --nodeps so don't blame me when your computer
explodes.
--
gentoo-amd64@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [gentoo-amd64] emul-linux-x86-soundlibs/emul-linux-x86-qtlibs emerge loop
2008-01-29 20:53 [gentoo-amd64] emul-linux-x86-soundlibs/emul-linux-x86-qtlibs emerge loop Mark Knecht
2008-01-29 21:27 ` Sebastian Redl
@ 2008-01-30 0:14 ` Olivier Crête
2008-01-30 1:10 ` Mark Knecht
2008-01-30 1:11 ` [gentoo-amd64] emul-linux-x86-soundlibs/emul-linux-x86-qtlibs emerge loop Scott
1 sibling, 2 replies; 14+ messages in thread
From: Olivier Crête @ 2008-01-30 0:14 UTC (permalink / raw
To: gentoo-amd64
[-- Attachment #1: Type: text/plain, Size: 800 bytes --]
Hi.
On Tue, 2008-01-29 at 12:53 -0800, Mark Knecht wrote:
> Hi all,
> I seem to be stuck in a bit of an emerge loop and I can't find my way out.
>
> 1) A number of apps depend on emul-linux-x86-soundlibs.
>
> 2) emul-linux-x86-soundlibs depends on emul-linux-x86-qtlibs
>
> 3) emul-linux-x86-qtlibs wants emul-linux-x86-soundlibs compiled with arts
>
> 4) Attempting to rebuild emul-linux-x86-soundlibs with arts tries to
> rebuild emul-linux-x86-qtlibs which fails because
> emul-linux-x86-soundlibs doesn't have arts.
>
> How do I get out of this loop?
The emul-linux* packages are binary, so the order in which you merged
them doesnt matter, you can just merged both with --nodeps and you will
be fine.
--
Olivier Crête
tester@gentoo.org
Gentoo Developer
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [gentoo-amd64] emul-linux-x86-soundlibs/emul-linux-x86-qtlibs emerge loop
2008-01-30 0:14 ` Olivier Crête
@ 2008-01-30 1:10 ` Mark Knecht
2008-01-30 2:48 ` David Fellows
2008-01-31 18:05 ` [gentoo-amd64] error importing _mysql (mysql-python) Clemente Aguiar
2008-01-30 1:11 ` [gentoo-amd64] emul-linux-x86-soundlibs/emul-linux-x86-qtlibs emerge loop Scott
1 sibling, 2 replies; 14+ messages in thread
From: Mark Knecht @ 2008-01-30 1:10 UTC (permalink / raw
To: gentoo-amd64
On Jan 29, 2008 4:14 PM, Olivier Crête <tester@gentoo.org> wrote:
> Hi.
>
> On Tue, 2008-01-29 at 12:53 -0800, Mark Knecht wrote:
> > Hi all,
> > I seem to be stuck in a bit of an emerge loop and I can't find my way out.
> >
> > 1) A number of apps depend on emul-linux-x86-soundlibs.
> >
> > 2) emul-linux-x86-soundlibs depends on emul-linux-x86-qtlibs
> >
> > 3) emul-linux-x86-qtlibs wants emul-linux-x86-soundlibs compiled with arts
> >
> > 4) Attempting to rebuild emul-linux-x86-soundlibs with arts tries to
> > rebuild emul-linux-x86-qtlibs which fails because
> > emul-linux-x86-soundlibs doesn't have arts.
> >
> > How do I get out of this loop?
>
> The emul-linux* packages are binary, so the order in which you merged
> them doesnt matter, you can just merged both with --nodeps and you will
> be fine.
>
> --
> Olivier Crête
> tester@gentoo.org
> Gentoo Developer
>
Thanks Olivier. That seems to have worked. Is this an ebuild bug that
should be reported?
thanks,
Mark
--
gentoo-amd64@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [gentoo-amd64] emul-linux-x86-soundlibs/emul-linux-x86-qtlibs emerge loop
2008-01-30 0:14 ` Olivier Crête
2008-01-30 1:10 ` Mark Knecht
@ 2008-01-30 1:11 ` Scott
1 sibling, 0 replies; 14+ messages in thread
From: Scott @ 2008-01-30 1:11 UTC (permalink / raw
To: gentoo-amd64
On Wed, 30 Jan 2008 11:14:37 +1100
Olivier Crête <tester@gentoo.org> wrote:
> Hi.
>
> On Tue, 2008-01-29 at 12:53 -0800, Mark Knecht wrote:
> > Hi all,
> > I seem to be stuck in a bit of an emerge loop and I can't find
> > my way out.
> >
> > 1) A number of apps depend on emul-linux-x86-soundlibs.
> >
> > 2) emul-linux-x86-soundlibs depends on emul-linux-x86-qtlibs
> >
> > 3) emul-linux-x86-qtlibs wants emul-linux-x86-soundlibs compiled
> > with arts
> >
> > 4) Attempting to rebuild emul-linux-x86-soundlibs with arts tries to
> > rebuild emul-linux-x86-qtlibs which fails because
> > emul-linux-x86-soundlibs doesn't have arts.
> >
> > How do I get out of this loop?
>
> The emul-linux* packages are binary, so the order in which you merged
> them doesnt matter, you can just merged both with --nodeps and you
> will be fine.
>
I just dealt with the same issue myself.What I did was "emerge -c
emul-linux-x86-soundlibs" (emerge -C unmerges), "echo
"app-emulation/emul-linux-x86-soundlibs
arts" /etc/portage/package.use" , "emerge emul-linux-x86-soundlibs"
That solved it for me hope this helps
-Scott
--
gentoo-amd64@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [gentoo-amd64] emul-linux-x86-soundlibs/emul-linux-x86-qtlibs emerge loop
2008-01-30 1:10 ` Mark Knecht
@ 2008-01-30 2:48 ` David Fellows
2008-01-31 18:05 ` [gentoo-amd64] error importing _mysql (mysql-python) Clemente Aguiar
1 sibling, 0 replies; 14+ messages in thread
From: David Fellows @ 2008-01-30 2:48 UTC (permalink / raw
To: gentoo-amd64, Mark Knecht
On Tue, 29 Jan 2008 17:10:47 -0800
"Mark Knecht" wrote -
Snip...
>
> Thanks Olivier. That seems to have worked. Is this an ebuild bug that
> should be reported?
Probably not. There are a number of related bug entries already. See,
for example,200171.
DaveF
--
gentoo-amd64@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 14+ messages in thread
* [gentoo-amd64] error importing _mysql (mysql-python)
2008-01-30 1:10 ` Mark Knecht
2008-01-30 2:48 ` David Fellows
@ 2008-01-31 18:05 ` Clemente Aguiar
2008-02-01 7:53 ` Tonko Mulder
1 sibling, 1 reply; 14+ messages in thread
From: Clemente Aguiar @ 2008-01-31 18:05 UTC (permalink / raw
To: gentoo-amd64
I have two versions of Python installed, ver 2.3.6 and 2.4.4.
I also have dev-python/mysql-python version 1.2.2 installed.
When I try "import _mysql" in version 2.4.4 it works, but in version
2.3.6 it gives the following error:
Python 2.3.6 (#1, Jan 30 2008, 14:30:02)
[GCC 4.1.2 (Gentoo 4.1.2)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import _mysql
Traceback (most recent call last):
File "<stdin>", line 1, in ?
ImportError: No module named _mysql
>>>
Can anybody help with my problem?
Note: the reason I am trying to use mysql with an older version of
Python its because it is the version that Zope-2.8.91 is configured to
use, so I am stuck.
Clemente
--
gentoo-amd64@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [gentoo-amd64] error importing _mysql (mysql-python)
2008-01-31 18:05 ` [gentoo-amd64] error importing _mysql (mysql-python) Clemente Aguiar
@ 2008-02-01 7:53 ` Tonko Mulder
2008-02-01 10:20 ` Clemente Aguiar
0 siblings, 1 reply; 14+ messages in thread
From: Tonko Mulder @ 2008-02-01 7:53 UTC (permalink / raw
To: gentoo-amd64
[-- Attachment #1: Type: text/plain, Size: 862 bytes --]
Op Thursday 31 January 2008 19:05:55 schreef Clemente Aguiar:
> I have two versions of Python installed, ver 2.3.6 and 2.4.4.
>
> I also have dev-python/mysql-python version 1.2.2 installed.
>
> When I try "import _mysql" in version 2.4.4 it works, but in version
> 2.3.6 it gives the following error:
>
> Python 2.3.6 (#1, Jan 30 2008, 14:30:02)
> [GCC 4.1.2 (Gentoo 4.1.2)] on linux2
> Type "help", "copyright", "credits" or "license" for more information.
>
> >>> import _mysql
>
> Traceback (most recent call last):
> File "<stdin>", line 1, in ?
> ImportError: No module named _mysql
>
Why are you useing "_mysql", why not use "mysql"?
>
> Can anybody help with my problem?
>
> Note: the reason I am trying to use mysql with an older version of
> Python its because it is the version that Zope-2.8.91 is configured to
> use, so I am stuck.
>
> Clemente
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [gentoo-amd64] error importing _mysql (mysql-python)
2008-02-01 7:53 ` Tonko Mulder
@ 2008-02-01 10:20 ` Clemente Aguiar
2008-02-01 10:29 ` Tonko Mulder
2008-02-01 10:36 ` Steev Klimaszewski
0 siblings, 2 replies; 14+ messages in thread
From: Clemente Aguiar @ 2008-02-01 10:20 UTC (permalink / raw
To: gentoo-amd64
Sex, 2008-02-01 às 08:53 +0100, Tonko Mulder escreveu:
> Op Thursday 31 January 2008 19:05:55 schreef Clemente Aguiar:
> > I have two versions of Python installed, ver 2.3.6 and 2.4.4.
> >
> > I also have dev-python/mysql-python version 1.2.2 installed.
> >
> > When I try "import _mysql" in version 2.4.4 it works, but in version
> > 2.3.6 it gives the following error:
> >
> > Python 2.3.6 (#1, Jan 30 2008, 14:30:02)
> > [GCC 4.1.2 (Gentoo 4.1.2)] on linux2
> > Type "help", "copyright", "credits" or "license" for more information.
> >
> > >>> import _mysql
> >
> > Traceback (most recent call last):
> > File "<stdin>", line 1, in ?
> > ImportError: No module named _mysql
> >
> Why are you useing "_mysql", why not use "mysql"?
Because the module name is _mysql.so.
Something else I can add is that these modules live in
/usr/lib64/pythonX.X/site-packages
For version 2.4 of python /usr/lib64/python2.4/site-packages is full of
modules but for version 2.3 of python /usr/lib64/python2.3/site-packages
is empty.
Can I make python version 2.3 use the packages of version 2.4?
Or how can I also install modules for 2.3
in /usr/lib64/python2.3/site-packages?
> >
> > Can anybody help with my problem?
> >
> > Note: the reason I am trying to use mysql with an older version of
> > Python its because it is the version that Zope-2.8.91 is configured to
> > use, so I am stuck.
> >
> > Clemente
>
>
--
gentoo-amd64@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [gentoo-amd64] error importing _mysql (mysql-python)
2008-02-01 10:20 ` Clemente Aguiar
@ 2008-02-01 10:29 ` Tonko Mulder
2008-02-01 11:57 ` [SPAM] " Clemente Aguiar
2008-02-01 10:36 ` Steev Klimaszewski
1 sibling, 1 reply; 14+ messages in thread
From: Tonko Mulder @ 2008-02-01 10:29 UTC (permalink / raw
To: gentoo-amd64
[-- Attachment #1: Type: text/plain, Size: 1337 bytes --]
Op Friday 01 February 2008 11:20:38 schreef Clemente Aguiar:
> Sex, 2008-02-01 às 08:53 +0100, Tonko Mulder escreveu:
> > Op Thursday 31 January 2008 19:05:55 schreef Clemente Aguiar:
> > > I have two versions of Python installed, ver 2.3.6 and 2.4.4.
> > >
> > > I also have dev-python/mysql-python version 1.2.2 installed.
> > >
> > > When I try "import _mysql" in version 2.4.4 it works, but in version
> > > 2.3.6 it gives the following error:
> > >
> > > Python 2.3.6 (#1, Jan 30 2008, 14:30:02)
> > > [GCC 4.1.2 (Gentoo 4.1.2)] on linux2
> > > Type "help", "copyright", "credits" or "license" for more information.
> > >
> > > >>> import _mysql
> > >
> > > Traceback (most recent call last):
> > > File "<stdin>", line 1, in ?
> > > ImportError: No module named _mysql
> >
> > Why are you useing "_mysql", why not use "mysql"?
>
> Because the module name is _mysql.so.
>
I tried it out for myself and installed `python-mysql` and tried the
following:
root@Pulzzz:/etc/apache2# python
Python 2.5.1 (r251:54863, Oct 5 2007, 13:36:32)
[GCC 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import _mysql
>>>
So I'm not sure how your version of Python handles mysql, as you can see it
works for me.
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [gentoo-amd64] error importing _mysql (mysql-python)
2008-02-01 10:20 ` Clemente Aguiar
2008-02-01 10:29 ` Tonko Mulder
@ 2008-02-01 10:36 ` Steev Klimaszewski
2008-02-01 11:34 ` [SPAM] " Clemente Aguiar
1 sibling, 1 reply; 14+ messages in thread
From: Steev Klimaszewski @ 2008-02-01 10:36 UTC (permalink / raw
To: gentoo-amd64
On Fri, 2008-02-01 at 10:20 +0000, Clemente Aguiar wrote:
>
> Sex, 2008-02-01 às 08:53 +0100, Tonko Mulder escreveu:
> > Op Thursday 31 January 2008 19:05:55 schreef Clemente Aguiar:
> > > I have two versions of Python installed, ver 2.3.6 and 2.4.4.
When python 2.4.4 was installed, python-updater was run, and it upgraded
all your python modules to use 2.4.4 - which is why the 2.3.6
site-packages is empty.
Why do you want support for 2.3.6 anyway? 2.5 is around the corner, 2.3
is ancient...
--
gentoo-amd64@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [SPAM] Re: [gentoo-amd64] error importing _mysql (mysql-python)
2008-02-01 10:36 ` Steev Klimaszewski
@ 2008-02-01 11:34 ` Clemente Aguiar
0 siblings, 0 replies; 14+ messages in thread
From: Clemente Aguiar @ 2008-02-01 11:34 UTC (permalink / raw
To: gentoo-amd64
Sex, 2008-02-01 às 04:36 -0600, Steev Klimaszewski escreveu:
> On Fri, 2008-02-01 at 10:20 +0000, Clemente Aguiar wrote:
> >
> > Sex, 2008-02-01 às 08:53 +0100, Tonko Mulder escreveu:
> > > Op Thursday 31 January 2008 19:05:55 schreef Clemente Aguiar:
> > > > I have two versions of Python installed, ver 2.3.6 and 2.4.4.
>
> When python 2.4.4 was installed, python-updater was run, and it upgraded
> all your python modules to use 2.4.4 - which is why the 2.3.6
> site-packages is empty.
>
> Why do you want support for 2.3.6 anyway? 2.5 is around the corner, 2.3
> is ancient...
>
All I really want is to be able to run zope (latest version of zope in
the stable tree is 2.8.9.1).
This version is dependant on python-2.3.6.
I don't really care about the version of python, actually I would much
rather be using just one version (the latest), but due to dependencies I
was I forced to install python-2.3.6 ... with all the troubles that this
brings.
Is there a solution? Can Zope run with the latest python (2.4.4)?
If yes, how can I change the dependency?
Clemente
--
gentoo-amd64@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [SPAM] Re: [gentoo-amd64] error importing _mysql (mysql-python)
2008-02-01 10:29 ` Tonko Mulder
@ 2008-02-01 11:57 ` Clemente Aguiar
0 siblings, 0 replies; 14+ messages in thread
From: Clemente Aguiar @ 2008-02-01 11:57 UTC (permalink / raw
To: gentoo-amd64
Sex, 2008-02-01 às 11:29 +0100, Tonko Mulder escreveu:
> Op Friday 01 February 2008 11:20:38 schreef Clemente Aguiar:
> > Sex, 2008-02-01 às 08:53 +0100, Tonko Mulder escreveu:
> > > Op Thursday 31 January 2008 19:05:55 schreef Clemente Aguiar:
> > > > I have two versions of Python installed, ver 2.3.6 and 2.4.4.
> > > >
> > > > I also have dev-python/mysql-python version 1.2.2 installed.
> > > >
> > > > When I try "import _mysql" in version 2.4.4 it works, but in version
> > > > 2.3.6 it gives the following error:
> > > >
> > > > Python 2.3.6 (#1, Jan 30 2008, 14:30:02)
> > > > [GCC 4.1.2 (Gentoo 4.1.2)] on linux2
> > > > Type "help", "copyright", "credits" or "license" for more information.
> > > >
> > > > >>> import _mysql
> > > >
> > > > Traceback (most recent call last):
> > > > File "<stdin>", line 1, in ?
> > > > ImportError: No module named _mysql
> > >
> > > Why are you useing "_mysql", why not use "mysql"?
> >
> > Because the module name is _mysql.so.
> >
> I tried it out for myself and installed `python-mysql` and tried the
> following:
>
> root@Pulzzz:/etc/apache2# python
> Python 2.5.1 (r251:54863, Oct 5 2007, 13:36:32)
> [GCC 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)] on linux2
> Type "help", "copyright", "credits" or "license" for more information.
> >>> import _mysql
> >>>
>
> So I'm not sure how your version of Python handles mysql, as you can see it
> works for me.
As I mentioned on my post I have two versions of Python installed, ver
2.3.6 and 2.4.4. In version 2.4.4 it works, but in version 2.3.6 it
doesn't.
Clemente
--
gentoo-amd64@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 14+ messages in thread
end of thread, other threads:[~2008-02-01 11:57 UTC | newest]
Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-29 20:53 [gentoo-amd64] emul-linux-x86-soundlibs/emul-linux-x86-qtlibs emerge loop Mark Knecht
2008-01-29 21:27 ` Sebastian Redl
2008-01-30 0:14 ` Olivier Crête
2008-01-30 1:10 ` Mark Knecht
2008-01-30 2:48 ` David Fellows
2008-01-31 18:05 ` [gentoo-amd64] error importing _mysql (mysql-python) Clemente Aguiar
2008-02-01 7:53 ` Tonko Mulder
2008-02-01 10:20 ` Clemente Aguiar
2008-02-01 10:29 ` Tonko Mulder
2008-02-01 11:57 ` [SPAM] " Clemente Aguiar
2008-02-01 10:36 ` Steev Klimaszewski
2008-02-01 11:34 ` [SPAM] " Clemente Aguiar
2008-01-30 1:11 ` [gentoo-amd64] emul-linux-x86-soundlibs/emul-linux-x86-qtlibs emerge loop Scott
-- strict thread matches above, loose matches on Subject: below --
2008-01-29 21:57 Barry Schwartz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox