From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ob0-f176.google.com (mail-ob0-f176.google.com [209.85.214.176]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 506D9E008D6 for ; Thu, 20 Mar 2014 06:16:29 -0700 (PDT) Received: by mail-ob0-f176.google.com with SMTP id wp18so841969obc.35 for ; Thu, 20 Mar 2014 06:16:29 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=90e6EadzsXmM7Io+1MWGr9KWleGj1P2t7WAQMvkxSi0=; b=iiWYecoNgRCFE4ANa0+dsixBAzJbPfHrWTsvJ9AQJ+vzRf385JgM3mgry5LWZVuEOl ltMnK4ZGlK5WIIelnus/nAUe9cT7oHjvccvzRVvY7m6N9ONO6h+KdjMKUOdVwSYq+cuo 0yveiQ0q4DM72VTM0LkGUlt9EfBVxCW5PVfAYYIGqgPL7GdNzNIHapAVp8V766KUJiBa 2uAXDwx7wLpUt/YxcX0ud+ltsh+pmK1Pu25WkWcCThWzpLs08sSUvE68zQednrwE6Uls HjQfaa7PtKLrcyMFIbh6pmpLfGJxtJbmzrkYg1h8S6SU/KDmUOSS80Tz12k4fVIf7B+c kM6A== X-Gm-Message-State: ALoCoQl/h7zRu4BUY/9f0EcQe4eWKeq20Sv9ShLEVN1dRGmh63LggJ4ENR0nIKP6FIuUp5v3C2QD X-Received: by 10.182.47.195 with SMTP id f3mr6982663obn.49.1395321389325; Thu, 20 Mar 2014 06:16:29 -0700 (PDT) MIME-Version: 1.0 Received: by 10.76.11.165 with HTTP; Thu, 20 Mar 2014 06:16:09 -0700 (PDT) In-Reply-To: <201403201242.s2KCgStH027433@vivaldi28.register.it> References: <201403201242.s2KCgStH027433@vivaldi28.register.it> From: "Damian, Alexandru" Date: Thu, 20 Mar 2014 13:16:09 +0000 Message-ID: To: "pighi@selea.com" Cc: "toaster@yoctoproject.org" Subject: Re: django version X-BeenThere: toaster@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Web based interface for BitBake List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Mar 2014 13:16:30 -0000 Content-Type: multipart/alternative; boundary=089e0158afcac23dc104f5099349 --089e0158afcac23dc104f5099349 Content-Type: text/plain; charset=UTF-8 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 /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, pighi@selea.com 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 > toaster@yoctoproject.org > https://lists.yoctoproject.org/listinfo/toaster > -- Alex Damian Yocto Project SSG / OTC --089e0158afcac23dc104f5099349 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hello,

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

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

mkdir ~/work= space
cd ~/w= orkspace
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, pig= hi@selea.com <pighi@selea.com> wrote:
I'm just startign to using Toaster,
I have the opensus 12.3 (as suggested in Yocto doc). but Toaster require dj= ango 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
toaster@yoctoproject.org https://lists.yoctoproject.org/listinfo/toaster



--
Alex Damian
Yocto Project
SSG / OTC=C2= =A0
--089e0158afcac23dc104f5099349--