i'm still having that :
Found updated template.txt. Converting...
Traceback (most recent call last):
File "/Users/****/Downloads/sky3ds.py-master/sky3ds/disk.py", line 37, in __init__
self.get_disk_size()
File "/Users/****/Downloads/sky3ds.py-master/sky3ds/disk.py", line 76, in get_disk_size
raise Exception("0 byte disk?!")
Exception: 0 byte disk?!
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "sky3ds.py", line 51, in <module>
disk = disk.Sky3DS_Disk(args.disk)
File "/Users/****/Downloads/sky3ds.py-master/sky3ds/disk.py", line 39, in __init__
raise Exception("Couldn't get disksize, will not continue.")