kronenthaler / mod-pbxproj

A python module to manipulate XCode projects
MIT License
1.21k stars 294 forks source link

[BUG] invalid syntax ret = f"{'{'}{object_start}" , Python 2.7.16 #294

Closed TiagoMJFlores closed 3 years ago

TiagoMJFlores commented 3 years ago

Hi,

System information

  1. pbxproj version used: last version
  2. python version used: 2.7.16
  3. Xcode version used:12

I am getting the following error: image

What I can do?

Thanks

github-actions[bot] commented 3 years ago

This issue has become stale, the required information has not been provided and it is been marked for closure in the next 10 days

kronenthaler commented 3 years ago

Thanks for your report. Please check that you are using python3 and the package version installed using pip3.

Python 2 is end of life and out of support.