Boxuan Cui píše v Po 08. 07. 2013 v 12:08 -0700:
> I tried to add [('v', None, 'OPTION')] after the EXE(), but the
> following error message appears:

replace none with empty string ''

[('v', '', 'OPTION')]

We could fix  pyinstaller to accept None since you are not the first one
complaining about it.

-- 
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