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
Python.NET as of now overrides __import__ directly which works, but has multiple nasty issues. Implementing a PEP302 compatible loader would allow us to keep __import__ alone, solving at least #559, #547. There's probably more issues due to this.
The text was updated successfully, but these errors were encountered:
@filmor @denfromufa any update on this? I run into an issue using Kivy lib with pythonnet. Wondering if its worth trying to switch to different gui lib or moving to iron-python instead.
Update:
So I tried using tinker instead of kivy and it seems to load without problems on the first glance by just doing simple
Python.NET as of now overrides
__import__
directly which works, but has multiple nasty issues. Implementing a PEP302 compatible loader would allow us to keep__import__
alone, solving at least #559, #547. There's probably more issues due to this.The text was updated successfully, but these errors were encountered: