Justin Brinegar <brinegar at physics.unc.edu> writes: > What version of python must I use to use this? > > I get this: > > (11:15:33) 1005 /Users/brinegar/Desktop % > python wpkg-pass.py -c > 'BJ+xWYhfskAD2lbx' > File "wpkg-pass.py", line 4 > From struct import pack, unpack > ^ > SyntaxError: invalid syntax > > I tried this with 2.6.1 and 2.4.4. I use what comes in debian sid: python 2.5.5. It seems to be a standard library module[1]. I wonder why you have: --8<---------------cut here---------------start------------->8--- From struct import pack, unpack ^ SyntaxError: invalid syntax --8<---------------cut here---------------end--------------->8--- And not: --8<---------------cut here---------------start------------->8--- from struct import pack, unpack ^ SyntaxError: invalid syntax --8<---------------cut here---------------end--------------->8--- Maybe the line ending? Footnotes: [1] http://docs.python.org/library/struct.html -- Daniel Dehennin RAIP de l'Orne -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 197 bytes Desc: not available URL: <http://lists.wpkg.org/pipermail/wpkg-users/attachments/20100224/e2b8756f/attachment.pgp> |