(If you don't feel like reading so much text I've bolded my actual question at the end of this thread)
(btw. Sorry for the - probably - weird gramatical context sometimes, Dutch is my mother language, English isn't)
Hi all, I'm new here in this forum & the title of my issue is just a small part of a 'big thing', at least - in my opinion.
But I'm someone who isn't experienced with Linux at all. Less than 2 weeks ago I installed a virtualbox on my Windows-laptop, and in there I'm running Ubuntu18.04 for a project at school-purpose.
I'll try to explain the "bit picture" of my problem so you guys have an idea what I actually want to do:
The very first step in the project that I have is to make an automatic conversion from a big bunch of Word-documents in .doc format (so not .docx! which seems to make a big difference). I mainly need to work in python and my teacher told me about the unoconv-script (https://github.com/unoconv/unoconv). 2 weeks ago I had no clue about how to work in terminal in linux. I watched a big amouont of YouTube tutorials and that way I learned a lot but I'm still getting used to it and there are some things that I still don't understand.
There are many issues that can come up while trying to get unoconv to work in Ubuntu18.04 and after a week of trying to figure it out it still doesn't work for me and I'm really wasting a lot of my time in this way + getting annoyed from it as well, but i have no choice, I need to figure out how I can make this work. Not 100% sure if this is the right forum or subsection from the forum for this (I'm sorry for that) but well... I'll see...
(I'm also not familiar with working with github yet, and neither other Python/linux/natural language processing related forums, this is the first one where I'm posting my problem.)
So... my problem: exactly like in this github-thread: https://github.com/unoconv/unoconv/issues/49 I'm having this issue:
Using this github thread and some others I've been trying to solve the problem but from this link i only used the last 2 responses. I tried to change the UNOPATH just like Regebro told in there but that didn't solve my problem. Stas00 found his fix for Ubuntu 18.04 here: https://github.com/unoconv/unoconv/issues/405#issuecomment-352429704
One of the responses there is:
1) Try to copy from /usr/bin/unoconv to /usr/local/bin/unoconv.
2) And try to replace #!/usr/bin/env python3 on #!/usr/bin/python3 in unoconv file.
Number 1) I did, using the "cp" command but number 2)... These #!'s are confusing me. I googled it and found that it means "shebang" but what does it actually mean and how can I do this replacement exactly in the command line? I still don't really get it...
I'm hoping that after this I can get rid of this error with unoconv because well... I could've converted all the documents manually one-by-one in the time that I've spend to figure out about this issue. But I need to automate it, so it doesn't need to be done one by one.
This might be a very basic question but.. I'm new to Linux :/ and until now i didn't see this in any of the tutorials that i've seen...
(btw. Sorry for the - probably - weird gramatical context sometimes, Dutch is my mother language, English isn't)
Hi all, I'm new here in this forum & the title of my issue is just a small part of a 'big thing', at least - in my opinion.
But I'm someone who isn't experienced with Linux at all. Less than 2 weeks ago I installed a virtualbox on my Windows-laptop, and in there I'm running Ubuntu18.04 for a project at school-purpose.
I'll try to explain the "bit picture" of my problem so you guys have an idea what I actually want to do:
The very first step in the project that I have is to make an automatic conversion from a big bunch of Word-documents in .doc format (so not .docx! which seems to make a big difference). I mainly need to work in python and my teacher told me about the unoconv-script (https://github.com/unoconv/unoconv). 2 weeks ago I had no clue about how to work in terminal in linux. I watched a big amouont of YouTube tutorials and that way I learned a lot but I'm still getting used to it and there are some things that I still don't understand.
There are many issues that can come up while trying to get unoconv to work in Ubuntu18.04 and after a week of trying to figure it out it still doesn't work for me and I'm really wasting a lot of my time in this way + getting annoyed from it as well, but i have no choice, I need to figure out how I can make this work. Not 100% sure if this is the right forum or subsection from the forum for this (I'm sorry for that) but well... I'll see...
(I'm also not familiar with working with github yet, and neither other Python/linux/natural language processing related forums, this is the first one where I'm posting my problem.)
So... my problem: exactly like in this github-thread: https://github.com/unoconv/unoconv/issues/49 I'm having this issue:
Using this github thread and some others I've been trying to solve the problem but from this link i only used the last 2 responses. I tried to change the UNOPATH just like Regebro told in there but that didn't solve my problem. Stas00 found his fix for Ubuntu 18.04 here: https://github.com/unoconv/unoconv/issues/405#issuecomment-352429704
One of the responses there is:
1) Try to copy from /usr/bin/unoconv to /usr/local/bin/unoconv.
2) And try to replace #!/usr/bin/env python3 on #!/usr/bin/python3 in unoconv file.
Number 1) I did, using the "cp" command but number 2)... These #!'s are confusing me. I googled it and found that it means "shebang" but what does it actually mean and how can I do this replacement exactly in the command line? I still don't really get it...
I'm hoping that after this I can get rid of this error with unoconv because well... I could've converted all the documents manually one-by-one in the time that I've spend to figure out about this issue. But I need to automate it, so it doesn't need to be done one by one.
This might be a very basic question but.. I'm new to Linux :/ and until now i didn't see this in any of the tutorials that i've seen...