View Single Post
Old 03-13-2026, 01:12 PM   #32
DiapDealer
Grand Sorcerer
DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.
 
DiapDealer's Avatar
 
Posts: 29,201
Karma: 211539966
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
OK, that's my bad. I forgot that PyQt6 requires full enums. No shortcuts allowed. the line in question should actually read:

Code:
descargas = QStandardPaths.writableLocation(QStandardPaths.StandardLocation.DownloadLocation)
But something is still wrong. Once you click the OK button, Calibre closes and immediately complains that the installer is not valid. The calibre-setup.msi file HAS been created in Downloads, but it's only 3Kb in size. I think the "https://download.calibre-ebook.com/64bit" url is being redirected to an actual filename that urllib.request is not following. The urls for the other platforms actually end in file names.

Last edited by DiapDealer; 03-13-2026 at 01:24 PM.
DiapDealer is offline   Reply With Quote