chrisgraf

Results 7 comments of chrisgraf

@nyalldawson : The usecase would be the synchronization of the symbology color and the associated color in the diagram.

I tried to execute your test-query but even as local administrator I get the Access denied message. What additional privileges do I need to have to execute the query? How...

@matheus2740 Thanks a lot for your answer. I indeed first forgot about adding this as python SDK. But I experience similar problems like @apockill. When I try to add a...

@matheus2740 this hack does not work in this case as PyCharm and IDEA have problems to recognize the Python SDK. I tried to wrap the LD_PRELOAD hack into a bash...

thanks @matheus2740 ! the fix with patchelf works! (details see #153) But still the IDE can not completely find the godot package: ![image](https://user-images.githubusercontent.com/1245084/81733589-8d00d700-9492-11ea-911d-d958d7c16883.png)

I can confirm that one can now (0.40.0) load the python SDK into PyCharm successfully But the imports are still not working. PyCharm is complaining that e.g. exposed is not...

Thanks for this @matheus2740 .. there are a lot of autocomplete options available now. While I can confirm that the missing 'Button' import is gone, 'exposed' still can not be...