Re: [Python.NET] When will you release a new build that works on Windows 8.1?

2014-01-16 Thread davidacoder
things are a bit hectic. Best, David From: PythonDotNet [mailto:[email protected]] On Behalf Of [email protected] Sent: Monday, January 13, 2014 6:35 AM To: [email protected] Subject: [Python.NET] When will you release a new build that works

Re: [Python.NET] Branching scheme

2013-12-05 Thread davidacoder
: PythonDotNet [mailto:[email protected]] On Behalf Of Zane D. Purvis Sent: Thursday, December 5, 2013 11:34 AM To: A list for users and developers of Python for .NET Subject: Re: [Python.NET] Branching scheme I have found git-flow to be a good starting point for

Re: [Python.NET] Release plan

2013-12-05 Thread davidacoder
David > -Original Message- > From: PythonDotNet [mailto:pythondotnet- > [email protected]] On Behalf Of Brad > Friedman > Sent: Wednesday, December 4, 2013 1:18 PM > To: A list for users and developers of Python for .NET > Subject: Re: [Python.NET] Release

Re: [Python.NET] github migration

2013-12-04 Thread davidacoder
http://pythonnet.github.io works Any feedback welcome! Cheers, David From: PythonDotNet [mailto:[email protected]] On Behalf Of davidacoder Sent: Wednesday, November 27, 2013 2:13 PM To: [email protected] Subject: Re: [Python.NET] github migration I’m trying to create

[Python.NET] Branching scheme

2013-12-04 Thread davidacoder
Hi everyone, if we do migrate to git, we should have a branching scheme for the project. I would suggest we just go with git flow (http://nvie.com/posts/a-successful-git-branching-model/). It is widely used, well documented, lots of people are familiar with it and we don't have to come up with our

Re: [Python.NET] github migration

2013-12-04 Thread davidacoder
n and updated the links in it, so that http://pythonnet.github.io works And feedback welcome! Cheers, David From: PythonDotNet [mailto:[email protected]] On Behalf Of davidacoder Sent: Wednesday, November 27, 2013 2:13 PM To: pythondotnet@

[Python.NET] Release plan

2013-12-04 Thread davidacoder
Hi everyone, I'm trying to understand what the "official" release history is right now. PythonNet 2.0 was never officially released, correct? Was the last release 2.0 beta? In any case, I think it would be great if we released an official 2.0 version, provided binaries for download etc. My gut s

Re: [Python.NET] pip and wheel

2013-11-30 Thread davidacoder
ll be to create a working setup.py for both windows/linux/mac. Cheers, David From: PythonDotNet [mailto:[email protected]] On Behalf Of Zane D. Purvis Sent: Friday, November 29, 2013 1:29 PM To: A list for users and developers of Python for .NET Subjec

Re: [Python.NET] pip and wheel

2013-11-29 Thread davidacoder
s it would be a matter of integrating that stuff into the default setup.py, making sure that it works on windows/linux/osx and clr/mono, and that should get us pretty close to getting "pip install pythonnet" work, right? Cheers, David From: PythonDotNet [mailto:pythondotnet-bo

Re: [Python.NET] Mailinglist config

2013-11-27 Thread davidacoder
Perfect, thanks! Best, David From: PythonDotNet [mailto:[email protected]] On Behalf Of Dirk Krause Sent: Wednesday, November 27, 2013 2:22 PM To: A list for users and developers of Python for .NET Subject: Re: [Python.NET] Mailinglist config seems to

Re: [Python.NET] github migration

2013-11-27 Thread davidacoder
epage for the project, so that http://pythonnet.github.io works. So, nothing will happen for a couple of days until I hear back from previous contributors, and then I'll update you all again. Best, David From: PythonDotNet [mailto:[email protected]]

Re: [Python.NET] Mailinglist config

2013-11-27 Thread davidacoder
013 10:39 PM To: davidacoder Cc: [email protected] Subject: Re: [Python.NET] Mailinglist config Right now we are using MailMan - traffic is light enough that I am able to filter out obvious spam. If you guys have bandwidth I am happy to delegate to others and other solutions... On Tue, Nov

[Python.NET] github migration

2013-11-27 Thread davidacoder
dated as I make progress. Cheers, David From: PythonDotNet [mailto:[email protected]] On Behalf Of Tony Roberts Sent: Wednesday, November 27, 2013 6:04 AM To: [email protected] Subject: Re: [Python.NET] PTVS and python.NET Hi David, that

[Python.NET] Mailinglist config

2013-11-26 Thread davidacoder
Who controls the mailing list settings? Is there a way to set things up such that the default reply-to address is [email protected] , and not the email of the person one is replying to? I've gotten three responses to emails in the last three days to my ema

Re: [Python.NET] PTVS and python.NET

2013-11-26 Thread davidacoder
bble, Brett [mailto:[email protected]] Sent: Tuesday, November 26, 2013 5:36 PM To: davidacoder; [email protected]; [email protected] Subject: RE: [Python.NET] PTVS and python.NET So, who is willing to be the primary maintainer of the github repository? I think we should wait for

[Python.NET] pip and wheel

2013-11-26 Thread davidacoder
Hi, I think one major barrier for easier adoption of pythondotnet right now is setup, i.e. how you get to a point where you can just use it. I think there are a couple of issues: - the download page on sourceforge is confusing. There are five folders on the first page that don't seem to

Re: [Python.NET] PTVS and python.NET

2013-11-26 Thread davidacoder
Great idea! Best, David From: PythonDotNet [mailto:[email protected]] On Behalf Of John Gill Sent: Tuesday, November 26, 2013 7:47 AM To: [email protected] Subject: [Python.NET] PTVS and python.NET Related to a move to github, I have been in

Re: [Python.NET] Python .NET on Windows 8.1

2013-11-24 Thread davidacoder
I had the same problem and the following fix in the file runtime/assemblymanager.cs made things work for me. I believe the problem is that on Win 8.1 there seem to be generic types that aren't in a namespace. My patch just skips those and thus prevents a crash. I am not sure whether that is the rig

Re: [Python.NET] Moving the project to github

2013-11-24 Thread davidacoder
+1 on that! I would love to see the official code base move to git and ideally github.com. The current situation, with an official very inactive repository and forks that are more current is really not good for the project. I also simply think that if the project was on github it would be easier t