community-libs / vaurien

TCP hazard proxy
https://vaurien.readthedocs.io
Other
379 stars 39 forks source link

Unable to start on Windows #16

Closed iongion closed 11 years ago

iongion commented 11 years ago

Hi, seen your presentation FOSDEM, wanted to try it, but:

Uses fcntl, does not run on Windows:

Python\2.6.6\lib\site-packages\vaurien-1.5-py2.6.egg\vaurien\run.py", line 1, in

import fcntl ImportError: No module named fcntl

I have tried to remove the dependency but still unable to run, unfortunately network programming is not my area, anyway, I am able to run it in a VM :D so thx and good luck with all your projects!

tarekziade commented 11 years ago

I've removed the fcntl dependency in the current master - can you try again and tell me how it goes ?

tarekziade commented 11 years ago

@iongion have you had time to try?

iongion commented 11 years ago

Yes, it works, congrats! Keep up the good work, going to use it right now for testing a flash player under bad network conditions. Great, thank you!

tarekziade commented 11 years ago

great - will cut a release soon