You are not logged in.

#1 2007-11-15 05:29:40

gaara
Member
From: Mexico
Registered: 2007-11-15
Posts: 8
Website

is there a python-dev package?

I can't compile python-sexy from aur because python headers not found:

checking for headers required to compile python extensions... not found
configure: error: could not find Python headers

is there python-dev package in arch?
What can i do?

Last edited by gaara (2007-11-15 05:48:58)

Offline

#2 2007-11-15 07:58:25

byte
Member
From: Düsseldorf (DE)
Registered: 2006-05-01
Posts: 2,046

Re: is there a python-dev package?

Make sure you have everything from the base-devel group: pacman -S base-devel


1000

Offline

#3 2007-11-15 16:24:43

gaara
Member
From: Mexico
Registered: 2007-11-15
Posts: 8
Website

Re: is there a python-dev package?

I have base-devel and the problem continue, I found my python headers with python-config --cflags, but i don't know what does python-sexy not found those libraries sad

Last edited by gaara (2007-11-15 16:25:02)

Offline

#4 2007-11-15 21:54:36

neotuli
Lazy Developer
From: London, UK
Registered: 2004-07-06
Posts: 1,204
Website

Re: is there a python-dev package?

Arch does not have -dev packages, we ship headers right with the regular package.

Sounds like something went screwy with your python install, try forcing a reinstall (pacman -S python) and try again. python-sexy builds fine for me.


The suggestion box only accepts patches.

Offline

#5 2007-11-17 21:53:44

gaara
Member
From: Mexico
Registered: 2007-11-15
Posts: 8
Website

Re: is there a python-dev package?

I did it before post my recently problem :'(

Offline

Board footer

Powered by FluxBB