JonathanHolvey / sharepy

Simple SharePoint authentication for Python
GNU General Public License v3.0
175 stars 52 forks source link

Problems importing sharepy #7

Closed Elliebee79 closed 6 years ago

Elliebee79 commented 6 years ago

I am getting a syntax error when I try to import sharepy: line 78 print("Requesting security token...\r", end="")

JonathanHolvey commented 6 years ago

Are you using Python 2? The syntax for printing changed between Python 2 and 3, and SharePy's master branch currently only works with Python 3. You can try the python-2.7 branch instead, however it may be a little out of date compared with master.

Elliebee79 commented 6 years ago

I am using Python 2.7 Thank you.