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 pata@jegcpa.com
Recipients pata@jegcpa.com, ronaldoussoren
Date 2012-06-14.16:41:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1339692066.88.0.713985325998.issue15069@psf.upfronthosting.co.za>
In-reply-to
Content
Attempting to import pyserial. In module serialposix.py a dict declaration starting on line 64;

    baudrate_constants = {
        0:       0000000,
        50:      0000001,
        75:      0000002,
       110:      0000003, ...etc
 



Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "serialposix.py", line 64
    50:      0000001,
                   ^
SyntaxError: invalid token


MacOSX 10.6.8 32bit x86 python 3.2.3 (v3.2.3:3d0686d90f55, Apr 10 2012, 11:09:56)
History
Date User Action Args
2012-06-14 16:41:07pata@jegcpa.comsetrecipients: + pata@jegcpa.com, ronaldoussoren
2012-06-14 16:41:06pata@jegcpa.comsetmessageid: <1339692066.88.0.713985325998.issue15069@psf.upfronthosting.co.za>
2012-06-14 16:41:06pata@jegcpa.comlinkissue15069 messages
2012-06-14 16:41:06pata@jegcpa.comcreate