This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author sk7
Recipients sk7
Date 2012-10-03.13:59:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1349272767.13.0.710278986958.issue16119@psf.upfronthosting.co.za>
In-reply-to
Content
Hello.

I intalled EPD Free 7.3-2 WIN x86 a few hours ago and idle script doesn't work. When i try to run IDLE from cmd (c:\Python27\Lib\idlelib>idle.py) i take the following output:

Traceback (most recent call last):
  File "C:\Python27\Lib\idlelib\idle.py", line 10, in <module>
    import idlelib.PyShell
  File "C:\Python27\Lib\idlelib\PyShell.py", line 9, in <module>
    import socket
  File "C:\Python27\Lib\socket.py", line 47, in <module>
    import _socket
ImportError: DLL load failed: ─ίΊ ▐ΪάΊ ϊΫΊάΪⁿ Ίά ίΊΪΎΏώ≤Ϊί▀ ύ ΆάϋΎ±ώ≤Ή▌Ίύ ΉΎΊ▄ϊά
.

My operating system is WinVista HomePremium SP2. Is there any way to solve this problem?
History
Date User Action Args
2012-10-03 13:59:27sk7setrecipients: + sk7
2012-10-03 13:59:27sk7setmessageid: <1349272767.13.0.710278986958.issue16119@psf.upfronthosting.co.za>
2012-10-03 13:59:27sk7linkissue16119 messages
2012-10-03 13:59:26sk7create