OperationCode / on-belay

A cross platform application for tracking mood
8 stars 9 forks source link

Have a graph that tracks historical mood data for at least the past month #27

Open ksmacleod99 opened 7 years ago

ksmacleod99 commented 7 years ago

v1 Requirement

justinishikawa commented 6 years ago

I'd like to work on this but I'm having issues using the existing code to read in the events.csv sample file

apex-omontgomery commented 6 years ago

Can you give more details about your issues, is it your environment, what is the specific error?

justinishikawa commented 6 years ago

The error is NameError: name 'file' is not defined. I've tried hard coding 'events.csv' and no dice

apex-omontgomery commented 6 years ago

what python version are you using, how are you calling the function (command line or an ide), Can you provide your full stack trace? Is the events.csv and manage.py in the same folder location? Are you using linux, windows, mac? Are you using an online evaluator like repl.it or pythonanywhere?

When I search your specific error it gives me this link, which makes it look like there's a python2, python3 discrepancy.