1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62
|
python2.5 ~/PythonForS60/ensymble.py py2sis --appname=Test test.py
Traceback (most recent call last):
File "/home/edward/PythonForS60/ensymble.py", line 1115, in <module>
import cmdmain
File "/home/edward/Python-2.5.2/Lib/ihooks.py", line 404, in import_module
q, tail = self.find_head_package(parent, str(name))
File "/home/edward/Python-2.5.2/Lib/ihooks.py", line 440, in find_head_package
q = self.import_it(head, qname, parent)
File "/home/edward/Python-2.5.2/Lib/ihooks.py", line 495, in import_it
m = self.loader.load_module(fqname, stuff)
File "<package>", line 28, in load_module
File "cmdmain.py", line 34, in <module>
File "/home/edward/Python-2.5.2/Lib/ihooks.py", line 404, in import_module
q, tail = self.find_head_package(parent, str(name))
File "/home/edward/Python-2.5.2/Lib/ihooks.py", line 440, in find_head_package
q = self.import_it(head, qname, parent)
File "/home/edward/Python-2.5.2/Lib/ihooks.py", line 495, in import_it
m = self.loader.load_module(fqname, stuff)
File "<package>", line 28, in load_module
File "cmd_py2sis.py", line 39, in <module>
File "/home/edward/Python-2.5.2/Lib/ihooks.py", line 404, in import_module
q, tail = self.find_head_package(parent, str(name))
File "/home/edward/Python-2.5.2/Lib/ihooks.py", line 440, in find_head_package
q = self.import_it(head, qname, parent)
File "/home/edward/Python-2.5.2/Lib/ihooks.py", line 495, in import_it
m = self.loader.load_module(fqname, stuff)
File "<package>", line 28, in load_module
File "sisfile.py", line 28, in <module>
File "/home/edward/Python-2.5.2/Lib/ihooks.py", line 404, in import_module
q, tail = self.find_head_package(parent, str(name))
File "/home/edward/Python-2.5.2/Lib/ihooks.py", line 440, in find_head_package
q = self.import_it(head, qname, parent)
File "/home/edward/Python-2.5.2/Lib/ihooks.py", line 495, in import_it
m = self.loader.load_module(fqname, stuff)
File "<package>", line 22, in load_module
File "/home/edward/Python-2.5.2/Lib/ihooks.py", line 270, in load_module
m = self.hooks.load_source(name, filename, file)
File "/home/edward/Python-2.5.2/Lib/ihooks.py", line 168, in load_source
return imp.load_source(name, filename, file)
File "/home/edward/Python-2.5.2/Lib/sha.py", line 6, in <module>
from hashlib import sha1 as sha
File "/home/edward/Python-2.5.2/Lib/ihooks.py", line 404, in import_module
q, tail = self.find_head_package(parent, str(name))
File "/home/edward/Python-2.5.2/Lib/ihooks.py", line 440, in find_head_package
q = self.import_it(head, qname, parent)
File "/home/edward/Python-2.5.2/Lib/ihooks.py", line 495, in import_it
m = self.loader.load_module(fqname, stuff)
File "<package>", line 22, in load_module
File "/home/edward/Python-2.5.2/Lib/ihooks.py", line 270, in load_module
m = self.hooks.load_source(name, filename, file)
File "/home/edward/Python-2.5.2/Lib/ihooks.py", line 168, in load_source
return imp.load_source(name, filename, file)
File "/home/edward/Python-2.5.2/Lib/hashlib.py", line 135, in <module>
sha224 = __get_builtin_constructor('sha224')
File "/home/edward/Python-2.5.2/Lib/hashlib.py", line 63, in __get_builtin_constructor
import _sha256
File "/home/edward/Python-2.5.2/Lib/ihooks.py", line 404, in import_module
q, tail = self.find_head_package(parent, str(name))
File "/home/edward/Python-2.5.2/Lib/ihooks.py", line 447, in find_head_package
raise ImportError, "No module named " + qname
ImportError: No module named _sha256 |