- Notifications
You must be signed in to change notification settings - Fork748
Cannot import custom F# library to Python#1778
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
DetailsI 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.
|
BetaWas this translation helpful?Give feedback.
All reactions
Replies: 2 comments
-
Having a similar issue. |
BetaWas this translation helpful?Give feedback.
All reactions
-
I had a similar issue with a C# assembly too. Have you tried adding |
BetaWas this translation helpful?Give feedback.
All reactions
This discussion was converted from issue #1777 on April 28, 2022 12:35.