Stuck again in ex46

In exercise 46 I made setup.py and tests/NAME_tests.py.

Then I did the following in powershell

(Py) PS C:\Users\AMISHA SINGH\projects\skeleton> ls

It showed me the following:

    Directory: C:\Users\AMISHA SINGH\projects\skeleton

Mode LastWriteTime Length Name


d- - - - - 21-10-2019 19:30 bin
d- - - - - 21-10-2019 19:30 docs
d- - - - - 21-10-2019 19:43 NAME
d- - - - - 21-10-2019 19:43 tests

Here at the third place in the above it is showing NAME instead of setup.py

Please help me. How can I get here setup.py?

Hello @amisha12

I guess you have to look into NAME for setup.py

(Py) PS C:\Users\AMISHA SINGH\projects\skeleton> ls .\NAME 

And:

(Py) PS C:\Users\AMISHA SINGH\projects\skeleton> ls .\test

For NAME_test.py

I tried but it’s not working or I may have done something else.

Hello @amisha12

OK. Now I see. I did not remember the details about this lesson and thought setup.py should be inside NAME.
But is supposed to be inside the same directory as NAME (inside skeleton/).
Have you already created setup.py?
Perhaps your text editor can give you a hint where it can be.

Ok I will try it. But can you explain it how to do it. Actually I am confused about in which directory I have to do this all

Hello @amisha12

Have you watched the videos that comes with the book?
You will most probably find answer in the video for that exercise.
Those videos are great complement to the book.
If you don’ t have them, contact @zedshaw how to get them

Yes I don’t have those videos. Thanks for help

Email me at help@learncodethehardway.org and I’ll just give you access. Seems like you’re far along and just need some help.