Python Forum
Python Forum
>
Python Coding
>
General Coding Help
> Can't import the CSV module
Full Version:
Can't import the CSV module
You're currently viewing a stripped down version of our content.
View the full version
with proper formatting.
loren41
May-31-2019, 10:02 PM
Can't import the CSV module. Error says "No module named CSV"
Using Sublime Text as my editor. Do I need to include a path name somewhere?
Yoriz
May-31-2019, 10:05 PM
it's lower case
import csv
Python Forum
>
Python Coding
>
General Coding Help
> Can't import the CSV module