Fail to import the 'stackless' module

Bin Huang <[email protected]> Wed, 23 Jul 2014 22:56:02 -0400
Newsgroups gmane.comp.python.stackless
Message-ID <CAJkdMQZ5vEd_+wg=Xv1XhjxUo7hCJ1_2iMgRn2Y4Cjmy8Mprcg@mail.gmail.com>
--===============5327704534419278494==
Content-Type: multipart/alternative; boundary=089e01538deeda57d804fee7989d

--089e01538deeda57d804fee7989d
Content-Type: text/plain; charset=UTF-8

Hi list,

I have compiled stackless-2.6.5 for an ARM platform (ARMv7 architecture).
No error occurred during the compilation except that the system failed to
find the necessary bits to build some modules.  When I tried to import the
'stackless' module, the system reported an error, "no module named
stackless", to me.

Specifically, the error message looks like this:

------------------------------------------------------------------------------------------------------------
root@192:/opt/stackless-2.6.5/bin# ./python
Python 2.6.5 (unknown, Feb 18 1970, 02:43:59)
[GCC 4.6.3] on linux3
Type "help", "copyright", "credits" or "license" for more information.
>>> import stackless
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: No module named stackless
>>>
------------------------------------------------------------------------------------------------------------

Also, I took the same source files and compiled them (with the same
configuration) for an X86 workstation. That worked well and I did not have
any problem with importing the 'stackless' module.

I think Stackless-2.6.5 supports ARMv7 architecture. Otherwise, I shouldn't
be able to launch the interpreter.

I really don't have any clue here. I wonder if someone can offer me some
insights. Thanks in advance.

Bin

--089e01538deeda57d804fee7989d
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr">Hi list,<div><br></div><div>I have compiled stackless-2.6.=
5 for an ARM platform (ARMv7 architecture). No error occurred during the co=
mpilation except that the system failed to find the necessary bits to build=
 some modules. =C2=A0When I tried to import the &#39;stackless&#39; module,=
 the system reported an error, &quot;no module named stackless&quot;, to me=
.=C2=A0</div>
<div><br></div><div>Specifically, the error message looks like this:</div><=
div><br></div><div>--------------------------------------------------------=
----------------------------------------------------</div><div><div>root@19=
2:/opt/stackless-2.6.5/bin# ./python</div>
<div>Python 2.6.5 (unknown, Feb 18 1970, 02:43:59)=C2=A0</div><div>[GCC 4.6=
.3] on linux3</div><div>Type &quot;help&quot;, &quot;copyright&quot;, &quot=
;credits&quot; or &quot;license&quot; for more information.</div><div>&gt;&=
gt;&gt; import stackless</div>
<div>Traceback (most recent call last):</div><div>=C2=A0 File &quot;&lt;std=
in&gt;&quot;, line 1, in &lt;module&gt;</div><div>ImportError: No module na=
med stackless</div><div>&gt;&gt;&gt;=C2=A0</div></div><div>----------------=
---------------------------------------------------------------------------=
-----------------<br>
</div><div><br></div><div>Also, I took the same source files and compiled t=
hem (with the same configuration) for an X86 workstation. That worked well =
and I did not have any problem with importing the &#39;stackless&#39; modul=
e.</div>
<div><br></div><div>I think Stackless-2.6.5 supports ARMv7 architecture. Ot=
herwise, I shouldn&#39;t be able to launch the interpreter.=C2=A0</div><div=
><br></div><div>I really don&#39;t have any clue here. I wonder if someone =
can offer me some insights. Thanks in advance.=C2=A0</div>
<div><br></div><div>Bin</div><div>=C2=A0</div></div>

--089e01538deeda57d804fee7989d--


--===============5327704534419278494==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Stackless mailing list
[email protected]
http://www.stackless.com/mailman/listinfo/stackless
--===============5327704534419278494==--