djhenderson / pyodbc

Automatically exported from code.google.com/p/pyodbc
MIT No Attribution
0 stars 0 forks source link

VIM R6034 error loading pyodbc #181

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install latest VIM (a popular editor) under windows with python support 
enabled
2. Start an edit session under VIM
3. Type ":py import pyodbc"

What is the expected output? What do you see instead?
Expected output: 
Python interpreter under VIM should be able to import pyodbc module. 

Actual output:
VIM throws R6034 error with message "An application has made an attempt to load 
the C runtime library incorrectly"
Python message says "ImportError: dll load failed: A dynamic link library (DLL) 
initialization routine failed".

What version of the product are you using? On what operating system?
Windows XP. Python 2.7.1, VIM 7.3.46, pyodbc 2.1.8

Please provide any additional information below.
pyodbc works fine when loaded from python interpreter.
VIM is able to load other C modules (that I have) fine.

Original issue reported on code.google.com by pad...@yahoo.com on 5 Jun 2011 at 12:54

GoogleCodeExporter commented 9 years ago
I get the same error, but for a different python module (zmq). So it's not an 
error specific to pyodbc. 

Original comment by thomas.f...@gmail.com on 8 Aug 2011 at 11:49

GoogleCodeExporter commented 9 years ago
Please see issue 214.

Original comment by alfr...@gmail.com on 6 Oct 2011 at 3:30