Cannot import custom F# library to Python #1778
Unanswered
lHeidbreder
asked this question in
Q&A
Replies: 2 comments
-
Having a similar issue. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I had a similar issue with a C# assembly too. Have you tried adding |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Environment
Details
I created an F# library and was trying to use a method in python. I'm running into trouble even importing my module.
F# library consists of one file, looking like this:
And the failing Python code looks like this:
I have tried uncommenting either one of the bottom two lines, always failing with a similar traceback, as seen below. The module name obviously depends on the line of code that is active when executing.
Beta Was this translation helpful? Give feedback.
All reactions