-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Looks like this may be broken for lsf 9.1 #6
Comments
Are there any *.so file create during the build? |
Hello, many thanks for your rapid reply. We do see the following .so created: Pete From: tmetsch [email protected] Are there any *.so file create during the build? |
okay could be that you just need to set PYTHONPATH (pointing to the _lsf.so dir) and LD_LIBRARY_PATH. can you check that? |
Hello, apologies for the delay, manic summer. Sadly this isn't the issue. The LD_LIBRARY_PATH is all set correctly |
:-D Hmm, weird! How does it look like? And is the PYTHONPATH extended too? |
root@farm3-srv1:/tmp/platform-python-lsf-api-master# python setup.py build
running build
running build_py
running build_ext
root@farm3-srv1:/tmp/platform-python-lsf-api-master# python setup.py install
running install
running build
running build_py
running build_ext
running install_lib
copying build/lib.linux-x86_64-2.7/pythonlsf/lsf.py -> /software/python-2.7.3/lib/python2.7/site-packages/pythonlsf
byte-compiling /software/python-2.7.3/lib/python2.7/site-packages/pythonlsf/lsf.py to lsf.pyc
running install_egg_info
Removing /software/python-2.7.3/lib/python2.7/site-packages/platform_python_lsf_api-0.0.1-py2.7.egg-info
Writing /software/python-2.7.3/lib/python2.7/site-packages/platform_python_lsf_api-0.0.1-py2.7.egg-info
root@farm3-srv1:/tmp/platform-python-lsf-api-master# python
Python 2.7.3 (default, Jun 11 2013, 13:21:10)
[GCC 4.6.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
:(
The text was updated successfully, but these errors were encountered: