-
```
What steps will reproduce the problem?
1. pip3 install pyodbc
What do you see instead?
Downloading/unpacking pyodbc
Could not find any downloads that satisfy the requirement pyodbc
Some exte…
-
```
What steps will reproduce the problem?
Use any wsgi-file (the wsgi-sample will do) and put "import pyodbc" on top of
it.
What is the expected output? What do you see instead?
I would expect that…
-
```
What steps will reproduce the problem?
1. import pyodbc;
2. conn=pyodbc.connect("Driver={Microsoft Access Driver (*.mdb, *.accdb)};
Dbq=test_db.mdb;")
3. Error output:
Error: ('HY000', "[HY000…
-
```
What steps will reproduce the problem?
Use any wsgi-file (the wsgi-sample will do) and put "import pyodbc" on top of
it.
What is the expected output? What do you see instead?
I would expect that…
-
```
What steps will reproduce the problem?
Use any wsgi-file (the wsgi-sample will do) and put "import pyodbc" on top of
it.
What is the expected output? What do you see instead?
I would expect that…
-
```
What steps will reproduce the problem?
1. import pyodbc;
2. conn=pyodbc.connect("Driver={Microsoft Access Driver (*.mdb, *.accdb)};
Dbq=test_db.mdb;")
3. Error output:
Error: ('HY000', "[HY000…
-
```
What steps will reproduce the problem?
1. import multiprocessing
2. import pyodbc
3. conn = pyodbc.connect()
4. print type(conn)
What is the expected output? What do you see instead?
Expected: py…
-
```
What steps will reproduce the problem?
1. import multiprocessing
2. import pyodbc
3. conn = pyodbc.connect()
4. print type(conn)
What is the expected output? What do you see instead?
Expected: py…
-
```
What steps will reproduce the problem?
1. Installed: python, python-dev, python3, python3-dev, g++, gcc, unixODBC,
unixODBC-dev
2. Follow the steps in https://code.google.com/p/pyodbc/wiki/Build…
-
```
What steps will reproduce the problem?
1. import multiprocessing
2. import pyodbc
3. conn = pyodbc.connect()
4. print type(conn)
What is the expected output? What do you see instead?
Expected: py…