View Single Post
Old 11-25-2006, 04:57 AM   #6
Axel
Junior Member
Axel began at the beginning.
 
Posts: 6
Karma: 10
Join Date: Nov 2006
Hi kovidgoyal,

after I replaced the colons by semicolons in the java classpath in the python script, it runs.
However, I get this strange error message. Have you any idea why there should be problems creating or accessing the temp file?

Axel


-----------------------------------------------
Error parsing metadata: c:\temp\tmptxqd9u (The process cannot access the file because it is being used by another process)
java.io.FileNotFoundException: c:\temp\tmptxqd9u (The process cannot access the file because it is being used by another process)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.jav a:106)
at java.io.FileReader.<init>(FileReader.java:55)
at BBeBook.parseConfig(BBeBook.java:659)
at BBeBook.makeBook(BBeBook.java:596)
at BBeBook.main(BBeBook.java:293)
No <File> in config file.
BBeBook returned: 1
Axel is offline   Reply With Quote