dymerge icon indicating copy to clipboard operation
dymerge copied to clipboard

SyntaxError

Open Ninety1 opened this issue 5 years ago • 5 comments

can you please help with this problem?

File "dymerge.py", line 25 print info ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(info)?

thanks

Ninety1 avatar Nov 22 '20 17:11 Ninety1

Use python lesser 3.x

crmaxx avatar Nov 22 '20 20:11 crmaxx

Or linux: sort file1 file2 | uniq

andyg2 avatar Aug 30 '21 08:08 andyg2

@andyg2 why? and how? it's python interpreter error when using python 2.x file in python 3.x interpreter

crmaxx avatar Aug 30 '21 09:08 crmaxx

@andyg2 why? and how? it's python interpreter error when using python 2.x file in python 3.x interpreter

sort file1 file2 | uniq > allfiles.txt will take n files and merge them into one, essentially everything that dymerge.py does,

andyg2 avatar Aug 30 '21 09:08 andyg2

@andyg2 why? and how? it's python interpreter error when using python 2.x file in python 3.x interpreter

sort file1 file2 | uniq > allfiles.txt will take n files and merge them into one, essentially everything that dymerge.py does,

There's no delete duplicate entry. This one is an all-in-one that merges, deletes, and sorts. Anyone have the fix?

jakubgt avatar Jul 17 '22 04:07 jakubgt