[Buildroot] [PATCH 3/6] python-rtslib-fb: new package

Christophe Vu-Brugier cvubrugier at fastmail.fm
Wed Sep 17 15:21:11 UTC 2014


Hi Thomas,

On Wed, 17 Sep 2014 15:15:52 +0200, Thomas Petazzoni wrote :
> What was the issue you had with Python 3 ?

The only "issue" I face at the moment is with pyparsing. I get an
ImportError when I try to import this module from Python 3. I think the
module is correctly installed: I compared the installation in Buildroot
and in a virtualenv and the only difference I see is that a
"pyparsing.py" file is installed in "site-packages/" in my virtualenv.

It is expected since BR2_PACKAGE_PYTHON3_PYC_ONLY is selected. If I
select BR2_PACKAGE_PYTHON3_PY_PYC instead, then importing the pyparsing
module works.

I don't know how to properly fix this. What would you suggest?

Best regards,

--
Christophe Vu-Brugier



More information about the buildroot mailing list