Re: [Mingw-w64-public] Python on x64

2013-06-15 Thread Felix Lelchuk
Hi Dick

That looks promising. I would like very much to see Python move to CMake 
in the future.
It is always a pleasure to build software using CMake.
Especially you can easily choose to build it using the excellent MinGW64.
However I decided to use a ready-to-use python distro, WinPython, for my 
project.
That seemed to be the most painless solution for me. That version is 
portable, it seems not to use the registry.
Also had to compile my other libs (python extensions etc.) using MSVC to 
avoid trouble like C++ name mangling...

Am 15.06.2013 06:24, schrieb Dick Hollenbeck:
> Felix Lelchuk  writes:
>
>> Hi,
>>
>> I need to build Python 2.7 for 64-bit Windows but I'm having a hard time
>> compiling it.
>
> Is this anything?
>
> Python a-mingw-us
>
> http://code.google.com/p/python-a-mingw-us/
>
>
>
>
> --
> This SF.net email is sponsored by Windows:
>
> Build for Windows Store.
>
> http://p.sf.net/sfu/windows-dev2dev
> ___
> Mingw-w64-public mailing list
> Mingw-w64-public@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
>


--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public


Re: [Mingw-w64-public] Python on x64

2013-06-14 Thread Dick Hollenbeck
Felix Lelchuk  writes:

> 
> Hi,
> 
> I need to build Python 2.7 for 64-bit Windows but I'm having a hard time 
> compiling it.


Is this anything?

   Python a-mingw-us

http://code.google.com/p/python-a-mingw-us/




--
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public


Re: [Mingw-w64-public] Python on x64

2013-04-18 Thread Ray Donnelly
Hi Felix,

I believe Ruben re-package the official Python releases at present (correct
me if I'm wrong)

Mingw-builds however build from source (heavily patched):

https://github.com/niXman/mingw-builds/tree/master/patches/Python-2.7.3

The source of those patches is my project at:

https://github.com/mingwandroid/crucifixion-freedom

...but this is usually more of a work area that feeds into other projects
(i.e. it's often broken - for example, since last night, it's setup to
build 2.7.4 but the patches for 2.7.4 are still in development - i.e.
broken).

Cheers,

Ray.

On Thu, Apr 18, 2013 at 1:09 PM, Felix Lelchuk  wrote:

> Hi,
>
> I need to build Python 2.7 for 64-bit Windows but I'm having a hard time
> compiling it.
> 'configure' generates a Makefile unsuitable for Windows (maybe Cygwin?).
> I patched the Makefile and several other files, still new problems arise...
>
> However, there is a Python DLL shipped with Ruben's toolchain so maybe
> you know a recipe or maybe you've got some patches?
> What I need is the Python EXE, too and working distutils so I can
> compile and use NumPy/SciPy and other libraries.
>
> Best regards
>
> Felix Lelchuk
>
>
> --
> Precog is a next-generation analytics platform capable of advanced
> analytics on semi-structured data. The platform includes APIs for building
> apps and a phenomenal toolset for data science. Developers can use
> our toolset for easy data analysis & visualization. Get a free account!
> http://www2.precog.com/precogplatform/slashdotnewsletter
> ___
> Mingw-w64-public mailing list
> Mingw-w64-public@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
>
--
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public


Re: [Mingw-w64-public] Python on x64

2013-04-18 Thread JonY
On 4/18/2013 20:09, Felix Lelchuk wrote:
> Hi,
> 
> I need to build Python 2.7 for 64-bit Windows but I'm having a hard time 
> compiling it.
> 'configure' generates a Makefile unsuitable for Windows (maybe Cygwin?).
> I patched the Makefile and several other files, still new problems arise...
> 

How did you generate the makefile in the first place?

> However, there is a Python DLL shipped with Ruben's toolchain so maybe 
> you know a recipe or maybe you've got some patches?
> What I need is the Python EXE, too and working distutils so I can 
> compile and use NumPy/SciPy and other libraries.

Have you tried stock CPython? There are distributions that already
includes those.





signature.asc
Description: OpenPGP digital signature
--
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public


Re: [Mingw-w64-public] Python on x64

2013-04-18 Thread niXman
2013/4/18 Felix Lelchuk:
> Hi,
>
> I need to build Python 2.7 for 64-bit Windows but I'm having a hard time
> compiling it.
> 'configure' generates a Makefile unsuitable for Windows (maybe Cygwin?).
> I patched the Makefile and several other files, still new problems arise...
>
> However, there is a Python DLL shipped with Ruben's toolchain so maybe
> you know a recipe or maybe you've got some patches?
> What I need is the Python EXE, too and working distutils so I can
> compile and use NumPy/SciPy and other libraries.

Hi,

you can build python(2.7.3/3.3.0, i686/x86_64) myself using
MinGW-builds scripts:
https://github.com/niXman/mingw-builds


--
Regards,
niXman
___
Dual-target(32 & 64-bit) MinGW compilers for 32 and 64-bit Windows:
http://sourceforge.net/projects/mingwbuilds/
___
Another online IDE: http://liveworkspace.org/

--
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public


[Mingw-w64-public] Python on x64

2013-04-18 Thread Felix Lelchuk
Hi,

I need to build Python 2.7 for 64-bit Windows but I'm having a hard time 
compiling it.
'configure' generates a Makefile unsuitable for Windows (maybe Cygwin?).
I patched the Makefile and several other files, still new problems arise...

However, there is a Python DLL shipped with Ruben's toolchain so maybe 
you know a recipe or maybe you've got some patches?
What I need is the Python EXE, too and working distutils so I can 
compile and use NumPy/SciPy and other libraries.

Best regards

Felix Lelchuk

--
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public