Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Getting an error when trying to install 0.8 version. Already have 0.5 and dont know how to uninstall the older python packages. getting following error:Traceback (most recent call last): File "setup.py", line 12, in <module> from UcsSdk import ...
I am using HTTPS. It has to be something on my machine seeing a Ubuntu machine I have works just fine. The problem is that this did work(or at least the Login task did) with version 0.5 but I upgraded to 0.8 and maually removed files. Wondering if...
I think the install worked but I now cannot access the UCS system via the python tool. I have the Python package installed on my Ubuntu system and that works....Here is the issue I'm having now.>>> from UcsSdk import *>>> handle = UCSHandle()Traceba...
Figured it out....Need to kill the files in the first location as well as this location as well...Or at least that is what I did./Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/jds
This is a MAC. Is this not supported. I found my older UcsSdk files under /Libraries/Python/2.7/site-packages/.Is that the right location. Seems like the setup.py is looking for __version__ module and there is nothing in the src or other directori...