Skip to content
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

test with the MCD5.3, compilation with python 3.6 #43

Open
antoine-bierjon opened this issue Oct 7, 2021 · 4 comments
Open

test with the MCD5.3, compilation with python 3.6 #43

antoine-bierjon opened this issue Oct 7, 2021 · 4 comments

Comments

@antoine-bierjon
Copy link
Collaborator

compile_fmcd.sh returns a file fmcd.cpython-36m-x86_64-linux-gnu.so that seems ok (doing nm fmcd.cpython-36m-x86_64-linux-gnu.so displays well the elements conatined in the fmcd module, e.g. 00000000002532ea D dataloc ) even if the name is different (see issue #42 ) ;
However when trying to execute quicktest.py, mcd.py doesn't seem to recognize some parts of the fmcd python module, namely :
ImportError: cannot import name 'dataloc'
(while in the mcd.py code, there is a line "from fmcd import call_mcd" placed before the "from fmcd import dataloc" that doesn't raise any issue)

@aymeric-spiga
Copy link
Owner

the https://github.com/aymeric-spiga/mcd-python/tree/python3 branch is 25 commits behind master, maybe we need to rebase it first to the latest version (even though I am pretty sure there is nothing important in those 25 commits)

@antoine-bierjon
Copy link
Collaborator Author

Sorry I forgot to mention this but I had already done the rebase of the python3 branch to master on my local git

@antoine-bierjon
Copy link
Collaborator Author

Should I commit the rebased python3 branch before doing more changes ?

@aymeric-spiga
Copy link
Owner

I think so, yes. And it is OK to rebase this branch since you are currently the only one to work on it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants