Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows Support #5

Open
adpjay opened this issue Jan 28, 2014 · 3 comments
Open

Windows Support #5

adpjay opened this issue Jan 28, 2014 · 3 comments

Comments

@adpjay
Copy link

adpjay commented Jan 28, 2014

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

@tomashanacek
Copy link
Owner

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.

@adpjay
Copy link
Author

adpjay commented Jan 28, 2014

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//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.

@dvryltsov
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants