evilpete/ISYlib-python

Package setup issue.

Closed this issue · 2 comments

While trying to install your library setup failed. I traced the issue to two errors in the setup.py file:

  1. bin/isy_prog.py should be bin/isy_progs.py
  2. binisy_nestset.py should be bin/isy_nestset.py

Now I need to go pick up a Nest.

Thank you.. ( It's nice to see that someone is actually using this )

Already fixed the Dev branch, although setup is untested.

Note the SOAP Support is incomplete at this time
On May 1, 2013 10:36 PM, "rodtoll" notifications@github.com wrote:

While trying to install your library setup failed. I traced the issue to
two errors in the setup.py file:

  1. bin/isy_prog.py should be bin/isy_progs.py
  2. binisy_nestset.py should be bin/isy_nestset.py

Now I need to go pick up a Nest.


Reply to this email directly or view it on GitHubhttps://github.com//issues/2
.

Fixed with merge from dev branch