| Issue 181: | VIM R6034 error loading pyodbc | |
| 3 people starred this issue and may be notified of changes. | Back to list |
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.
Aug 8, 2011
#1
thomas.f...@gmail.com
Oct 6, 2011
Please see issue 214. |