6
« on: June 10, 2020, 10:04:42 PM »
Hello, I hope everyone is well.
I have a problem when compiling RetroFe, I get all the files, except the most important of all: retrofe.exe. I attach an image of the error for anyone who can help me, thank you in advance.
C:\retrofe>python Scripts\Package.py --os=windows --build=core
Traceback (most recent call last):
File "Scripts\Package.py", line 140, in <module>
shutil.copy(src_exe, core_path)
File "C:\Python27\lib\shutil.py", line 139, in copy
copyfile(src, dst)
File "C:\Python27\lib\shutil.py", line 96, in copyfile
with open(src, 'rb') as fsrc:
IOError: [Errno 2] No such file or directory: 'C:\\retrofe\\RetroFE\\Build\\Release\\retrofe.exe'