python_webservices_library icon indicating copy to clipboard operation
python_webservices_library copied to clipboard

Python API for SugarCRM web services

Results 17 python_webservices_library issues
Sort by recently updated
recently updated
newest added

Migrate the library to Python 3 and add shortcut for exact field lookup.

**If I install from git master** ImportError: No module named 'sugarmodule' ``` $ mkdir test $ cd test $ virtualenv testenv --python=python3 Running virtualenv with interpreter /usr/bin/python3 Using base prefix...

Exception Type: TypeError Exception Value: int() can't convert non-string with explicit base Exception Location: C:\Python27\lib\site-packages\sugarcrm\sugarmodule.py in _search, line 101 getting this error, any idea?

hi, i'm struggeling trying to use link_name_to_fields_array with get_entry_list. i've taked a closer look at the wiki, but didn't found anything related on how to use it. any chances, you...

Hi I have a problem I want to fix in the library and thought the first thing I'd try and do is get the test running. Seems to be a...

If server result count more than total (_search function) - _search function call additional unnecessary call to API. I refactored code for avoid this

I have a task - create an entry in the module and relate it with the other entry. The problem is that the dynamic method set_enty returned dictionary, but method...

There is no function like this in the link (it is broken)

I really like this library so far as it makes it much easier to retrieve data from sugarCRM. My only gripe is that I have to fill in my username...