When running createProjects.py in windows, I’m getting the following messages. It’s looking for a file in this location that does not exist in the github repository as far as I can tell:
**apps\devApps\win_cb\emptyExample_win_cb.cbp
**
C:\Users\ksimmons\Desktop\openframeworks-openFrameworks-1e4691f\scripts\win_cb>createProjects.py
generating C:\Users\ksimmons\Desktop\openframeworks-openFrameworks-1e4691f\apps\examples\advanced3dExample
Traceback (most recent call last):
File "C:\Users\ksimmons\Desktop\openframeworks-openFrameworks-1e4691f\scripts\win_cb\createProjects.py", line 193, in <module>
createProject(os.path.join(of_root,'apps','examples',example))
File "C:\Users\ksimmons\Desktop\openframeworks-openFrameworks-1e4691f\scripts\win_cb\createProjects.py", line 159, in createProject
shutil.copyfile(template['full_cbp'],os.path.join(project_path,project_name+'.cbp'))
File "C:\Python26\lib\shutil.py", line 52, in copyfile
fsrc = open(src, 'rb')
IOError: [Errno 2] No such file or directory: 'C:\\Users\\ksimmons\\Desktop\\openframeworks-openFrameworks-1e4691f\\apps\\devApps\\win_cb\\emptyExample_win_cb.cbp'
C:\Users\ksimmons\Desktop\openframeworks-openFrameworks-1e4691f\scripts\win_cb>