Re: [Python.NET] clr ImportError

2016-07-18 Thread Denis Akhiyarov
d path below > and see what I can find out below. > > Thanks. > > Danny > > -- > Date: Fri, 15 Jul 2016 02:37:43 -0500 > From: denis.akhiya...@gmail.com > > To: pythondotnet@python.org > > Subject: Re: [Python.NET] clr Impor

Re: [Python.NET] clr ImportError

2016-07-16 Thread Daniel Fernandez
@python.org Subject: Re: [Python.NET] clr ImportError I would start with clean installation of pythonnet wheel from PyPi or source on master branch on github, preferable in conda env or virtualenv. Also make sure you have no left-over clr.pyd or Python.Runtime.dll files in system or python paths

Re: [Python.NET] clr ImportError

2016-07-15 Thread Denis Akhiyarov
I would start with clean installation of pythonnet wheel from PyPi or source on master branch on github, preferable in conda env or virtualenv. Also make sure you have no left-over clr.pyd or Python.Runtime.dll files in system or python paths. I used pt(i)python with no problems before. But what h