Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
dotnet ./build/lib.linux-x86_64-2.7/netcoreapp2.0/nPython.dll
>>> import sys >>> sys.path.append('/users/isys/icronyn/pyenvs/pythonnet/lib/python2.7/site-packages/pytest-2.9.1-py2.7.egg') >>> sys.path.append('/users/isys/icronyn/pyenvs/pythonnet/lib/python2.7/site-packages/py-1.4.31-py2.7.egg') >>> import pytest >>> pytest.main(['-v', 'src/tests/test_compat.py::test_explicit_assembly_load']) ============================================================================== test session starts ============================================================================== platform linux2 -- Python 2.7.5, pytest-2.9.1, py-1.4.31, pluggy-0.3.1 -- /users/isys/icronyn/pyenvs/pythonnet/bin/python cachedir: .cache Arch: x64, UCS: 4, LIBDIR: /usr/lib64, Py_ENABLE_SHARED: True rootdir: /users/isys/icronyn/git/pythonnet, inifile: collected 17 items src/tests/test_compat.py::test_explicit_assembly_load FAILED =================================================================================== FAILURES ==================================================================================== __________________________________________________________________________ test_explicit_assembly_load __________________________________________________________________________ def test_explicit_assembly_load(): """Test explicit assembly loading using standard CLR tools.""" from CLR.System.Reflection import Assembly from CLR import System import sys assembly = Assembly.LoadWithPartialName('System.Data') assert assembly is not None > import CLR.System.Data E ImportError: No module named Data src/tests/test_compat.py:176: ImportError =========================================================================== 1 failed in 0.02 seconds ============================================================================
The text was updated successfully, but these errors were encountered:
More general problem is now tracked here #590 Will be solved during debug.
Sorry, something went wrong.
No branches or pull requests
Environment
Details
-- src/tests/test_compat.py::test_explicit_assembly_load
dotnet ./build/lib.linux-x86_64-2.7/netcoreapp2.0/nPython.dll
The text was updated successfully, but these errors were encountered: