All of lore.kernel.org
 help / color / mirror / Atom feed
From: Joshua Lock <josh@linux.intel.com>
To: poky@yoctoproject.org
Subject: Re: Error in Python modules dependency for UFW package
Date: Wed, 27 Jul 2011 08:52:47 -0700	[thread overview]
Message-ID: <1311781972.2193.5.camel@scimitar> (raw)
In-Reply-To: <CAMTw45D1+q6RU4ohtd1pQecpj6ti3KxyfjZGXb-06Tq_2X8D8Q@mail.gmail.com>

On Tue, 2011-07-26 at 20:15 +0530, chinmaya hoshing wrote:
> Hi,
> 
> 
> I am trying to pull UFW package in poky for sandybrige machine.
> I have written a recipe for it and also it is building successfully.
> But when I run the binary ufw (after installing the rootfs) I get
> error related to python Modules.
> (Adding to this I have added python in depends in ufw recipe.) 
> Error  getting in python modules are for :
> getttext ,locale,codecs,encodings  
> The error is follows : 
>       ImportError: No module named gettext 
> 

You could try adding the required python packages to the runtime
dependencies of your UFW recipe:

RDEPENDS += "python-codecs python-blah"

Joshua

-- 
Joshua Lock
        Yocto Project "Johannes factotum"
        Intel Open Source Technology Centre



  parent reply	other threads:[~2011-07-27 15:52 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-26 14:45 Error in Python modules dependency for UFW package chinmaya hoshing
2011-07-27  5:37 ` chinmaya hoshing
2011-07-27 15:52 ` Joshua Lock [this message]
2011-07-27 16:04   ` Koen Kooi
2011-07-27 16:16     ` Joshua Lock

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1311781972.2193.5.camel@scimitar \
    --to=josh@linux.intel.com \
    --cc=poky@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.