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
I installed mono on bash on windows, and I would install python for .net for trying to play with mono.
Python version is 2.7.6 and it seems to be not updatable to python 2.7.11.
Pip version is 1.5.4.
I did pip install pythonnet.
It worked.
In python I did import clr.
ImportError: /usr/local/lib/python2.7/clr.so: undefined symbol mono_set_domain_config.
I don't know if this is an issue, but I searched the internet and I found anything.
Maybe a python problem?
If I wrong place, I'm sorry.