fastmonkeys / stellar

Fast database snapshot and restore tool for development
MIT License
3.86k stars 119 forks source link

os.fork() not supported on windows #24

Closed titusz closed 10 years ago

titusz commented 10 years ago

Installation and init works on Windows. Taking a snapshot fails with:

AttributeError: 'module' object has no attribute 'fork'

On pypi the package is listed with 'Platform: any" but os.fork is not supported on windows. I would be great if stellar would not depend on os.fork. Else it should be documented that windows is not supported.

quantus commented 10 years ago

Thanks for reporting this issue. It seems like we forgot to add fallback for failing/missing fork, but this should be easy to implement. I will look into this as soon as I have some free time.