<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Yocto 1.7: problems when adding Python3 modules (paramiko, pycrypt, distribute) in P-Series</title>
    <link>https://community.nxp.com/t5/P-Series/Yocto-1-7-problems-when-adding-Python3-modules-paramiko-pycrypt/m-p/405810#M2276</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;SPAN class="replyToName"&gt;Lukasz Zemla,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="replyToName"&gt;Please put the attached recipe in meta-cloud-services/meta-openstack/recipes-devtools/python/, I verified the command "bitbake python3-paramiko" without problem in my SDK 1.7 Yocto environment.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Yiping&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Jun 2015 14:09:34 GMT</pubDate>
    <dc:creator>yipingwang</dc:creator>
    <dc:date>2015-06-18T14:09:34Z</dc:date>
    <item>
      <title>Yocto 1.7: problems when adding Python3 modules (paramiko, pycrypt, distribute)</title>
      <link>https://community.nxp.com/t5/P-Series/Yocto-1-7-problems-when-adding-Python3-modules-paramiko-pycrypt/m-p/405809#M2275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi!&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'd like to ad to my image Python 3 modules, especially python3-paramiko and required by it module pycrypto (I'd like to use P1020RDB-PC with Python 3 installed as some SFTP/SSH testbench station). I use freescale_sdk_ubuntu14.04_32bit_PPCE500V2_20150108 Virtual Host Environment. I'm a newbie in a Yocto, so maybe I'm doing something wrong. My way of thinking was as following:&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is no paramiko recipe for Python 3, so I created new recipe python3-pycrypto_2.6.bb basing on existing recipe python-pycrypto_2.6.bb (I renamed all occurencies of'distutils' to 'distutils3' - is it the right way to tell Yocto that I want to have Python3 module?).&lt;/P&gt;&lt;P&gt;In a similar way I created python3-paramiko_1.15.2.bb recipe (both are attached). When I try to bitbake pycrypto, I get following error:&lt;/P&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;P style="padding-left: 30px;"&gt;NOTE: Preparing runqueue&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;NOTE: Executing SetScene Tasks&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;NOTE: Executing RunQueue Tasks&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;ERROR: Function failed: do_compile (log file is located at /home/freescale/SDK/QorIQ-SDK-V1.7-20141218-yocto/build_p1020rdb_release/tmp/work/ppce500v2-fsl-linux-gnuspe/python3-pycrypto/2.6-r0/temp/log.do_compile.25789)&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;ERROR: Logfile of failure stored in: /home/freescale/SDK/QorIQ-SDK-V1.7-20141218-yocto/build_p1020rdb_release/tmp/work/ppce500v2-fsl-linux-gnuspe/python3-pycrypto/2.6-r0/temp/log.do_compile.25789&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Log data follows:&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;| DEBUG: SITE files ['endian-big', 'bit-32', 'powerpc-common', 'common-linux', 'common-glibc', 'powerpc-linux', 'powerpc32-linux', 'powerpc-linux-gnuspe', 'common']&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;| DEBUG: Executing shell function do_compile&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;| Traceback (most recent call last):&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;|&amp;nbsp;&amp;nbsp; File "setup.py", line 45, in &amp;lt;module&amp;gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; import struct&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;|&amp;nbsp;&amp;nbsp; File "/home/freescale/SDK/QorIQ-SDK-V1.7-20141218-yocto/build_p1020rdb_release/tmp/sysroots/i686-linux/usr/lib/python3.3/struct.py", line 12, in &amp;lt;module&amp;gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; from _struct import *&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;| ImportError: No module named '_struct'&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;| ERROR: python3 setup.py build_ext execution failed.&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;| WARNING: exit code 1 from a shell command.&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;| ERROR: Function failed: do_compile (log file is located at /home/freescale/SDK/QorIQ-SDK-V1.7-20141218-yocto/build_p1020rdb_release/tmp/work/ppce500v2-fsl-linux-gnuspe/python3-pycrypto/2.6-r0/temp/log.do_compile.25789)&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;ERROR: Task 580 (/home/freescale/SDK/QorIQ-SDK-V1.7-20141218-yocto/meta-woodward/recipes-devtools/python3-pycrypto/python3-pycrypto_2.6.bb, do_compile) failed with exit code '1'&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;NOTE: Tasks Summary: Attempted 1425 tasks of which 1424 didn't need to be rerun and 1 failed.&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;No currently running tasks (1424 of 2422)&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px; padding-left: 30px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Summary: 1 task failed:&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&amp;nbsp; /home/freescale/SDK/QorIQ-SDK-V1.7-20141218-yocto/meta-woodward/recipes-devtools/python3-pycrypto/python3-pycrypto_2.6.bb, do_compile&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Summary: There was 1 WARNING message shown.&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Summary: There was 1 ERROR message shown, returning a non-zero exit code.&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;freescale@freescale-sdk:~/SDK/QorIQ-SDK-V1.7-20141218-yocto/build_p1020rdb_release$&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I noticed, that I also get errors when building python3-distribute package:&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;P&gt;NOTE: Preparing runqueue&lt;/P&gt;&lt;P&gt;NOTE: Executing SetScene Tasks&lt;/P&gt;&lt;P&gt;NOTE: Executing RunQueue Tasks&lt;/P&gt;&lt;P&gt;ERROR: Function failed: do_compile (log file is located at /home/freescale/SDK/QorIQ-SDK-V1.7-20141218-yocto/build_p1020rdb_release/tmp/work/ppce500v2-fsl-linux-gnuspe/python3-distribute/0.6.32-ml5/temp/log.do_compile.26341)&lt;/P&gt;&lt;P&gt;ERROR: Logfile of failure stored in: /home/freescale/SDK/QorIQ-SDK-V1.7-20141218-yocto/build_p1020rdb_release/tmp/work/ppce500v2-fsl-linux-gnuspe/python3-distribute/0.6.32-ml5/temp/log.do_compile.26341&lt;/P&gt;&lt;P&gt;Log data follows:&lt;/P&gt;&lt;P&gt;| DEBUG: Executing shell function do_compile&lt;/P&gt;&lt;P&gt;| Traceback (most recent call last):&lt;/P&gt;&lt;P&gt;|&amp;nbsp;&amp;nbsp; File "setup.py", line 45, in &amp;lt;module&amp;gt;&lt;/P&gt;&lt;P&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; exec(init_file.read(), d)&lt;/P&gt;&lt;P&gt;|&amp;nbsp;&amp;nbsp; File "&amp;lt;string&amp;gt;", line 8, in &amp;lt;module&amp;gt;&lt;/P&gt;&lt;P&gt;|&amp;nbsp;&amp;nbsp; File "/home/freescale/SDK/QorIQ-SDK-V1.7-20141218-yocto/build_p1020rdb_release/tmp/work/ppce500v2-fsl-linux-gnuspe/python3-distribute/0.6.32-ml5/distribute-0.6.32/build/src/setuptools/__init__.py", line 2, in &amp;lt;module&amp;gt;&lt;/P&gt;&lt;P&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; from setuptools.extension import Extension, Library&lt;/P&gt;&lt;P&gt;|&amp;nbsp;&amp;nbsp; File "/home/freescale/SDK/QorIQ-SDK-V1.7-20141218-yocto/build_p1020rdb_release/tmp/work/ppce500v2-fsl-linux-gnuspe/python3-distribute/0.6.32-ml5/distribute-0.6.32/build/src/setuptools/extension.py", line 5, in &amp;lt;module&amp;gt;&lt;/P&gt;&lt;P&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; from setuptools.dist import _get_unpatched&lt;/P&gt;&lt;P&gt;|&amp;nbsp;&amp;nbsp; File "/home/freescale/SDK/QorIQ-SDK-V1.7-20141218-yocto/build_p1020rdb_release/tmp/work/ppce500v2-fsl-linux-gnuspe/python3-distribute/0.6.32-ml5/distribute-0.6.32/build/src/setuptools/dist.py", line 103&lt;/P&gt;&lt;P&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; except ValueError, e:&lt;/P&gt;&lt;P&gt;|&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ^&lt;/P&gt;&lt;P&gt;| SyntaxError: invalid syntax&lt;/P&gt;&lt;P&gt;| ERROR: python3 setup.py build_ext execution failed.&lt;/P&gt;&lt;P&gt;| WARNING: exit code 1 from a shell command.&lt;/P&gt;&lt;P&gt;| ERROR: Function failed: do_compile (log file is located at /home/freescale/SDK/QorIQ-SDK-V1.7-20141218-yocto/build_p1020rdb_release/tmp/work/ppce500v2-fsl-linux-gnuspe/python3-distribute/0.6.32-ml5/temp/log.do_compile.26341)&lt;/P&gt;&lt;P&gt;ERROR: Task 6 (/home/freescale/SDK/QorIQ-SDK-V1.7-20141218-yocto/poky/meta/recipes-devtools/python/python3-distribute_0.6.32.bb, do_compile) failed with exit code '1'&lt;/P&gt;&lt;P&gt;NOTE: Tasks Summary: Attempted 584 tasks of which 583 didn't need to be rerun and 1 failed.&lt;/P&gt;&lt;P&gt;No currently running tasks (583 of 634)&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Summary: 1 task failed:&lt;/P&gt;&lt;P&gt;&amp;nbsp; /home/freescale/SDK/QorIQ-SDK-V1.7-20141218-yocto/poky/meta/recipes-devtools/python/python3-distribute_0.6.32.bb, do_compile&lt;/P&gt;&lt;P&gt;Summary: There was 1 WARNING message shown.&lt;/P&gt;&lt;P&gt;Summary: There was 1 ERROR message shown, returning a non-zero exit code.&lt;/P&gt;&lt;P&gt;freescale@freescale-sdk:~/SDK/QorIQ-SDK-V1.7-20141218-yocto/build_p1020rdb_release$ &lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For me it looks like broken Python environment used during builds... Any ideas?&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt; Lukasz&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Original Attachment has been moved to: &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-337125"&gt;python3-pycrypto_2.6.bb.zip&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Original Attachment has been moved to: &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-337125"&gt;python3-paramiko_1.15.2.bb.zip&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jun 2015 16:52:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/P-Series/Yocto-1-7-problems-when-adding-Python3-modules-paramiko-pycrypt/m-p/405809#M2275</guid>
      <dc:creator>lukaszzemla</dc:creator>
      <dc:date>2015-06-16T16:52:40Z</dc:date>
    </item>
    <item>
      <title>Re: Yocto 1.7: problems when adding Python3 modules (paramiko, pycrypt, distribute)</title>
      <link>https://community.nxp.com/t5/P-Series/Yocto-1-7-problems-when-adding-Python3-modules-paramiko-pycrypt/m-p/405810#M2276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;SPAN class="replyToName"&gt;Lukasz Zemla,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="replyToName"&gt;Please put the attached recipe in meta-cloud-services/meta-openstack/recipes-devtools/python/, I verified the command "bitbake python3-paramiko" without problem in my SDK 1.7 Yocto environment.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Yiping&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jun 2015 14:09:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/P-Series/Yocto-1-7-problems-when-adding-Python3-modules-paramiko-pycrypt/m-p/405810#M2276</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2015-06-18T14:09:34Z</dc:date>
    </item>
    <item>
      <title>Re: Yocto 1.7: problems when adding Python3 modules (paramiko, pycrypt, distribute)</title>
      <link>https://community.nxp.com/t5/P-Series/Yocto-1-7-problems-when-adding-Python3-modules-paramiko-pycrypt/m-p/405811#M2277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did a test on clean Yocto SDK 1.7 installation using your recipes... Unfortunately it did not work... I do not know what are differences...&lt;/P&gt;&lt;P&gt;Attached log.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jun 2015 11:36:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/P-Series/Yocto-1-7-problems-when-adding-Python3-modules-paramiko-pycrypt/m-p/405811#M2277</guid>
      <dc:creator>lukaszzemla</dc:creator>
      <dc:date>2015-06-23T11:36:10Z</dc:date>
    </item>
    <item>
      <title>Re: Yocto 1.7: problems when adding Python3 modules (paramiko, pycrypt, distribute)</title>
      <link>https://community.nxp.com/t5/P-Series/Yocto-1-7-problems-when-adding-Python3-modules-paramiko-pycrypt/m-p/405812#M2278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;SPAN class="replyToName"&gt;Lukasz Zemla,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="replyToName"&gt;Probably this problem is related with Ubuntu environment.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="replyToName"&gt;After extract the recipe folder, execute "cp -r recipe/*&amp;nbsp; &lt;SPAN class="replyToName"&gt;meta-cloud-services/meta-openstack/recipes-devtools/python/" , &lt;/SPAN&gt;&lt;SPAN class="replyToName"&gt;then use "bitbake &lt;SPAN class="replyToName"&gt;python3-paramiko", this package is built without any problem.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="replyToName"&gt;&lt;SPAN class="replyToName"&gt;&lt;SPAN class="replyToName"&gt;If your problem remains, would you please send this file build_p1020rdb_release/tmp/work/ppce500v2-fsl-linux-gnuspe/python3-pycrypto/2.6-r0/temp/log.do_compile.25789* to me?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Yiping&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2015 15:06:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/P-Series/Yocto-1-7-problems-when-adding-Python3-modules-paramiko-pycrypt/m-p/405812#M2278</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2015-06-24T15:06:19Z</dc:date>
    </item>
    <item>
      <title>Re: Yocto 1.7: problems when adding Python3 modules (paramiko, pycrypt, distribute)</title>
      <link>https://community.nxp.com/t5/P-Series/Yocto-1-7-problems-when-adding-Python3-modules-paramiko-pycrypt/m-p/405813#M2279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Yiping Wang,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately the problem still exists :-(. I did all steps like in attached steps_done.txt file.&lt;/P&gt;&lt;P&gt;File requested by you (&lt;SPAN class="replyToName"&gt;&lt;SPAN class="replyToName"&gt;&lt;SPAN class="replyToName"&gt;log.do_compile.25789)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt; is related with my first post, where I used my recipes (I assume they're bad). When I use your correct recipes, the error is different - it is in python3-distribute-native. Anyway - I'm attaching tmp/work/ppce500v2-fsl-linux-gnuspe/python* and /tmp/work/i686-linux/python3-distribute-native/0.6.32-ml5/temp/* folders.&lt;/P&gt;&lt;P&gt;Error initially appeared on Virtual Machine from Freescale webpage (freescale_sdk_ubuntu14.04_32bit_PPCE500V2_20150108: I converted vdi file to vmdk - it shouldn't break anything). My last 2 attempts come from Virtual Machine with Ubuntu 14.04-01 (default install process, no manipulations on python packages)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ertsuser@VM-Ubuntu-SDK:~/clean_sdk17/QorIQ-SDK-V1.7-20141218-yocto/build_p1020rdb_release$ uname -a&lt;/P&gt;&lt;P&gt;Linux VM-Ubuntu-SDK 3.16.0-30-generic #40~14.04.1-Ubuntu SMP Thu Jan 15 17:45:15 UTC 2015 i686 i686 i686 GNU/Linux&lt;/P&gt;&lt;P&gt;ertsuser@VM-Ubuntu-SDK:~/clean_sdk17/QorIQ-SDK-V1.7-20141218-yocto/build_p1020rdb_release$ python -V&lt;/P&gt;&lt;P&gt;Python 2.7.6&lt;/P&gt;&lt;P&gt;ertsuser@VM-Ubuntu-SDK:~/clean_sdk17/QorIQ-SDK-V1.7-20141218-yocto/build_p1020rdb_release$ python2 -V&lt;/P&gt;&lt;P&gt;Python 2.7.6&lt;/P&gt;&lt;P&gt;ertsuser@VM-Ubuntu-SDK:~/clean_sdk17/QorIQ-SDK-V1.7-20141218-yocto/build_p1020rdb_release$ python3 -V&lt;/P&gt;&lt;P&gt;Python 3.4.0&lt;/P&gt;&lt;P&gt;ertsuser@VM-Ubuntu-SDK:~/clean_sdk17/QorIQ-SDK-V1.7-20141218-yocto/build_p1020rdb_release$ &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a nice day,&lt;/P&gt;&lt;P&gt; Lukasz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2015 21:56:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/P-Series/Yocto-1-7-problems-when-adding-Python3-modules-paramiko-pycrypt/m-p/405813#M2279</guid>
      <dc:creator>lukaszzemla</dc:creator>
      <dc:date>2015-06-24T21:56:52Z</dc:date>
    </item>
    <item>
      <title>Re: Yocto 1.7: problems when adding Python3 modules (paramiko, pycrypt, distribute)</title>
      <link>https://community.nxp.com/t5/P-Series/Yocto-1-7-problems-when-adding-Python3-modules-paramiko-pycrypt/m-p/405814#M2280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Yiping Wang,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What host Linux distribution and version do you use?&lt;/P&gt;&lt;P&gt;I did some tests last days - and in fact, the problem is with Ubuntu 14.04 environment.&lt;/P&gt;&lt;P&gt;I've tried on 2 different Ubuntu 14.04 virtual machines (created from scratch) - it did not work.&lt;/P&gt;&lt;P&gt;I've tried on freescale_sdk_ubuntu14.04_32bit_PPCE500V2_20150108 Virtual Host Environment image - it did not work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;It works fine on Ubuntu 12.04.05&lt;/SPAN&gt;. I'm going to use that version for my purposes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The open question is why it does not work in Ubuntu 14.04... It is latest Long Term Support version, so it would be nice to have it fully operational. As I wrote - I can use 12.04 now and case is closed for me, however I'd appreciate if you (and/or development team) could investigate that more.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much for your support. Have a great day!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jun 2015 08:21:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/P-Series/Yocto-1-7-problems-when-adding-Python3-modules-paramiko-pycrypt/m-p/405814#M2280</guid>
      <dc:creator>lukaszzemla</dc:creator>
      <dc:date>2015-06-29T08:21:37Z</dc:date>
    </item>
    <item>
      <title>Re: Yocto 1.7: problems when adding Python3 modules (paramiko, pycrypt, distribute)</title>
      <link>https://community.nxp.com/t5/P-Series/Yocto-1-7-problems-when-adding-Python3-modules-paramiko-pycrypt/m-p/405815#M2281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;SPAN class="replyToName"&gt;Lukasz Zemla,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="replyToName"&gt;According to your error log, it looks that the file&amp;nbsp; in "&lt;/SPAN&gt;/home/freescale/SDK/QorIQ-SDK-V1.7-20141218-yocto/build_p1020rdb_release/tmp/sysroots/i686-linux/usr/lib/python3.3/struct.py" is abnormal.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will download Ubuntu 14.04 virtual machine ISO, and do more investigation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Yiping&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jun 2015 08:32:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/P-Series/Yocto-1-7-problems-when-adding-Python3-modules-paramiko-pycrypt/m-p/405815#M2281</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2015-06-29T08:32:48Z</dc:date>
    </item>
  </channel>
</rss>

