showing error "No module named project"
Hi,
I am very curious to see changes in "Asana" to 'SQL" and tried experimenting with it.
My profile is SQL developer and no idea of "Python" language. With the help of google was able to install the pre-requisites but when executing as shown in example it shows error.
Screenshot is attached

Please advise,
Thanks and regards, Kishore Kumar
┆Issue is synchronized with this Asana task
Continuing on same, also tried using my Asana token ID but that is showing same error, screenshot attached:

Just hit the same problem. Changing the import line in asana2sql.py to from asana2sql.Project import Project (change: capitalized the first Project) seems to have gotten me past it. My best guess: the developers are on a case-insensitive filesystem/OS (NTFS/Windows?) while I'm on a kind-of-case-sensitive one (MacOS). The rest of the filenames in that directory are entirely lower-case, except Field.py which may cause a problem for me later, but at least I know how to fix it now.