blag / pyp

Automatically exported from code.google.com/p/pyp
0 stars 0 forks source link

Python3 support #24

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I installed pyp using

    pip3 install pyp

Now if I want to try pyp I get an Syntax Error because of python2 syntax.

  File "/usr/local/bin/pyp", line 542
    print Colors.YELLOW + macro_name , "successfully saved!" + Colors.OFF
               ^
SyntaxError: invalid syntax

Original issue reported on code.google.com by feldmann...@gmail.com on 17 Aug 2014 at 6:04

GoogleCodeExporter commented 9 years ago
Hi, sorry, we don't have the resources to convert everything to 3.  I'm def 
open to maintaining it on this site if someone make the transition though. 

Original comment by tobyro...@gmail.com on 16 Sep 2014 at 9:32

GoogleCodeExporter commented 9 years ago
same problem for me. It does not work with python3

Original comment by holgerbr...@gmail.com on 1 May 2015 at 7:53