they still work?
Any enlightenment would be much appreciated.
max
Max Slimmer
eMail: [email protected]
phone: 707 703-4396
On Sun, Oct 30, 2011 at 10:47 AM, Bradley Friedman wrote:
> CPython is compiled with one of two unicode modes. The symbols in the
> dynamic library are dif
I am running python 2.6 under windows and would like to access some .net
code. I have downloaded pythonnet-2.0-alpha2-136-py26.zip from
source-forge.
I can run the python.exe in \python2.6-UCS2 folder and from there import
clr, however I want to import and run from my existing python2.6
installatio
rt
error.
Help!
Max Slimmer
eMail: [email protected]
phone: 707 703-4396
On Sat, Oct 29, 2011 at 3:30 AM, 刘振海 <[email protected]> wrote:
> Hi,
> you should copy both the clr.pyd and Python.Runtime.dll to the path which
> contents in sys.path
> like your current work directo
I am running python 2.6 and would like to use python for .net. I have
downloaded pythonnet-2.0-alpha2-136-py26.zip and then copied the clr.pdl to
my python DLLs directory upon trying to "import clr" I get ImportError:
dynamic module does not define init function (initclr). Ultimately I want to
in