On Wed, May 1, 2013 at 1:27 AM, <tro...@mdlogix.com> wrote: > > Please help me to debug > > ------- > shmid = shmget(SHM_KEY, SHM_SIZE, 0o666) > ^ > SyntaxError: invalid syntax
In Python 2, just use 0666. ChrisA -- http://mail.python.org/mailman/listinfo/python-list