Issues with sample Python codesSolved

I'm experiencing multiple bugs with the website tutorial and example files (example.py), see issues below. Is an updated tutorial or code available? Do you want to work together to troubleshoot these issues? 

I'm already a paying customer and want to use LimeLM for a new program written in Python. Unfortunately, I'm worried the tutorial and codes are outdated. Without updates or assistance, I may need to switch solutions for the new, and potentially past program. 

I'm programming on Windows 10, 64-bit using Anaconda and VS Code.

Potential Issues with Python code:

  1. The sample code on the website tutorial and example.py do not match. 
  2. Example.py is dated 2015 and has bugs. I cannot execute the code.
    1. Error in “__init__.py”, line 365, "self._lib.BlackListKeys.restype = validate_result”
    2. After commenting out the issue, error c_wrapper.py, line 186, "raise TurobactivateError().
  3. The website tutorial has bugs. 
    1. Cannot import, “IsGuineResult”
    2. After commenting out the error above, “sys.exit” creates an error.
    3. After commenting out the error above, the code still fails to check if activated.

The Python code in the package is outdated. We'll fix this tomorrow. In the meantime use PIP (as described in the tutorial) to get the up-to-date version.

Thanks for reporting this.

Answer

Released TA 4.4.2.2 with the correct Python examples included. Thanks for reporting this.