Skip to content

Python Script Issue #2226

Answered by dcwhite
jab0707 asked this question in Q&A
Feb 3, 2021 · 3 comments · 4 replies
Discussion options

You must be logged in to vote

You've used v1 and v2 as "output variable names" so they can't be used as intermediate variables or normal variables--IWP will interpret a v1 = ... line as special code to send the value from Python to C++. Change one of the sets of names, either in the script part or the list of output variable names.

This usability problem will be improved with #2112, when we rewrite the input/output IWP code as actual functions.

Replies: 3 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@jab0707
Comment options

Comment options

You must be logged in to vote
3 replies
@jab0707
Comment options

@dcwhite
Comment options

dcwhite Feb 9, 2021
Collaborator

@dcwhite
Comment options

dcwhite Feb 9, 2021
Collaborator

Answer selected by dcwhite
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants