mock-server icon indicating copy to clipboard operation
mock-server copied to clipboard

Windows Support

Open adpjay opened this issue 11 years ago • 3 comments

Mock-server looks awesome. would you expect this to work on a windows machine? I'm having trouble installing bcrypt.

adpjay avatar Jan 28 '14 15:01 adpjay

Hi, I don't test it on windows. I think bcrypt is not necessary for basic usage, so I can make bcrypt as optional.

I also create free web service backed by mock server - http://mockapi.org/, maybe this resolve your problem.

tomashanacek avatar Jan 28 '14 16:01 tomashanacek

Thanks for responding. Would that require another release?

From: Tomáš Hanáček [mailto:[email protected]] Sent: Tuesday, January 28, 2014 11:09 AM To: tomashanacek/mock-server Cc: Erb, Jay (CORP) Subject: Re: [mock-server] Windows Support (#5)

Hi, I don't test it on windows. I think bcrypt is not necessary for basic usage, so I can make bcrypt as optional.

I also create free web service backed by mock server - http://mockapi.org/, maybe this resolve your problem.

— Reply to this email directly or view it on GitHubhttps://github.com/tomashanacek/mock-server/issues/5#issuecomment-33492985.


This message and any attachments are intended only for the use of the addressee and may contain information that is privileged and confidential. If the reader of the message is not the intended recipient or an authorized representative of the intended recipient, you are hereby notified that any dissemination of this communication is strictly prohibited. If you have received this communication in error, notify the sender immediately by return email and delete the message and any attachments from your system.

adpjay avatar Jan 28 '14 17:01 adpjay

Hi! Fix bcrypt install (http://stackoverflow.com/questions/2817869/error-unable-to-find-vcvarsall-bat)

Mock-Server does not start:

C:\Users~~~>python c:\Python27\Scripts\mock-server --dir=C:\Code\test1 No module named crypt

Traceback (most recent call last): File "c:\Python27\Scripts\mock-server", line 66, in main() File "c:\Python27\Scripts\mock-server", line 47, in main from mock_server.application import Application File "C:\Python27\lib\site-packages\mock_server\application.py", line 5, in import handlers File "C:\Python27\lib\site-packages\mock_server\handlers.py", line 9, in from crypt import crypt ImportError: No module named crypt

dvryltsov avatar Sep 04 '14 10:09 dvryltsov