lonetwin / ensymble

Automatically exported from code.google.com/p/ensymble
GNU General Public License v2.0
0 stars 1 forks source link

ensymble: expected string or Unicode object, NoneType found #8

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
$ensymble py2sis u.py
/usr/lib/python2.6/ihooks.py:170: DeprecationWarning: the sha module is 
deprecated; use the hashlib module instead
  return imp.load_source(name, filename, file)
ensymble: warning: no application version given, using 1.0.0
ensymble: warning: no UID given, using auto-generated test-range UID 0xe26d6a3e
ensymble: warning: no certificate given, using insecure built-in one
ensymble: expected string or Unicode object, NoneType found

Latest line - What? I just try to py2sis a hello.py with
print "Hello!"
--
Ubuntu, Python 2.6.6 (r266:84292, Sep 15 2010, 15:52:39) 
[GCC 4.4.5] on linux2

Original issue reported on code.google.com by o2g.org...@gmail.com on 27 Oct 2010 at 3:12

GoogleCodeExporter commented 9 years ago
The problem is that ensymble tries to use the deprecated os.popen interface to 
run openssl. The attached patch replaces the os.popen3 and os.popen4 calls with 
the new subprocess interface.

Original comment by zoltan.k...@gmail.com on 11 Jun 2012 at 9:23

Attachments: