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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, pata@jegcpa.com, ronaldoussoren
Date 2012-06-14.16:47:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1339692469.21.0.0104094731018.issue15069@psf.upfronthosting.co.za>
In-reply-to
Content
You are importing with Python3 a module written for Python2.

pyserial-2.6 comes with a "setup.py" script that will do the conversion, you should run it and not try to import the source code directly.
History
Date User Action Args
2012-06-14 16:47:49amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, ronaldoussoren, pata@jegcpa.com
2012-06-14 16:47:49amaury.forgeotdarcsetmessageid: <1339692469.21.0.0104094731018.issue15069@psf.upfronthosting.co.za>
2012-06-14 16:47:48amaury.forgeotdarclinkissue15069 messages
2012-06-14 16:47:48amaury.forgeotdarccreate