Yes, Steve is right. Sorry for the mistake. In my case, I don't use
Active Python, I use the vanilla Python for Windows (the .msi installer
from python.org) and then immediately install the win32all package,
link to which is usually on the same page as the MSI. I do this as a
routine, whenever I u
Damjan wrote:
>>The odbc module is part of the Python Standard Library.
>
>
> Since when?
>
>
Nope, it's a standard part of Mark Hammond's win32all extensions. As
such it probably comes with ActivePython for Windows, which many people
use as their standard distro.
regards
Steve
--
Steve
> The odbc module is part of the Python Standard Library.
Since when?
--
damjan
--
http://mail.python.org/mailman/listinfo/python-list
arvind wrote:
> Hi all,
> I am going to work on Python 2.4.3 and MSSQL database server on
> Windows platform.
> But I don't know how to make the connectivity or rather which module to
> import.
> I searched for the modules in the Python library, but I couldn't find
> which module to go for.
> Plea
The odbc module is part of the Python Standard Library. So you can
search for docs on using it in the Python2x.chm help file (or the HTML
version of the same docs) that comes with the Windows Python
disttribution. Its quite easy to use ODBC from Python, at least for
simple tasks like "select * fro
> But I don't know how to make the connectivity or rather which module to
> import.
Try mxODBC
http://www.egenix.com/files/python/mxODBC.html
--
http://mail.python.org/mailman/listinfo/python-list
arvind wrote:
> Hi all,
> I am going to work on Python 2.4.3 and MSSQL database server on
> Windows platform.
> But I don't know how to make the connectivity or rather which module to
> import.
> I searched for the modules in the Python library, but I couldn't find
> which module to go for.
> Ple
On 2006-06-26, Serge Orlov <[EMAIL PROTECTED]> wrote:
> On 25 Jun 2006 21:19:18 -0700, arvind <[EMAIL PROTECTED]> wrote:
>> I am going to work on Python 2.4.3 and MSSQL database server on
>> Windows platform.
> The module you're looking for is the first result if you search
> "python mysql" on g
On 25 Jun 2006 21:19:18 -0700, arvind <[EMAIL PROTECTED]> wrote:
> Hi all,
> I am going to work on Python 2.4.3 and MSSQL database server on
> Windows platform.
> But I don't know how to make the connectivity or rather which module to
> import.
> I searched for the modules in the Python library, b
Hi all,
I am going to work on Python 2.4.3 and MSSQL database server on
Windows platform.
But I don't know how to make the connectivity or rather which module to
import.
I searched for the modules in the Python library, but I couldn't find
which module to go for.
Please help me out!
--
http://ma
10 matches
Mail list logo