[Python.NET] Python for .NET working group meeting for October 22, 2019

2019-10-18 Thread Mark Visser
Hi pythonnet members, The next working group call will be held at 3pm EST on Tuesday, October 22, 2019. You can join here: https://unity3d.zoom.us/j/346931511 The agenda is here: https://docs.google.com/document/d/1rJVU84B_dgx58-_EopjRtOJVFAI2WfHJYV0n7uE1O

[Python.NET] Python for .NET working group meeting notes from Tuesday, September 24, 2019

2019-09-24 Thread Mark Visser
Attendees: Mark Visser (Unity), Benoit Hudson & Felix Bourbonnais (ImgSpc), Victor Milovanov, Mohamed Koubaa (ANSYS Inc), Amos Li Agenda 1. (Mark) Suggest we use a "needs discussion" label on issues and PRs for next time. Then we can just go through them on the call. 2. (Mark) Can we get a stat

[Python.NET] Python for .NET Development Doodle Google Hangouts Meeting Invite

2019-06-16 Thread Denis Akhiyarov
Please fill out this form with time slots available to you: https://doodle.com/poll/9asah3hczm3vvhtp All times are displayed at least for me in America/Chicago Central US Time Zone, but it may display for you in your time zone. Please verify it before making your selections. We have about 10 peo

[Python.NET] Python for .NET - At Microsoft Houston

2017-06-08 Thread Denis Akhiyarov
Python for .NET location: At Microsoft Houston - Town & Country Thursday, June 08, 2017 6:30 PM - 8:30 PM http://hdnug.org/events_view.aspx?eventid=137 _ Python.NET mailing list - PythonDotNet@python.org https://mail.python.org/mailman/listinfo/pyt

[Python.NET] Python for .NET (pythonnet) v2.2.2 with Python 3.6 support and MIT license

2017-01-29 Thread Denis Akhiyarov
Download from PYPI using pip or from Anaconda using conda: https://pypi.python.org/pypi/pythonnet/2.2.2 https://anaconda.org/pythonnet/pythonnet [image: Inline image 1] Latest release v2.2.2 Fixed Missing files from packaging (#336) v2.2.1 News transition from Zope to MIT licen

[Python.NET] Python for .NET advantages

2016-10-18 Thread Simunic,Kresimir
Hello all, I have Python script that basically has 3 functions, two of them I am calling only once in beginning, and one function I call regularly let's say every second. All functions are of type to have some parameters and give back result without some state being saved between call. I real

[Python.NET] Python for .NET (pythonnet) 2.2.0.dev1 new development release available

2016-09-21 Thread Denis Akhiyarov
Hello Python and .NET developers, New pythonnet 2.2.0.dev1 version with (pre-)release notes are available for download from PYPI and GitHub: https://pypi.python.org/pypi/pythonnet/2.2.0.dev1 Note that since this is pre-release, use this command for installation: pip install pythonnet --pre -U

Re: [Python.NET] Python for .NET load .dll

2015-06-08 Thread Gianni Iannelli
2015 15:22:33 + To: pythondotnet@python.org Subject: Re: [Python.NET] Python for .NET load .dll Hi, I seem to remember some problems possibly related to this... those binaries you've found are quite old now. As a first set I would recommend checking out the latest source from github an

Re: [Python.NET] Python for .NET load .dll

2015-06-08 Thread Tony Roberts
Hi, I seem to remember some problems possibly related to this... those binaries you've found are quite old now. As a first set I would recommend checking out the latest source from github and building the pythonnet binaries yourself. It should be as simple as running "python setup.py install" (or

Re: [Python.NET] Python for .NET load .dll

2015-06-08 Thread Brian Lloyd
You probably need to escape those backslashes, no? e.g. 'C:\\Program Files\\API\\Test.NET' On Mon, Jun 8, 2015 at 3:44 AM, Gianni Iannelli wrote: > Dear All, > > > I have a problem loading an external dll using Python through Python for > .NET. I have tried different methodologis following sta

[Python.NET] Python for .NET load .dll

2015-06-08 Thread Gianni Iannelli
Dear All, I have a problem loading an external dll using Python through Python for .NET. I have tried different methodologis following stackoverflow and similar. I will try to summarize the situation and to describe all the steps that I've done.I have a dll named for e.g. Test.NET.dll. I checked

[Python.NET] Python for .Net

2015-04-14 Thread Jesse van Dam
Hello, I'm trying to use the clr module but it doesn't work for an Action object. To find a solution for my problem if posted this stackoverflow question: http://stackoverflow.com/questions/29538031/call-dll-function-works-in-ironpython-doesnt-work-in-cpython3-4-gives-no-meth Do you have any clu

Re: [Python.NET] [Python for .NET] question: How to correctly clean up MemoryStream object

2015-02-05 Thread 김해기
Hi, I have a MemoryStream created from Python (3.4) *memory_stream = MemoryStream(data_size)* and pass it to a C# library function to get data. *self.the_library.Read(memory_stream)* This definitely works. The problem is, python.exe's memory usage increases over time. Calling *memory_stream.Dispos

Re: [Python.NET] Python for .net and python 3.2

2013-11-11 Thread Kyle Rocha
The source forge work seems to have gone a bit stale. I've found that https://github.com/renshawbay/pythonnet/ has been the most active and stable fork. On 5 November 2013 22:16, Kieran Love wrote: > I’ve downloaded “pythonnet-2.0-Beta0-clr4.0_140_py27_UCS2_x86.zip” > > and unzipped its content

Re: [Python.NET] Python for .net and python 3.2

2013-11-11 Thread Kieran Love
] Python for .net and python 3.2 The source forge work seems to have gone a bit stale. I've found that https://github.com/renshawbay/pythonnet/ has been the most active and stable fork. On 5 November 2013 22:16, Kieran Love mailto:kl...@iress.com.au>> wrote: I've downloaded &quo

Re: [Python.NET] Python for .net and python 3.2

2013-11-11 Thread Kyle Rocha
successfully compiling against Python 3.x? > > The readme seems to talk about PYTHON24 and PYTHON25 environment variables. > > > > *From:* Kyle Rocha [mailto:kyle.ro...@gmail.com] > *Sent:* Sunday, 10 November 2013 3:29 AM > *To:* Kieran Love > *Cc:* pythondotnet@python.

[Python.NET] Python for .net and python 3.2

2013-11-07 Thread Kieran Love
I've downloaded "pythonnet-2.0-Beta0-clr4.0_140_py27_UCS2_x86.zip" and unzipped its contents to my python32/DLLs folder. Then when I try to use it I get the following error:- >>> import clr Traceback (most recent call last): File "", line 1, in ImportError: dynamic module does not define init

Re: [Python.NET] python for .net

2012-01-22 Thread Brian Lloyd
Hi Scot - generally CLR namespaces == python modules, so after loading the assembly I think you need to import NSPC. I don't have any VB experience, so not sure offhand what a VB Module corresponds to / compiles to in managed code (guessing it corresponds to a compilation unit at first glance, but

[Python.NET] python for .net

2012-01-22 Thread Scot Kelly
Re: Python for .NET. All, I have created a Clr example which instantiates and manipulates objects of type System.String. When I try to have it access the HelloWorld-esque object that I have written in VB.net python throws an error on my import statement. In the docs on "Python for .NET" there's

Re: [Python.NET] Python for .NET with PythonXY ?

2011-05-18 Thread Daniel Mader
Dear Dave. thank you very much for your quick reply, we've done as you recommended and it works beautifully! It was especially helpful that you pointed out that the python.exe itself is NOT necessary! Best regards, Daniel + colleagues 2011/5/17 Dave Hirschfeld : > Daniel Mader writes: > >> >>

Re: [Python.NET] Python for .NET with PythonXY ?

2011-05-17 Thread Dave Hirschfeld
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

[Python.NET] Python for .NET with PythonXY ?

2011-05-17 Thread Daniel Mader
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 make this installation ".NET aware" withou

Re: [Python.NET] Python for .NET installation problem

2010-12-05 Thread Alla Gofman
t to run C# which embedding Phyton without installing Python full version on PC. Can I do so? Alla. From: Barton [mailto:bar...@bcdesignswell.com] Sent: Friday, December 03, 2010 10:06 AM To: Alla Gofman Subject: Re: [Python.NET] Python for .NET installation problem Hi, alla, I'll push these to

Re: [Python.NET] Python for .NET installation problem

2010-12-01 Thread Urs Fleisch
Get the current source code from Subversion. Then build a Release version of pythonnet.sln and make sure that PYTHON26 is defined instead of PYTHON25, which should be the case for the latest code in Subversion. You can then copy clr.pyd and Python.Runtime.dll to C:\Python26. You do not really need

Re: [Python.NET] Python for .NET installation problem

2010-12-01 Thread Alla Gofman
Thank you for your reply. I checked and py25 version does work with python 2.5 installed. AllaG From: Brian Lloyd [brian.d.ll...@gmail.com] Sent: Wednesday, December 01, 2010 9:58 PM To: Alla Gofman Cc: pythondotnet@python.org Subject: Re: [Python.NET] Python for

Re: [Python.NET] Python for .NET installation problem

2010-12-01 Thread Brian Lloyd
Well, the _py25 version will only work if you have python 2.5 installed. Not sure why the _py26 distribution does not include the python.exe. Is anyone who worked on that still tracking the list? On Wed, Dec 1, 2010 at 10:48 AM, Alla Gofman wrote: > Hi, > > I have installed Python v. 264 on Win

[Python.NET] Python for .NET installation problem

2010-12-01 Thread Alla Gofman
Hi, I have installed Python v. 264 on Win7 and I want to install Python for .NET. I downloaded pythonnet-2.0-alpha2-clr2.0_py26 but there is no python.exe file there. So I downloaded pythonnet-2.0-alpha2-clr2.0_py25 where file indeed exists. I follow the instruction for installation on http://p

Re: [Python.NET] python for net with python 2.6

2009-12-16 Thread Kareer, Ravinder
Alex, Thanks a ton for your help. Your solution did the trick. Regards Bobby On Dec 11, 2009, at 11:06 AM, "Alexey Borzenkov" wrote: On Tue, Dec 8, 2009 at 8:46 PM, wrote: We have been trying to use python for net compiled against python26 with a target framework of 2.0 and are gettin

Re: [Python.NET] python for net with python 2.6

2009-12-11 Thread Alexey Borzenkov
On Tue, Dec 8, 2009 at 8:46 PM, wrote: > We have been trying to use python for net compiled against python26 with a > target framework of 2.0 and are getting a hard crash. > > .NET Runtime version 2.0.50727.4927 - Fatal Execution Engine Error > (719D851A) (80131506) Can you please try with this

[Python.NET] python for net with python 2.6

2009-12-10 Thread Ravinder.Kareer
All, We have been trying to use python for net compiled against python26 with a target framework of 2.0 and are getting a hard crash. .NET Runtime version 2.0.50727.4927 - Fatal Execution Engine Error (719D851A) (80131506) We are able to "import clr", "import System", but when you do somet

Re: [Python.NET] Python for .NET now at sourceforge

2006-03-13 Thread Roman Yakovenko
> Hi all - > > Sorry for not being as responsive as I should lately -- I've recently > changed > companies so things have been a little hectic and I also had to make sure > the 'paperwork was in order' re: open source projects, etc. > > Now that things have settled down a bit, I have been able to s

[Python.NET] Python for .NET now at sourceforge

2006-03-13 Thread Brian Lloyd
Hi all -Sorry for not being as responsive as I should lately -- I've recently changed companies so things have been a little hectic and I also had to make sure the 'paperwork was in order' re: open source projects, etc. Now that things have settled down a bit, I have been able to spend a little tim

[Python.NET] Python for .NET, multithreading case.

2005-02-22 Thread Duong, Thuy
Hi Brian, We've been using Python for .NET and it's been working pretty well interacting with a .NET DLL. However, we've encountered some problems with this multithreading scenario: 1) Create a "main" thread called: ThreadA 2) ThreadA can successfully invoke our .NET DLL. 3) ThreadA now spawns