Skip to content
This repository has been archived by the owner on Mar 17, 2020. It is now read-only.

File "updater.py", line 166 #31

Open
SeaItManageIt opened this issue Apr 4, 2018 · 1 comment
Open

File "updater.py", line 166 #31

SeaItManageIt opened this issue Apr 4, 2018 · 1 comment

Comments

@SeaItManageIt
Copy link

I am trying to run the python script and have run into an issue with line 166. I am doing 'python accesscode mydomain.com dev A and it fails with an arrow pointing to the = between file=sys.stderr

@graysonhead
Copy link

I get the same error on any version of python before 3.3 that doesn't include ipaddress as a core module. I think that there is a syntax error in the exception clause (at least, its a syntax error in 3.2) that is triggered by not having the ipaddress module installed.

You could probably fix it by installing that module, but I fixed it by running in a newer version of python (3.6).

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

No branches or pull requests

2 participants