On Fri, Oct 06, 2017 at 03:37:36PM +0530, renukesh nk wrote:
> 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
When you ge
On 06/10/17 11:07, renukesh nk wrote:
> 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
It looks like you have a character
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
On Tue, Oct 3, 2017 at 2:18 PM, renukesh nk wrote:
> requirement:
> i have a di
On 03/10/17 09:48, renukesh nk 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.
>
I'm not too sure what yo
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