CodeGrepicious

Results 13 comments of CodeGrepicious

I realized I probably need to name the subfolders (or directories I guess they are called) correctly, so I did that, but when I try to run the script it...

and when I try without the directories above (and with python3) I get the error "name "klcfile) is not defined" ![image](https://user-images.githubusercontent.com/76813451/143878043-e7919c96-c6f4-4e5a-a654-9600d7073ff8.png)

Edit: new error textiowrapper takes no arguments Am I not naming the .xkb file correctly? i just want to get the xkb file now I don't care where it goes...

I also tried with a slash before, the apostrophes also don't make a difference ![image](https://user-images.githubusercontent.com/76813451/144106371-23d5618e-10f9-4343-bbcb-44248e251292.png)

So you should not have close, but open? And what does the r mean? That is what I meant! It would be really helpful to have an example of what...

edit: I see what you mean, it is the one where output is over input. ![image](https://user-images.githubusercontent.com/76813451/144111682-cf17e760-47cc-490d-8943-6bfc3b08f17e.png) I'm still getting an error maybe the `r` should not be there? `` output...

well first off, do I leave the international - custom text in the front ? `output = open(r"US - international - custom - nodeadkeys - NorUlti10Nov2021ctl.xkb","w") input = open(r"US -...

Now I am getting this error ![image](https://user-images.githubusercontent.com/76813451/144113124-de8503fe-e2fc-47f4-bd3e-5a5437524bc9.png) edit: this is with the correct directories :

that's what I am confused about, remove what exactly? do I not need this? /home/daniel `` > r is raw string. I dont think there will be much difference in...

This worked, turned out the problem was that home was home with small letters and not capital letters. to whoever's reading this, remember to check the properties of your .klc...