AlJohri / docx2pdf

MIT License
506 stars 96 forks source link

The bar does not move #27

Closed UnixCro closed 2 years ago

UnixCro commented 3 years ago

Hi, unfortunately the program does not work

macOS Big Sur Version 11.2.1

useraccount@hostname pdf % pip3 install --user docx2pdf
WARNING: The directory '/Users/useraccount/Library/Caches/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
WARNING: The directory '/Users/useraccountLibrary/Caches/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
Requirement already satisfied: docx2pdf in /Users/useraccount/Library/Python/3.8/lib/python/site-packages (0.1.7)
Requirement already satisfied: tqdm<5.0.0,>=4.41.0 in /Users/useraccount/Library/Python/3.8/lib/python/site-packages (from docx2pdf) (4.57.0)
Requirement already satisfied: appscript<2.0.0,>=1.1.0; sys_platform == "darwin" in /Users/useraccount/Library/Python/3.8/lib/python/site-packages/aeosa (from docx2pdf) (1.1.2)
WARNING: You are using pip version 19.2.3, however version 21.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
useraccount@hostname ~ % cd test
useraccount@hostname test % 
useraccounthostname test % docx2pdf 1.docx 
  0%|                                                                                                                                                                                                                                               | 0/1 [00:00<?, ?it/s]
useraccount@hostname test % 
AlJohri commented 3 years ago

this may be fixed by #29 or #32. will look into it!

UnixCro commented 3 years ago

No, unfortunately everything stayed the same, I also reinstalled it earlier.

By the way, why the programm asked me that it will rights to control System Events?

Bildschirmfoto 2021-07-17 um 12 14 54
AlJohri commented 2 years ago

related to #29 or #32