You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I finished generated code and ran Python code with python /Users/shangding/Documents/mycode/lingua_franca/test_program/src-gen/first_reactor/first_reactor.py, It happens errors: Traceback (most recent call last): File "/Users/shangding/Documents/mycode/lingua_franca/test_program/src-gen/first_reactor/first_reactor.py", line 7, in <module> from LinguaFrancafirst_reactor import ( SystemError: initialization of LinguaFrancafirst_reactor did not return an extension module
The source code within first_reactor.lf is as follows:
`target Python
main reactor {
reaction(startup) {=
print("Hello World.")
=}
}`
On my laptop, C can work well, but Python has the above issue.
The text was updated successfully, but these errors were encountered:
When I finished generated code and ran Python code with
python /Users/shangding/Documents/mycode/lingua_franca/test_program/src-gen/first_reactor/first_reactor.py
, It happens errors:Traceback (most recent call last): File "/Users/shangding/Documents/mycode/lingua_franca/test_program/src-gen/first_reactor/first_reactor.py", line 7, in <module> from LinguaFrancafirst_reactor import ( SystemError: initialization of LinguaFrancafirst_reactor did not return an extension module
The source code within
first_reactor.lf
is as follows:`target Python
main reactor {
reaction(startup) {=
print("Hello World.")
=}
}`
On my laptop, C can work well, but Python has the above issue.
The text was updated successfully, but these errors were encountered: