This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author loewis
Recipients BreamoreBoy, eric.araujo, loewis, ned.deily, r.david.murray
Date 2014-03-04.10:10:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1393927856.68.0.424709145064.issue20846@psf.upfronthosting.co.za>
In-reply-to
Content
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).
History
Date User Action Args
2014-03-04 10:10:56loewissetrecipients: + loewis, ned.deily, eric.araujo, r.david.murray, BreamoreBoy
2014-03-04 10:10:56loewissetmessageid: <1393927856.68.0.424709145064.issue20846@psf.upfronthosting.co.za>
2014-03-04 10:10:56loewislinkissue20846 messages
2014-03-04 10:10:56loewiscreate