apt-vim
apt-vim copied to clipboard
error when automatic installation
File "./apt-vim", line 97 return {k.replace('_', '-'): v for k,v in list(self.dict.items())}
this is the err msg , my python version is 2.7
Thanks for logging this. Which OS are you using?
@ppLorins please be sure to update/checkout the latest version of apt-vim
. After trying that, let me know if you have any problems :-)
I had this problem but I used the python3 and everything worked as expected!
Thanks! Great project.
thanks @alvarojoao, I appreciate the kind words :-) Thanks for reporting your findings. I thought I had most things compatible with python2 and python3, but perhaps I need to revisit. This is valuable info to help me hunt down compatibility issues!