[egenix-users] mxODBC on Debian stable
M.-A. Lemburg
mal at egenix.com
Mon Oct 22 14:19:15 CEST 2007
On 2007-10-22 12:58, Martijn Pieters wrote:
> On 10/22/07, M.-A. Lemburg <mal at egenix.com> wrote:
>>> mxODBC (currently) only needs mxDateTime to be installed.
>> Hmm, looking at
>>
>> http://packages.debian.org/etch/python-egenix-mxdatetime
>>
>> it seems they still haven't upgraded to the 3.0 versions of
>> the mx Base packages.
>>
>> mxODBC 3.0 should also run with the mxDateTime 2.0 version,
>> but it's usually better to install the latest stable releases
>> of the mx packages, since that's the combination of packages
>> that we use for testing.
>
> Thanks Marc-André. If I run into problems, I'll use a local install of
> the latest version. Is mxDateTime available as an egg, perchance?
No, but it's available as prebuilt binary, which can be installed
in much the same way (and without all the sys.path fuzz that setuptools
requires):
http://www.egenix.com/products/python/mxBase/#Installation
which allows you to use the regular distutils install command
to do the installation, skipping the build step:
python setup.py build --skip install
--
Marc-Andre Lemburg
eGenix.com
Professional Python Services directly from the Source (#1, Oct 22 2007)
>>> Python/Zope Consulting and Support ... http://www.egenix.com/
>>> mxODBC.Zope.Database.Adapter ... http://zope.egenix.com/
>>> mxODBC, mxDateTime, mxTextTools ... http://python.egenix.com/
________________________________________________________________________
:::: Try mxODBC.Zope.DA for Windows,Linux,Solaris,MacOSX for free ! ::::
eGenix.com Software, Skills and Services GmbH Pastor-Loeh-Str.48
D-40764 Langenfeld, Germany. CEO Dipl.-Math. Marc-Andre Lemburg
Registered at Amtsgericht Duesseldorf: HRB 46611
More information about the egenix-users
mailing list