electronstudio / raylib-python-cffi

Python CFFI bindings for Raylib
http://electronstudio.github.io/raylib-python-cffi
Eclipse Public License 2.0
142 stars 29 forks source link

Cannot find reference 'ffi' in 'pyray/__init__.pyi' And Unresolved reference '_raylib_cffi' in 'raylib/__init__.py' #91

Closed sDos280 closed 1 year ago

sDos280 commented 1 year ago

reference to #88

image image

sDos280 commented 1 year ago

probably also only an "issue" with pycharm...

electronstudio commented 1 year ago

The first one I've fixed by changing the stub. Not sure what can be done about the second one because that's from CFFI, but it's internal anyway so don't think users will see it.