New submission from Maurice Maneschi <mamanes...@gmail.com>:

In Python 3.1.3 under Windows XP sp3, I enter the following under the 
interpretter:

Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

C:\Documents and Settings\MauriceM>c:\Python31\python.exe
Python 3.1.3 (r313:86834, Nov 27 2010, 18:30:53) [MSC v.1500 32 bit (Intel)] on
win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import odbc
>>> c = odbc.odbc('Quantum/Quantum/Quantum3')
>>> dir(c)

C:\Documents and Settings\MauriceM>

At that point, Windows pops up a crash notification and asked if MS should be 
informed.

Questions
=========
1) Is ODBC no longer supported?

----------
components: Windows
messages: 128756
nosy: Maurice.Maneschi
priority: normal
severity: normal
status: open
title: odbc module crashes Python interpretter
type: crash
versions: Python 3.1

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue11237>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to