turicfr / CPPS-PCL

A Penguin Client Library for Club Penguin Private Servers written in Python
42 stars 12 forks source link

Invalid Syntax #24

Closed humboldt123 closed 4 years ago

humboldt123 commented 4 years ago

Whenever I run this with Python 2.6 I get this issue. I installed all the modules listed here but this seems to be an issue with common.py.

File "C:\Users\John Doe\Desktop\pyth\common.py", line 73
indexed = {command._name: command for command in commands}
relrelb commented 4 years ago

Hi, thank you for letting me know. Unfortunately, Python 2.6 isn't compatible with this project as dict comprehension was first introduced in Python 2.7. Try to install Python 2.7 and run it again.