-
Passing a string from Python via a SWIG-compiled module to a C++ function that expects input in the form of `std::string const &` does not work.
To provide an example of what is happening, this is a …
-
> Hi @briandealwis @balopat i didn't get the docker deamon error but port fawording failed
>
> Here is kubectl describe -f hello.deployment.yaml
>
> ```
> Name: simplehttp
> …
-
After successfully installing with `pip install rets-python`.
Following the instructions, when I do `from rets.client import RetsClient`. I get the import error stated in the title.
-
Executing the following line:
```python
search_result = resource_class.search(query='(StatusChangeTimestamp=2018-09-04-2018-09-05)')
```
Generates the following error:
```
WARNING:root:Unexpecte…
-
When executing the following line (searching for listings):
```
search_result = resource_class.search(query='(StatusChangeTimestamp=2018-09-04-2018-09-05)')
```
I get the following error:
`…
-
Im trying to search for an item but every time I do I get RETS Error 20203: Miscellaneous Search Error: Invalid query type: DMQL2 error. IM able to connect to the client and get a list of all the reso…
-
Hi all, am using libRETS for the first time, and used the Developer's Guide as a tutorial, the problem is that I can't get the columns from the queries, for example:
```
req = session.CreateSearchRe…
-
does any server actually support this? if so, testing would be a nightmare.
-
Hi All,
How do I catch the RetsApiError?
It's not being recognized.
Thanks.
-
I want to build x64 client on Windows.
I take a listing instrcalls.c .
```C
#include "dr_api.h"
#include "drmgr.h"
#ifdef SHOW_SYMBOLS
# include "drsyms.h"
#endif
#include "utils.h"
stat…