currently m using pycharm , interpreter = python 3.6
i am getting th error as below, what might be the reason for this.

UnicodeDecodeError: 'charmap' codec can't decode byte 0x81 in position 159:
character maps to <undefined>


On Tue, Oct 3, 2017 at 2:18 PM, renukesh nk <renukeshn...@gmail.com> wrote:

> requirement:
> i have a directory , that contains multiple sub directories, each sub
> directory has multiple text and log files, my script fetches  the required
> lines from all the sub directories and stores it in one text file.
>
> but i want it to store separate text file for each  sub directory ,after
> fetching the contents. can anyone please help me where to edit my script.
>
> my script is currently dumping all in on file instead of separate file for
> each directory.
>
>
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Reply via email to