Python Forum
Thread Rating:
  • 1 Vote(s) - 4 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Python Windows CLR
#1
I am trying to use python .net but when I run the following code I get the following error
 =11ptSystemError: dynamic module not initialized properly
import sys
import os
sys.path.insert(0, os.path.abspath('./')) 
import clr
Can anyone help? I'm sure I am sure its just a basic error

thanks
Reply
#2
Sure, you might want to start by reading the docs: Python for .Net, including how to import modules.
If it ain't broke, I just haven't gotten to it yet.
OS: Windows 10, openSuse 42.3, freeBSD 11, Raspian "Stretch"
Python 3.6.5, IDE: PyCharm 2018 Community Edition
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020