module problem on windows 64bit
Peter Irbizon
peterirbizon at gmail.com
Mon Jun 27 13:02:54 EDT 2011
More information about the Python-list mailing list
Mon Jun 27 13:02:54 EDT 2011
- Previous message (by thread): module problem on windows 64bit
- Next message (by thread): module problem on windows 64bit
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hello, on 32-bit windows everything works ok but on 64-bit win I am getting this error: Traceback (most recent call last): File "app.py", line 1040, in do_this_now File "kinterbasdb\__init__.pyc", line 119, in <module> File "kinterbasdb\_kinterbasdb.pyc", line 12, in <module> File "kinterbasdb\_kinterbasdb.pyc", line 10, in __load ImportError: DLL load failed: This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem. How to get it work on 64bit windows as well? many thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-list/attachments/20110627/198aa63e/attachment-0001.html>
- Previous message (by thread): module problem on windows 64bit
- Next message (by thread): module problem on windows 64bit
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list