Hi,

I am using pyinstaller to compile a python program. Compilation works fine 
but the resulting executable fails with exception:

Traceback (most recent call last):
  File "<string>", line 9, in <module>
  File 
"/home/raj/Work/deploy/pyinstall/sigtest/build/sigtest/out00-PYZ.pyz/pyudev.monitor",
 
line 121, in from_netlink
  File 
"/home/raj/Work/deploy/pyinstall/sigtest/build/sigtest/out00-PYZ.pyz/pyudev._util",
 
line 53, in ensure_byte_string
TypeError: encode() argument 1 must be string, not None

I am using pyinstaller version 2.1 installed using pypy with python 
version 2.7.3. Operating system is Debian 7.2 [3.2.0-4-amd64 #1 SMP Debian 
3.2.51-1 x86_64 GNU/Linux]

The program I am trying to compile is a simple program using pyudev. The 
full program is available at http://dpaste.com/hold/1585098/

I am not sure if I am doing some thing wrong or if pyinstaller is 
incompatible with pyudev. It would be great if some one can help with this.

Thanks and regards,

Raj

-- 
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to