I am getting a python error in eclipse as this :
"IOError: File not found - ./FASTLEXICON.7 (Too many open files)".
Here is some background : In my java program I am using a .Jar library which is using python to do some things. I can't make changes to the jar file. But while running my program from eclipse I am getting this python error as above. I am using Eclipse Galileo on Ubuntu and my python version is 2.7.1+
can anybody help?