[Python.NET] Q2: py.net problems w/python 2.6.2

2010-01-25 Thread Hamilton Link
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

[Python.NET] several questions: Q1 is it ok if I fold in several changes

2010-01-25 Thread Hamilton Link
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

Re: [Python.NET] path question: clr.so being picky about paths

2008-12-03 Thread Hamilton Link
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

[Python.NET] path question: clr.so being picky about paths

2008-12-02 Thread Hamilton Link
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

[Python.NET] ubuntu clarification

2008-12-02 Thread Hamilton Link
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

Re: [Python.NET] questions from a new PythonNet user

2008-12-01 Thread Hamilton Link
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

[Python.NET] questions from a new PythonNet user

2008-11-14 Thread Hamilton Link
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