i have been running atkpython just fine, but now when i try to run a basic python file as i always do, i get this error: it seems i cannot use python by itself anymore, after installing atk 12.2 ... any ideas?
Traceback (most recent call last):
File "C:\<myfile>.py", line 5, in <module>
import cgi
File ".\build\atkpython\lib\cgi.py", line 40, in <module>
import urllib
File ".\build\atkpython\lib\urllib.py", line 26, in <module>
import socket
File ".\build\atkpython\lib\socket.py", line 47, in <module>
import _socket
ImportError: DLL load failed: %1 is not a valid Win32 application.
Press any key to continue . . .