Re: [Python.NET] installing pythondotnet in existing python under windows

2011-10-30 Thread Max Slimmer
I tried using the clr.pyd from both python1.6-UCS2 and python2.6-UCS4 folders, same results. I am running the current python windows build: Python 2.6.6 (r266:84297, Aug 24 2010, 18:46:32) [MSC v.1500 32 bit (Intel)] on win32 Has anyone built clr.pyd for this distribution. I am not that familiar

Re: [Python.NET] installing pythondotnet in existing python under windows

2011-10-30 Thread Bradley Friedman
CPython is compiled with one of two unicode modes. The symbols in the dynamic library are different based on that original configuration flag. Basically that config flag on python makes versions of python that are binary incompatible with one another even though they are the same version. Nat

[Python.NET] installing pythondotnet in existing python under windows

2011-10-30 Thread Max Slimmer
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