Vishal.Parikh wrote:
>
> We are actually using Python.Net with python 2.5 and I wanted to learn
> the internal architecture of the Python.Runtime.Dll. I have tried
> debugging the dll by attaching the process to python.exe but doesn't hit
> any break point. I don't know much about the compiler
Brandon Craig Rhodes writes:
> I have only gotten as far as trying to AddReference() my new DLL, but
> have not been able to get it to succeed.
>
> >>> import clr
> >>> print clr.FindAssembly('Brandon')
> C:\Users\brandon\dev\pythonnet\Brandon.dll
> >>> clr.AddReference('Brandon'
Laszlo Sebo writes:
>
>
> I believe currently clr 2.x is supported,
> which means that up to .net 3.5 it should work fine, as those releases
> still use the 2.0 runtime (someone correct me if i'm wrong). LINQ was added
> with 3.5, so it should work.
>
> cheers,
> laszlo
>
> I
> reco
Daniel Mader writes:
>
> Dear list,
>
> with a couple of colleagues, I am using PythonXY as the main Python
> distribution when using Windows. It is based on Python 2.6 (2.7 is now
> in the focus so that the next release will be made for this).
>
> >From what we see it should be possible to ma
Øystein Skotheim writes:
>
> Hello. I have managed to compile the SVN version of PythonDotNet against
> the 4.0 version of the .NET library with Visual Studio 2010 on Windows
> 7. I copied over clr.pyd, Python.Runtime.dll as well as new versions of
> python.exe and pythonw.exe into my C:\Pyth
Griffin, Brittany (AS writes:
>
>
>
> Hi,
> I’m trying to set up my pythonnet download to work with the .NET 4
> framework.
I’m new to this, so I might just be overlooking something.
>
> I’ve found many forums (currently using this one:
> http://blog.bidiuk.com/2011/01/python-net-and-vs
It doesn't look like it's supported to instantiate a C# class from Python
using keyword arguments? Is that the case or am I missing something.
If it's not supported would it theoretically be possible and if so how
difficult would it be to implement?
Thanks,
Dave
__
gt;
> On Thu, Sep 3, 2015, 4:10 AM Dave Hirschfeld gmail.com>
wrote:
>
> It doesn't look like it's supported to instantiate a C# class from
Python
> using keyword arguments? Is that the case or am I missing something.
> If it's not supported would it theoreticall
It seems that there's no way to pass an infinity from Python to C#? Is
that correct, or am I missing something?
In case the former is correct I've filed an enhancement request issue on
github:
https://github.com/pythonnet/pythonnet/issues/100
Thanks,
Dave
___