kw1jjang / CalVoD

CalVoD
http://www.eecs.berkeley.edu/~kw1jjang/
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Caches cannot be ran on Windows #11

Open ryankashi opened 8 years ago

ryankashi commented 8 years ago

In Python for windows, you can not do: import resource

Which is used by the caches. Possibly on the server and tracker as well if they import resource, however I did not try this.

We need to find an alternative to "import resource" for Windows users.