There are a couple of things not 'windows friendly' - this rsync error is the first you'll hit.:
- subprocess calls to
rsync, wget and ln. Windows needs cwRsync, wget installed and added to path, and use mklink instead of ln
- "\" vs "/" as a hardcoded file separator. Search for
"/" and replace with os.path.sep
Working windows version a WIP - will push when/if I have it working.
Alternatively (win10) run in ubuntu_on_windows.
Originally posted by @aegis1980 in #30 (comment)
There are a couple of things not 'windows friendly' - this rsync error is the first you'll hit.:
rsync,wgetandln. Windows needs cwRsync, wget installed and added to path, and usemklinkinstead ofln"/"and replace withos.path.sepWorking windows version a WIP - will push when/if I have it working.
Alternatively (win10) run in ubuntu_on_windows.
Originally posted by @aegis1980 in #30 (comment)