Steve Holden schreef:
Matthias Verniers wrote:
[...]
Good job! It would be nice if I could have a copy of your installer. I
am one of the interested people ;-)
Regards
As I reported, I've shipped a copy of the installer to Andy Dustman, so
it will appear on SourceForge in due course. For those w
Matthias Verniers wrote:
[...]
Good job! It would be nice if I could have a copy of your installer. I
am one of the interested people ;-)
Regards
As I reported, I've shipped a copy of the installer to Andy Dustman, so
it will appear on SourceForge in due course. For those who can't wait,
there'
Steve Holden schreef:
Fredrik Lundh wrote:
Matthias Verniers wrote:
2. Is it possible to use Python 2.4 & 2.3 next to each other without
conflicts?
yes, assuming "next to each other" means "on the same machine".
but binary extensions are bound to the Python version they were built
for; you canno
Steve Holden wrote:
Using the recently-publicized methods for the using the freely-available
(i.e. costless) Microsoft tool chain I managed to create a Windows
installer for MySQLdb-1.1.4.
Whoops, make that "... for MySQLdb-1.0.0"
caught-using-the-time-machine-ly y'rs - steve
--
Steve Holden
Fredrik Lundh wrote:
Matthias Verniers wrote:
2. Is it possible to use Python 2.4 & 2.3 next to each other without conflicts?
yes, assuming "next to each other" means "on the same machine".
but binary extensions are bound to the Python version they were built
for; you cannot use a 2.3 extension w
Fredrik Lundh schreef:
Matthias Verniers wrote:
2. Is it possible to use Python 2.4 & 2.3 next to each other without conflicts?
yes, assuming "next to each other" means "on the same machine".
but binary extensions are bound to the Python version they were built
for; you cannot use a 2.3 extension
Matthias Verniers wrote:
> 2. Is it possible to use Python 2.4 & 2.3 next to each other without
> conflicts?
yes, assuming "next to each other" means "on the same machine".
but binary extensions are bound to the Python version they were built
for; you cannot use a 2.3 extension with 2.4 on wind
Hello
Yesterday I installed Python 2.4. Since I often work with MySQL, I need
the MySQLdb module, wich worked fine under 2.3. Now, it doesn't work
under 2.4, it says it needs python 2.3 when I try to install the module.
Now I have some (rather nooby) questions:
1. Has anyone tried installing MySQ