defaultnamehere / tinder-detective

Find your Facebook friends' Tinder profiles. Don't actually use this by the way that's weird. Not even in a good way.
MIT License
701 stars 60 forks source link

Error when running "python app.py" #14

Open Skaiar opened 8 years ago

Skaiar commented 8 years ago

Keep getting the error when running the command "python app.py"

Error while finding spec for 'app.py' (<class "AttributeError">: module 'app' has no attribute "path")

Anybody got any ideas about this?

hasanakg commented 8 years ago

What Python version you have?

Skaiar commented 8 years ago

I'm on 3.5.1

tolgaergin commented 8 years ago

1) Install requirements pip3 install -r requirements.txt

2) Change line8 at api.py to from datetime import timezone

3) Run python3 app.py

Skaiar commented 8 years ago

So I need to change import friend as friendo (line 8) to from datetime import timezone(Which is currently line 6)? Just tried the 3 steps that you have suggested bit still sadly get the same error.

Outpox commented 8 years ago

Nope, juste change line 6 from
from datetime import timezone
to
from datetime import datetime