Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues with running on 64 bit machine? #39

Closed
Juliette1110 opened this issue Aug 27, 2021 · 2 comments
Closed

Issues with running on 64 bit machine? #39

Juliette1110 opened this issue Aug 27, 2021 · 2 comments

Comments

@Juliette1110
Copy link

I'm trying to batch convert some .docx files and am running the program on Jupyter notebook (5.7.4) I do have a 64-bit laptop and the errors reference 32 bit so I'm afraid this program might not work on it. Has anyone on a 64-bit machine had luck running it?
Code:

!pip install ipywidgets
!pip install docx2pdf
from docx2pdf import convert
convert(r"C:\Users\Juliette\Documents\Other\Other")

Which returns the following error:
image

@AlJohri
Copy link
Owner

AlJohri commented Aug 29, 2021

hi @Juliette1110, the reference to win32api does not relate to 32-bit vs 64-bit. I believe you are running into this anaconda specific issue: https://stackoverflow.com/questions/58612306/how-to-fix-importerror-dll-load-failed-while-importing-win32api

hope that points you in the right direction

@Juliette1110
Copy link
Author

Yep, that helped! There were a few other issues on my end but now it works great--thanks for publishing this awesome program!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants