Ben Smith
2012-04-25 12:52:22 UTC
Hey Folks -
I've got one app that my subgroup uses to do data analysis. It is working
on all but one machine. On the non-working machine they get:
Traceback (most recent call last):
File "Y:\Software\RunRawData\App\RunRawData.py", line 2, in <module>
import sqlite3
File "C:\Python27\lib\sqlite3\__init__.py", line 24, in <module>
from dbapi2 import *
File "C:\Python27\lib\sqlite3\dbapi2.py", line 27, in <module>
from _sqlite3 import *
ImportError: DLL load failed: %1 is not a valid Win32 application.
<<
What throws me is that this user has used scripts with SQLite before, so I
have a hard time understanding why it would be a problem.
Any ideas?
I've got one app that my subgroup uses to do data analysis. It is working
on all but one machine. On the non-working machine they get:
Traceback (most recent call last):
File "Y:\Software\RunRawData\App\RunRawData.py", line 2, in <module>
import sqlite3
File "C:\Python27\lib\sqlite3\__init__.py", line 24, in <module>
from dbapi2 import *
File "C:\Python27\lib\sqlite3\dbapi2.py", line 27, in <module>
from _sqlite3 import *
ImportError: DLL load failed: %1 is not a valid Win32 application.
<<
What throws me is that this user has used scripts with SQLite before, so I
have a hard time understanding why it would be a problem.
Any ideas?