Re: maemoswig error

2009-05-10 Thread Daniel Martin Yerga
On Sat, 9 May 2009 18:57:22 +0530
amit sethi  wrote:

> I am not sure that if this should be considered a problem directly
> related with maemi
> I am trying to develop python wrappers using maemoswig
> I keep getting the error could not find python.h
> At first i would think that this might be because i did not give the
> right path but that is not the case

You should be sure you are using the python2.5 libraries and not use
the python2.3 ones installed with scratchbox.
I don't know how would be the specific fix in your case, but it smells
to this problem.

You could try the following: 
export SBOX_REDIRECT_IGNORE=/usr/bin/python ; export PATH=/usr/bin:$PATH
Now it should use python2.5 instead of python2.3 when invoking python
in scratchbox, and perhaps it fixes your problem.


-- 
Daniel Martin Yerga
http://yerga.net
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


maemoswig error

2009-05-09 Thread amit sethi
I am not sure that if this should be considered a problem directly related
with maemi
I am trying to develop python wrappers using maemoswig
I keep getting the error could not find python.h
At first i would think that this might be because i did not give the right
path but that is not the case


-- 
A-M-I-T S|S
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers