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

'Interpreter' Can't Feedback #23

Open
Sun-ZhenXing opened this issue Sep 17, 2020 · 2 comments
Open

'Interpreter' Can't Feedback #23

Sun-ZhenXing opened this issue Sep 17, 2020 · 2 comments
Labels
wolfram language bug A bug in the Wolfram Language.

Comments

@Sun-ZhenXing
Copy link

When I test this:

from wolframclient.evaluation import WolframLanguageSession
from wolframclient.language import wl, Global, wlexpr
session = WolframLanguageSession(r'D:\Program Files\wolf\wolfram.exe')
session.evaluate('Interpreter["TeXExpression"]["2+2"]')

it never feedback and it can't stop, I don't know why, and how can I run it ?

@DbxDev DbxDev added the wolfram language bug A bug in the Wolfram Language. label Sep 17, 2020
@DbxDev
Copy link
Contributor

DbxDev commented Sep 17, 2020

Did you try to run the command in the kernel first?
On my machine the Wolfram Language code Interpreter["TeXExpression"]["2+2"] takes forever to evaluate.

I'll report this bug.

@Sun-ZhenXing
Copy link
Author

Sun-ZhenXing commented Sep 18, 2020

I tested the following programs: (Windows10 x64 Wolfram 12.1.1)

math.exe
wolfram.exe
WolframKernel.exe
MathKernel.exe
wolframscript.exe

Completely normal, except for the first run with a few seconds of load stuck.
But in Python, there is no feedback at all.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wolfram language bug A bug in the Wolfram Language.
Projects
None yet
Development

No branches or pull requests

2 participants