Kovid Goyal
2a96578a0d
Bump the versions of libxml2 and lxml
...
No longer need the lxml workaround on windows
2024-04-26 14:01:52 +05:30
Kovid Goyal
53b74283a4
sort imports in all python files
2024-03-30 13:02:22 +05:30
Kovid Goyal
3596471257
Windows: Edit book: Fix a crash when using the check book tool with a book that contains malformed markup. Fixes #2045133 [Editor closes immediately if epub-check finds parsing-failures in too much text-files]( https://bugs.launchpad.net/calibre/+bug/2045133 )
...
Bloody lxml doesnt initialize libxml2 correctly.
2023-12-03 22:23:29 +05:30
xxyzz
5c12e51ef1
Add USER_SITE
to site.py to fix error in pip
2022-11-04 15:13:18 +08:00
Kovid Goyal
eb824ef094
Remove CALIBRE_DEVELOP_FROM from site.py
...
It will be implemented in the bypy frozen loader instead
2020-10-03 09:05:36 +05:30
Kovid Goyal
605857e276
Only report unhandled errors if excepthook is the default
2020-08-22 18:48:00 +05:30
Kovid Goyal
1c13f9634c
Restore reporting of unhandled exceptions during GUI application startup on windows
...
Not as nice as it was previously since errors importing the site module
will not be reported, but the python API provides no hooks for this in
Py_RunMain
2020-08-22 18:48:00 +05:30
Kovid Goyal
6adbf803aa
...
2020-08-22 18:47:58 +05:30
Kovid Goyal
488fe5198b
Add proper paths in windows frozen build
2020-08-22 18:47:58 +05:30
Kovid Goyal
8c7c3c9061
Work on windows python3 build
2020-08-22 18:47:58 +05:30
Kovid Goyal
29cd8d64ea
Change shebangs to python from python2
...
Also remove a few other miscellaneous references to python2
2020-08-22 18:47:51 +05:30
Kovid Goyal
be471a8cbe
Work on getting windows running
2019-09-13 09:12:35 +05:30
Kovid Goyal
e804e48747
Start work on building calibre on windows
2019-06-19 10:06:54 +05:30