Open GoogleCodeExporter opened 9 years ago
Only happens when I tyrp "m", when i type "r" this happens in terminal:
...
Ready to receive from NDS
Connection Established.
Receiving Pokemon...
Traceback (most recent call last):
File "/Users/jack/Downloads/ir-gts/gts.py", line 41, in <module>
elif option.startswith('r'): getpkm()
File "/Users/jack/Downloads/ir-gts/getpkm.py", line 93, in getpkm
save(filename, decrypt)
File "/Users/jack/Downloads/ir-gts/getpkm.py", line 64, in save
with open(fullpath, 'wb') as f:
IOError: [Errno 2] No such file or directory: 'Pokemon/X.pkm'
...
I've tried it with several pokemon
Original comment by jf1...@gmail.com
on 6 Nov 2010 at 4:12
[deleted comment]
If anyone else has this problem, heres how to fix it (I emailed him and got
response)
type cd /users/jack/downloads/ir-gts (or whatever the path to the ir-gts folder
is) BEFORE you type sudo python... then it should work
Original comment by jf1...@gmail.com
on 21 Nov 2010 at 4:08
Original issue reported on code.google.com by
jf1...@gmail.com
on 6 Nov 2010 at 3:54