Hi Bin, Why do you use such an old version? Did you already try 2.7.8? It contains many fixes, not available in 2.6.
> 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. Probably some internal error occurd during the initialisation of the module. The import mechanism of Python reports such errors as ImportErrors. Cheers Anselm -----Original message----- From: Bin Huang <[email protected]> Sent: Thu 24-07-2014 06:32 Subject: [Stackless] Fail to import the 'stackless' module To: The Stackless Python Mailing List <[email protected]>; > 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 > > > _______________________________________________ > > Stackless mailing list > > [email protected] > > http://www.stackless.com/mailman/listinfo/stackless > > -- Vorstandsvorsitzender/Chairman of the board of management: Gerd-Lothar Leonhart Vorstand/Board of Management: Dr. Bernd Finkbeiner, Michael Heinrichs, Dr. Arno Steitz Vorsitzender des Aufsichtsrats/ Chairman of the Supervisory Board: Philippe Miltin Sitz/Registered Office: Tuebingen Registergericht/Registration Court: Stuttgart Registernummer/Commercial Register No.: HRB 382196 _______________________________________________ Stackless mailing list [email protected] http://www.stackless.com/mailman/listinfo/stackless
