Re: [Wesnoth-dev] wesnoth and python

2007-04-26 Thread Elias Pschernig
Googling around some more, I came across this: http://jove.prohosting.com/iwave/ipython/pyMinGW.html#download Specifically, it has a download called pyMinGW-bin-minipy-2.5a2.1 which has a MingW folder with a python25.dll inside it, that (as far as I understand) was compiled with MingW and therefo

Re: [Wesnoth-dev] wesnoth and python

2007-04-26 Thread Jens Seidel
On Thu, Apr 26, 2007 at 01:11:50PM +0200, Jens Seidel wrote: > On Thu, Apr 26, 2007 at 10:57:51AM +0200, Elias Pschernig wrote: > > Yes, might very well technically be against the GPL, but then, every > > program compiled with MSVC would be against the GPL (since they all > > Right! That's why nob

Re: [Wesnoth-dev] wesnoth and python

2007-04-26 Thread Jens Seidel
On Thu, Apr 26, 2007 at 10:57:51AM +0200, Elias Pschernig wrote: > Yes, might very well technically be against the GPL, but then, every > program compiled with MSVC would be against the GPL (since they all Right! That's why nobody uses such compilers for Open Source stuff ... > need that DLL.. at

Re: [Wesnoth-dev] wesnoth and python

2007-04-26 Thread Elias Pschernig
Yes, might very well technically be against the GPL, but then, every program compiled with MSVC would be against the GPL (since they all need that DLL.. at least when compiled in the way the python DLL is compiled by Python's Windows devs). So two problems: 1. Does Microsoft allow re-distribution

Re: [Wesnoth-dev] wesnoth and python

2007-04-25 Thread Bruno Wolff III
On Wed, Apr 25, 2007 at 20:28:22 +0200, Elias Pschernig <[EMAIL PROTECTED]> wrote: > > 1. We include the DLL - it comes with the official python installer, > so it can't be that problematic to re-distribute it with the Windows > installer, if otherwise it doesn't work. I don't think it is safe

Re: [Wesnoth-dev] wesnoth and python

2007-04-25 Thread Elias Pschernig
> > Since nobody knows so far I walked the path of no risk and sticked to python > 2.3. However, for myself there is no problem at all since I own a legal copy > of Visual Studio.Net 2003. So for me, redistribution is not a problem at > all. I can't speak of anyone else that might be using python,

Re: [Wesnoth-dev] wesnoth and python

2007-04-24 Thread Bruno Wolff III
On Wed, Apr 25, 2007 at 00:01:04 +0200, Jörg Hinrichs <[EMAIL PROTECTED]> wrote: > > Python 2.4 / 2.5 is compiled with a microsoft runtime dll that needs to be > redistributed. Redistribution requires a legal installation of Visual > Studio.Net 2003. I doubt that that is compatible with the GPL

[Wesnoth-dev] wesnoth and python

2007-04-24 Thread Jörg Hinrichs
Hi all, there seems to be some irritation about the python version that is shipped within the windows package. Here are some facts: 1. Python 2.3 is completely open source without any restrictions. Python 2.4 / 2.5 is compiled with a microsoft runtime dll that needs to be redistributed. R