Could anyone conveniently try python.net with python 2.6.2? I am seeing
two fatal problems in my lightly-patched python.net.
I'm using ubuntu 9.04
python 2.6.2
python.net 2.0 alpha2 with Borzenkov's suggested PYTHON25 -> PYTHON26
changes and Feihong Hsu's changes
mono 2.0.1 (this is the what m
As soon as I can figure out how to use svn and https from work (or as
soon as I give up and do the following from home) my hope is to...
- download the latest and greatest, which I suspect is not a lot
different than 2.0 alpha2
- fold in Feihon Hsu's patch that fixes 2.0 alpha2 for .net 2.0 SP
Sure enough, under ubuntu (though I'm about to switch to fedora) I only
need clr.so and Python.Runtime.dll. So, obviously I have some more
digging to do on how this all works. But how is clr.so broken
precisely? It appears to work...
h
Christian Heimes wrote:
Link, Hamilton wrote:
- c
In the readme, it says that "python for .net uses the pythonpath
(sys.path) to look for assemblies to load, in addition to the usual
application base and the gac.
Unfortunately at the moment the assembly I'm trying to load is... clr.pyd.
If I run python (ubuntu, mono, rebuilt python 2.5.2 with
I figured out the python.exe is a dynamically-linked python for use
under systems like ubuntu where the provided distribution is statically
linked. But I had already installed an overriding distribution of
python from sources.
FYI, ubuntu's distribution is this way because for whatever reason
Brian Lloyd wrote:
On Fri, Nov 14, 2008 at 8:38 PM, Hamilton Link <[EMAIL PROTECTED]
<mailto:[EMAIL PROTECTED]>> wrote:
...
I suppose the first question is,
Why are there no apparent build instructions in the distribution?
Hi there - unfortunately I think th
Hi there, I've just started working with PythonNet and I have a few
questions about getting it built and running. Any help would be
appreciated, here is my current situation and questions. Sorry for the
long email but I figured details can only help you help me.
I would like to be able to do