You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can't reach to build it from source, so I tried phyjnius which brings an py2.7 installer !
And when I call "import jnius"
I've got :
File "c:\python27\lib\site-packages\jnius__init__.py", line 12, in
from .jnius import *
ImportError: DLL load failed: Le module spécifié est introuvable.
(but works on winXP sp3 32bit)
The text was updated successfully, but these errors were encountered:
We are not related to phyjnius at all, nor we have been informed about the fork. We also don't know why they fork. Either report the issue with pyjnius, or ask them.
There isn't currently an official one for pyjnius, but I was able to compile one after some changes. Until the changes have been approved, you can find a download link in the pull request here: #87.
Can't reach to build it from source, so I tried phyjnius which brings an py2.7 installer !
And when I call "import jnius"
I've got :
File "c:\python27\lib\site-packages\jnius__init__.py", line 12, in
from .jnius import *
ImportError: DLL load failed: Le module spécifié est introuvable.
(but works on winXP sp3 32bit)
The text was updated successfully, but these errors were encountered: