# HG changeset patch # User Julien Enselme # Date 1498407457 -7200 # Node ID 1520ed2e78e3bd0aa7f8694ef872804fb115e08a # Parent fcbdc73e2a6816853c7364ecf386642b1d57bcb4 #250340: Building egg fails with IOException: No such file or directory Thanks to ratanak for the patch diff -r fcbdc73e2a68 -r 1520ed2e78e3 python.project/src/org/netbeans/modules/python/project/ui/actions/CleanBuildCommand.java --- a/python.project/src/org/netbeans/modules/python/project/ui/actions/CleanBuildCommand.java Sat Jun 10 22:44:51 2017 +0200 +++ b/python.project/src/org/netbeans/modules/python/project/ui/actions/CleanBuildCommand.java Sun Jun 25 18:17:37 2017 +0200 @@ -154,7 +154,7 @@ //System.out.println("Working directory" + path); - pyexec.setWorkingDirectory(path.toString()); + pyexec.setWorkingDirectory(path.getPath()); pyexec.setCommand(platform.getInterpreterCommand()); //Set python script //path = FileUtil.toFile(script).getAbsolutePath();