I'm trying to get a large Python 2.7 module transferred from V25 to newer versions.
I installed IBM SPSS Statistics Subscription. In Edit>Options>File Locations I ticked the Python 27 Location.
To test, I ran this small piece of code:
BEGIN PROGRAM.
import wx
END PROGRAM.
As a result I get:
File "<string>", line 2, in <module>
File "C:\Python27\lib\site-packages\wx-3.0-msw\wx\__init__.py", line 45, in <module>
from wx._core import *
File "C:\Python27\lib\site-packages\wx-3.0-msw\wx\_core.py", line 4, in <module>
import _core_
ImportError: DLL load failed: The specified module could not be found.
I'm using 64-bit version of Windows Home, SPSS, Python, wxPython.
When running Python27 from the command line or from IDLE I have no problems importing wx, which suggests it may have to do with SPSS.
The idea of translating the 16000 lines of Python27 code to Python 38 doesn't sound too appealing...
#SPSSStatistics#Support#SupportMigration