Where to put Python.h for waf

Can anyone tell me where should/must I put the Python.h file for waf
to find that file when compiling Phoenix?

I got the Python.h file from the source code of Python 3.3.1 since I'm
compiling Phoenix with Python 3.3.1. I just don't know where exactly
should I put that file now. Any ideas?

···

--
Boštjan Mejak

I don't know where to put it but putting it in $PATH or in the same
directory as the build script could work

···

Am 10.04.2013 10:41, schrieb Boštjan Mejak:

Can anyone tell me where should/must I put the Python.h file for waf
to find that file when compiling Phoenix?

I got the Python.h file from the source code of Python 3.3.1 since I'm
compiling Phoenix with Python 3.3.1. I just don't know where exactly
should I put that file now. Any ideas?

Robin, can you tell where does that Python.h file belong?

···

On Wed, Apr 10, 2013 at 11:00 AM, David python@dav1d.de wrote:

Am 10.04.2013 10:41, schrieb Boštjan Mejak:

Can anyone tell me where should/must I put the Python.h file for waf

to find that file when compiling Phoenix?

I got the Python.h file from the source code of Python 3.3.1 since I’m

compiling Phoenix with Python 3.3.1. I just don’t know where exactly

should I put that file now. Any ideas?

I don’t know where to put it but putting it in $PATH or in the same

directory as the build script could work

You received this message because you are subscribed to the Google Groups “wxPython-users” group.

To unsubscribe from this group and stop receiving emails from it, send an email to wxpython-users+unsubscribe@googlegroups.com.

For more options, visit https://groups.google.com/groups/opt_out.

Robin, can you tell where does that Python.h file belong?

He probably can’t tell you where your Python.h for your Python install should be without doing some googling on it (which you could do yourself, BTW), because you never copy and paste Python.h by hand. You always install it from somewhere. If your Python.h isn’t being found, your machine is probably not set up correctly for Python extension compilation, or more in general for Python development. If you’re on a Linux distro, it probably means you’re missing some packages.

Kevin

···

On Wed, Apr 10, 2013 at 11:00 AM, David python@dav1d.de wrote:

Am 10.04.2013 10:41, schrieb Boštjan Mejak:

Can anyone tell me where should/must I put the Python.h file for waf

to find that file when compiling Phoenix?

I got the Python.h file from the source code of Python 3.3.1 since I’m

compiling Phoenix with Python 3.3.1. I just don’t know where exactly

should I put that file now. Any ideas?

I don’t know where to put it but putting it in $PATH or in the same

directory as the build script could work

You received this message because you are subscribed to the Google Groups “wxPython-users” group.

To unsubscribe from this group and stop receiving emails from it, send an email to wxpython-users+unsubscribe@googlegroups.com.

For more options, visit https://groups.google.com/groups/opt_out.

Boštjan Mejak wrote:

Can anyone tell me where should/must I put the Python.h file for waf
to find that file when compiling Phoenix?

Again, why? If the Phoenix build is able to be successfully complete (which it does according to your other messages) despite the issue of waf's first attempt to find Python.h failing, then obviously its additional attempts were successful and you shouldn't worry about it. If you didn't already have Python.h somewhere that could be found by the compiler then none of the compiles in the Phoenix part of the build would succeed.

I got the Python.h file from the source code of Python 3.3.1 since I'm
compiling Phoenix with Python 3.3.1. I just don't know where exactly
should I put that file now. Any ideas?

It depends on your platform and where you got your python. If you build it yourself then it will have been installed along with the other python headers when you did a "make install". If you used packages from a .deb or .rpm package repository then there is likely a python*-dev package or similar that will install the headers. If you used an installer on Windows or Mac then the headers are already installed in a place they can be found.

···

--
Robin Dunn
Software Craftsman

Shut up, Kevin. No one asked you, moron.

···

On Wed, Apr 10, 2013 at 6:36 PM, Robin Dunn robin@alldunn.com wrote:

Boštjan Mejak wrote:

Can anyone tell me where should/must I put the Python.h file for waf

to find that file when compiling Phoenix?

Again, why? If the Phoenix build is able to be successfully complete (which it does according to your other messages) despite the issue of waf’s first attempt to find Python.h failing, then obviously its additional attempts were successful and you shouldn’t worry about it. If you didn’t already have Python.h somewhere that could be found by the compiler then none of the compiles in the Phoenix part of the build would succeed.

I got the Python.h file from the source code of Python 3.3.1 since I’m

compiling Phoenix with Python 3.3.1. I just don’t know where exactly

should I put that file now. Any ideas?

It depends on your platform and where you got your python. If you build it yourself then it will have been installed along with the other python headers when you did a “make install”. If you used packages from a .deb or .rpm package repository then there is likely a python*-dev package or similar that will install the headers. If you used an installer on Windows or Mac then the headers are already installed in a place they can be found.

Robin Dunn

Software Craftsman

http://wxPython.org

You received this message because you are subscribed to the Google Groups “wxPython-users” group.

To unsubscribe from this group and stop receiving emails from it, send an email to wxpython-users+unsubscribe@googlegroups.com.

For more options, visit https://groups.google.com/groups/opt_out.

Shut up, Kevin. No one asked you, moron.

  http://grokbase.com/t/python/docs/11491gbh6r/issue11806-missing-2-hyphens-in-the-docs

  http://markmail.org/message/n6t6foq6w7c5ik6v

Karsten

···

On Wed, Apr 10, 2013 at 09:32:22PM +0200, Boštjan Mejak wrote:

On Wed, Apr 10, 2013 at 6:36 PM, Robin Dunn <robin@alldunn.com> wrote:

> Boštjan Mejak wrote:
>
>> Can anyone tell me where should/must I put the Python.h file for waf
>> to find that file when compiling Phoenix?
>>
>
> Again, why? If the Phoenix build is able to be successfully complete
> (which it does according to your other messages) despite the issue of waf's
> first attempt to find Python.h failing, then obviously its additional
> attempts were successful and you shouldn't worry about it. If you didn't
> already have Python.h somewhere that could be found by the compiler then
> none of the compiles in the Phoenix part of the build would succeed.
>
>
>
>> I got the Python.h file from the source code of Python 3.3.1 since I'm
>> compiling Phoenix with Python 3.3.1. I just don't know where exactly
>> should I put that file now. Any ideas?
>>
>>
> It depends on your platform and where you got your python. If you build
> it yourself then it will have been installed along with the other python
> headers when you did a "make install". If you used packages from a .deb or
> .rpm package repository then there is likely a python*-dev package or
> similar that will install the headers. If you used an installer on Windows
> or Mac then the headers are already installed in a place they can be found.
>
> --
> Robin Dunn
> Software Craftsman
> http://wxPython.org
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "wxPython-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to wxpython-users+unsubscribe@**googlegroups.com<wxpython-users%2Bunsubscribe@googlegroups.com>
> .
> For more options, visit https://groups.google.com/**groups/opt_out&lt;https://groups.google.com/groups/opt_out&gt;
> .
>
>
>

--
You received this message because you are subscribed to the Google Groups "wxPython-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wxpython-users+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
GPG key ID E4071346 @ gpg-keyserver.de
E167 67FD A291 2BEA 73BD 4537 78B9 A9F9 E407 1346

Totally out of place!!

Werner

···

On 10/04/2013 21:32, Boštjan Mejak wrote:

Shut up, Kevin. No one asked you, moron.

Plonk

···

On Wed, 10 Apr 2013 21:32:22 +0200, Boštjan Mejak wrote:

Shut up, Kevin. No one asked you, moron.

+1

···

On Wed, Apr 10, 2013 at 1:04 PM, Walter Hurry <walterhurry@gmail.com> wrote:

On Wed, 10 Apr 2013 21:32:22 +0200, Boštjan Mejak wrote:

> Shut up, Kevin. No one asked you, moron.

Plonk

Completely uncalled for. if you're a man you'd see fit to apologise.

···

On 10/04/2013 20:32, Boštjan Mejak wrote:

Shut up, Kevin. No one asked you, moron.

--
If you're using GoogleCrap™ please read this GoogleGroupsPython - Python Wiki.

Mark Lawrence

+1

···

On Wednesday, April 10, 2013 3:08:25 PM UTC-5, Nat Echols wrote:

On Wed, Apr 10, 2013 at 1:04 PM, Walter Hurry walte...@gmail.com wrote:

On Wed, 10 Apr 2013 21:32:22 +0200, Boštjan Mejak wrote:

Shut up, Kevin. No one asked you, moron.

Plonk

+1

Kevin is one of the core developers of wxPython. This was completely uncalled for.

  • Mike
···

On Wednesday, April 10, 2013 2:32:22 PM UTC-5, Boštjan Mejak wrote:

Shut up, Kevin. No one asked you, moron.

I've been reading this list for nearly 10 years, and I have never seen a
post anywhere near as rude as this. It is particularly disturbing because
Kevin is obviously a very competent developer, and even more important, is
always willing to offer his unpaid help to users who ask. Shame on
you, Boštjan.

···

On Wed, Apr 10, 2013 at 3:32 PM, Boštjan Mejak <mejak.bost@gmail.com> wrote:

Shut up, Kevin. No one asked you, moron.

--
Best Regards,
Michael Moriarity

+1 train!

···

Am 11.04.2013 16:21, schrieb Mike Driscoll:

On Wednesday, April 10, 2013 3:08:25 PM UTC-5, Nat Echols wrote:

    On Wed, Apr 10, 2013 at 1:04 PM, Walter Hurry <walte...@gmail.com > <javascript:>> wrote:

        On Wed, 10 Apr 2013 21:32:22 +0200, Boštjan Mejak wrote:

        > Shut up, Kevin. No one asked you, moron.

        Plonk

    +1

+1