- Notifications
You must be signed in to change notification settings - Fork752
-
I'm using Python to use libraries from a large .NET application that has a host of dependency overrides in its .config file. I've been using pythonnet 2.5.2 successfully for quite some time and now trying to get it working with 3.0.1.
From what I can see it is not even getting to try opening the file (so the name/path is irrelevant for this bug report). Key lines from
|
BetaWas this translation helpful?Give feedback.
All reactions
Replies: 1 comment 4 replies
-
It tells you in the error right after |
BetaWas this translation helpful?Give feedback.
All reactions
-
But the code cited above from
|
BetaWas this translation helpful?Give feedback.
All reactions
-
Ah, I was hasty to convert it to a discussion. Still it seems to be a known unfixed bug:pythonnet/clr-loader#53 |
BetaWas this translation helpful?Give feedback.
All reactions
-
@filmor can argument passing be fixed separately? This error seems to be caused by the lack of encode calls you added in one of the commits inpythonnet/clr-loader#42 |
BetaWas this translation helpful?Give feedback.
All reactions
-
It can, but it doesn't help as the AppDomain generation is broken. That's why I didn't merge it, yet. |
BetaWas this translation helpful?Give feedback.
All reactions
This discussion was converted from issue #2210 on August 05, 2023 18:52.