-
Notifications
You must be signed in to change notification settings - Fork 1
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 #7
Comments
Happy to take pull requests to make windows work as long as they don't break current functionality but unfortunately my windows system won't run docker so I cannot test |
yes, just got docker windows installed, so flushing out issues which On 30/05/2016 12:14, Martin Cosgrave wrote:
|
latest pull i get $ ./grua |
grr it needs a tab at line 71 |
to enable windows to work with grua, the find_bridge_ip function doesnt work in a windows environment, perhaps netifaces would be a better way?
$ ./grua
File not found
Traceback (most recent call last):
File "./grua", line 3, in
from grua import grua
File "build\bdist.win-amd64\egg\grua\grua.py", line 7, in
File "build\bdist.win-amd64\egg\grua\util.py", line 70, in find_bridge_ip
Exception: Could not find either 'ip' or 'ifconfig' in PATH
https://pypi.python.org/pypi/netifaces
def find_bridge_ip():
The text was updated successfully, but these errors were encountered: