[Jepp-users] DLL file missing
Brought to you by:
mrjohnson0
From: G. W. <Gue...@lc...> - 2015-06-23 08:52:08
|
Hi Nathan and Dave, thank you for the great support, here is my story up to now: I have installed a new installation of jdk in a folder without whitespaces. Then I reinstalled the Compiler: Microsoft Visual Studio C++ 2008 Express edition. After that I tried pip install jep again. It failed --> I can send the pip.log if you want. Instead, I could run "python setup.py build" successfully, using the git source !!! Unfortunately I experienced another problem: "python setup install" fails with the following error: Traceback (most recent call last): File "setup.py", line 122, in <module> 'test': test, File "C:\Miniconda\lib\distutils\core.py", line 151, in setup dist.run_commands() File "C:\Miniconda\lib\distutils\dist.py", line 953, in run_commands self.run_command(cmd) File "C:\Miniconda\lib\distutils\dist.py", line 972, in run_command cmd_obj.run() File "C:\Miniconda\lib\distutils\command\install.py", line 575, in run self.run_command(cmd_name) File "C:\Miniconda\lib\distutils\cmd.py", line 326, in run_command self.distribution.run_command(command) File "C:\Miniconda\lib\distutils\dist.py", line 972, in run_command cmd_obj.run() File "C:\Miniconda\lib\distutils\command\install_lib.py", line 97, in run outfiles = self.install() File "F:\jep-master\commands\install_lib.py", line 12, in install py_lib = get_python_lib_dir() File "F:\jep-master\commands\python.py", line 23, in get_python_lib_dir return os.path.join(os.environ.get('PYTHONHOME'), 'DLLs') File "C:\Miniconda\lib\ntpath.py", line 64, in join result_drive, result_path = splitdrive(path) File "C:\Miniconda\lib\ntpath.py", line 114, in splitdrive if len(p) > 1: TypeError: object of type 'NoneType' has no len() I could solve this problem by defining PYTHONHOME in the environment. Ok, install finished, BUT: I cannot find any DLL file either in the build-folder or in the Python dirs. Both on 32bit- and on the 64bit platform. Java comes with "java.lang.UnsatisfiedLinkError: no jep in java.library.path" I think there is only a small step missing... Do you have any idea? Günther |