Hello,

I would recommend trying to install django and south to the required
versions using pip,maybe setup a virtualenv environment.

This isn't tested, but it should give you a rough idea

mkdir ~/workspace
cd ~/workspace
virtualenv venv
source venv/bin/activate
pip install django
pip install south
source <path-to-poky>/oe-build-init-env
source toaster start


Can you please let me know if this works ?

Alex



On Thu, Mar 20, 2014 at 12:42 PM, [email protected] <[email protected]> wrote:

> I'm just startign to using Toaster,
> I have the opensus 12.3 (as suggested in Yocto doc). but Toaster require
> django version 1.5, but with opensuse 12.3 the last vesion of django is
> 1.4.8... so it doesn't start.
> So how can i solve it?
>
> Omar
>
>
>
> Dott.Ing. Omar Pighi
> R&D Selea
>
>
> --
> _______________________________________________
> toaster mailing list
> [email protected]
> https://lists.yoctoproject.org/listinfo/toaster
>



-- 
Alex Damian
Yocto Project
SSG / OTC
-- 
_______________________________________________
toaster mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/toaster

Reply via email to