kfogel / OneTime

An open source encryption program that uses the "one-time pad" method.
http://red-bean.com/onetime
32 stars 14 forks source link

SyntaxError on line 259 (with python 3) #31

Open marianoju opened 5 years ago

marianoju commented 5 years ago

I have downloaded onetime-1.81.tar.gz and extracted the files. Executing ./onetime --intro (with Python 3.7.0) produces

  File "./onetime", line 259
    raise self.ConfigurationError, \
                                 ^
SyntaxError: invalid syntax