--- python.project/src/org/netbeans/modules/python/project/ui/actions/CleanBuildCommand.java +++ python.project/src/org/netbeans/modules/python/project/ui/actions/CleanBuildCommand.java @@ -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();