Thank you for responding. I typed : python wordcount.py --count bone_number.txt but this is the error msg I got on Powershell. The rest is just proving to myself that yeah, I'm where I think I'm supposed to be:
PS C:\Documents and Settings\Rick\mystuff\google-python-exercises\basic\solution> dir
Directory: C:\Documents and Settings\Rick\mystuff\google-python-exercises\basic\solution
Mode LastWriteTime Length Name
---- ------------- ------ ----
-a--- 2/2/2014 10:13 AM 436 bone_number.txt
-a--- 2/2/2014 2:55 PM 991 directory_solution.txt
-a--- 1/18/2014 5:43 PM 3656 list1.py
-a--- 1/18/2014 5:43 PM 2774 list2.py
-a--- 1/18/2014 5:43 PM 2995 mimic.py
-a--- 1/18/2014 5:43 PM 4081 string1.py
-a--- 1/18/2014 5:43 PM 3094 string2.py
-a--- 2/2/2014 10:17 AM 3660 testwordcount.py
-a--- 2/2/2014 10:18 AM 3163 testwordcount.pyc
-a--- 2/2/2014 11:27 AM 3554 testwordcount1.py
-a--- 2/2/2014 2:37 PM 3557 wordcount.py
-a--- 2/1/2014 7:22 PM 3016 wordcount.pyc
PS C:\Documents and Settings\Rick\mystuff\google-python-exercises\basic\solution> python wordcount.py --count bone_numbe
r.txt
Traceback (most recent call last):
File "wordcount.py", line 94, in <module>
word_count_dict(filename)
NameError: name 'filename' is not defined
PS C:\Documents and Settings\Rick\mystuff\google-python-exercises\basic\solution>