Hi,
Thank you all for the answers.

I did compile python 2.5.2 for host (using created host target) and
installed it into /host_usr as Kalle suggested.
Indeed as Daniel mentioned /host_usr is after /devkits in PATH and new
python wasn't invoked when I typed "python" in the shell.
Thus I added it at the beginning of the PATH as PATH=/host_usr/bin:$PATH and
everything is ok.

Regards,
Mateusz

On Mon, Sep 22, 2008 at 3:18 PM, Daniel Bainton <[EMAIL PROTECTED]> wrote:

> 2008/9/22 Jussi Hakala <[EMAIL PROTECTED]>:
> > Daniel Bainton wrote:
> >>>
> >>> That, or you can do as Kalle suggested and compile a newer version of
> >>> python
> >>> for the host architecture and put it inside /host_usr/. After that you
> >>> won't
> >>> need any environment variables since stuff in /host_usr/ always
> override
> >>> the
> >>> stuff in devkits and the core.
> >>
> >> That is, it SHOULD override the stuff in devkits and the core, but as
> >> Scratchbox is buggy, it actually doesn't do this.
> >
> > You have a specific use case in mind or is this something that happens
> with
> > everything?
> >
> > If that's the case, we have to fix it...
>
> Just do a "echo $PATH" in SB. I doubt /host_usr is before the devkits
> and core for you either. Isn't there a bug for this? Atleast it's been
> mentioned in IRC... :)
>
> --
> Daniel
> _______________________________________________
> Scratchbox-users mailing list
> Scratchbox-users@lists.scratchbox.org
> http://lists.scratchbox.org/cgi-bin/mailman/listinfo/scratchbox-users
>
_______________________________________________
Scratchbox-users mailing list
Scratchbox-users@lists.scratchbox.org
http://lists.scratchbox.org/cgi-bin/mailman/listinfo/scratchbox-users

Reply via email to