From: Alan K. <jyt...@xh...> - 2011-11-15 01:56:05
|
[Joey] > I have not found the code yet that attempts to open the file that results in the IOError File not found exception. It should be noted that another part of the same application can correctly open and read files from the same directory using standard Java FileIO classes. Expedient jythonistic hack (until we arrive at the solution). Wrap a PyFile around a java.io.FileInputStream. http://www.jython.org/javadoc/org/python/core/util/FileUtil.html#wrap%28java.io.InputStream%29 Alan. |