gitttt

Results 10 comments of gitttt

I had the same error on Windows 7 with Python 3.6.x On a Windows 10 and Windows 2016 Server it worked with Python 3.6

I ran into the same bug with this instruction: ` has: ` ``` c_i.disp: 0x94371 c_i.disp_offset: 0x3 c_i.disp_size: 0x2 ``` Any plans to fix this? Or pointers how to fix...

Thank you @Tsubashi , this was the hint that helped me. My `decode_token()` function returned a string as part of the Exception handling (e.g. token expired). Would be helpful for...

The problem seems to be in file `clipsmodule.c` line 1788: case MULTIFIELD: if(!PyList_Check(value)) goto fail; n = PyList_Size(value); if(n == 0) goto fail; //

Why did you add this check? What will happen if I uncomment it?

Which helper functions do you mean? `_py2cl()` and `_cl2py()` in `_clips_wrap.py`?

Any hint what this "specific code" to handle this case should do? It seems to work if I simply comment out the check.

I would be interested. In the best case, we would work together with @almostearthling and @ubarkai . What are your plans @almostearthling and @ubarkai ?

@noxdafox how complete are your bindings? What are current or inherent limitations? How easy can they be adapted to new clips versions?

No problem. I am thankful that you are working on this open source project! For example, I ran the `testsuite\tests.py` and got: ``` Ran 124 tests in 9.500s OK [ENVRNMNT8]...