Skip to content

Commit d434f46

Browse files
committed
add mod
1 parent 4efbda9 commit d434f46

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

learning/base-language/modules.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
2+
If you get the error `module $module has no $method attribute`, for example: `module csv has no reader attribute` when [it clearly does](https://docs.python.org/3/library/csv.html) then this is because I named my file `csv.py`. Once renamed to `monitorcsv.py`, everything worked. Had the same thing happen with `email.py`.

0 commit comments

Comments
 (0)