Martin v. Löwis added the comment:

David, Mark: I agree that there is no bug in Python or pip here. The 
installation *does* complete successfully, and the engine module is installed. 
It just fails to work because of a syntax error (which would be a bug in pyttsx 
had it claimed to support Python 3). It's not the task of the installation 
process to verify that the code being installed actually works.

IMO, there is an independent bug in the import machinery, where importing 
pyttsx fails because of the syntax error in pyttsx.engine - yet the error 
displayed is not the SyntaxError, but an ImportError claiming that the module 
does not exist (when it actually exists, but fails to import).

----------
nosy: +loewis

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue20846>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to