-
Notifications
You must be signed in to change notification settings - Fork 47
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
issue while evaluating MMA expression in Python #24
Comments
This is the same WolframLanguage bug as witnessed in #22. It'll be fixed in 12.2 (I can reproduce on a 12.1 build, but not with a recent prototype build). |
@DbxDev Thanks, could you please explain how to pass the input arguments from python to .m file and load it back as MMA expression in python |
I tried
test.m includes
I'm not sure if
this right, nothing is written to the txt file unfortunately. Could you please have a look? |
@DbxDev This is a kind reminder |
This goes beyond the scope of this ticket and should rather be discussed on stackoverflow. You're confusing Wolfram Language representation in Python and actual code evaluation. The python code Remember that WL code declared in Python (using |
@DbxDev Thank you. Unfortunately, I couldn't run it successfully after making the change that has been suggested. I have opened a new thread on stackoverflow as you suggested. |
Hi All,
This is a follow up to the question posted here
I've the following MMA code
Following the suggestions offered in the link shared above I installed wolframclient and tried the following
but I get the following error
Suggestions on how to resolve this error will be really helpful.
The text was updated successfully, but these errors were encountered: