Could someone please advise in resolving the below error? Python 3.5.1 / jpype1-py3 0.5.5.2 installed on 64 bit windows machine. I've cannot find _jtype anywhere in Lib or Lib/site-packages.
Regards Steve
>>> import jpype
Traceback (most recent call last):
  File "", line 1, in 
    import jpype
  File "C:\Program Files\Python35\lib\site-packages\jpype\__init__.py", line 18, in 
    from ._jpackage import *
  File "C:\Program Files\Python35\lib\site-packages\jpype\_jpackage.py", line 18, in 
    import _jpype
ImportError: DLL load failed: The specified module could not be found.
 
    