Hi when I click on StringIO.pyc I get the following error:
Traceback (most recent call last):
File "C:\Python26\Lib\StringIO.py", line 323, in <module>
File "C:\Python26\Lib\StringIO.py", line 283, in test
lines = open(file, 'r').readlines()
IOError: [Errno 2] No such file or directory: '/etc/passwd'
Could this be the problem? if so How do I fix it? Thanks