New issue 8 by tim...@gmail.com: how to determine latest sadi.py?
http://code.google.com/p/sadi/issues/detail?id=8
What is the best way to determine the latest version of sadi.py?
I currently use:
sudo easy_install http://sadi.googlecode.com/files/sadi-0.1.3-py2.6.egg
but would like to get the latest and greatest.
Thanks,
Tim Lebo
Comment #2 on issue 8 by elmccar...@gmail.com: how to determine latest
sadi.py?
http://code.google.com/p/sadi/issues/detail?id=8
Assigned ownership of Python bug to Jim, but it looks like the latest
version is sadi-0.1.4 (I assume the latest non-source version will always
be the one in the Downloads section at
http://code.google.com/p/sadi/downloads/list)
Thanks for the pointer to the downloads section. That will help. Jim, can
you verify that the latest will be there?
Jim confirmed that the download section is the place to get the latest.
The following will show what version is installed.
bash-3.2$ easy_install -n sadi
Searching for sadi
Best match: sadi 0.1.2
Processing sadi-0.1.2-py2.6.egg
sadi 0.1.2 is already the active version in easy-install.pth
Using /Library/Python/2.6/site-packages/sadi-0.1.2-py2.6.egg
Processing dependencies for sadi
Finished processing dependencies for sadi
Comment #5 on issue 8 by elmccar...@gmail.com: how to determine latest
sadi.py?
http://code.google.com/p/sadi/issues/detail?id=8
I'll close this issue, then. I've added a wiki page at
http://code.google.com/p/sadi/wiki/PythonServiceAPI where we can give this
kind of information a more prominent home.