asana2sql icon indicating copy to clipboard operation
asana2sql copied to clipboard

showing error "No module named project"

Open kishore2509 opened this issue 9 years ago • 2 comments

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 screenshot_20170117_204915

Please advise,

Thanks and regards, Kishore Kumar

┆Issue is synchronized with this Asana task

kishore2509 avatar Jan 17 '17 15:01 kishore2509

Continuing on same, also tried using my Asana token ID but that is showing same error, screenshot attached:

screenshot_20170118_021008

kishore2509 avatar Jan 17 '17 20:01 kishore2509

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.

notabeatle avatar Mar 17 '17 15:03 notabeatle