andrewchenshx

Results 22 comments of andrewchenshx

Windows10 64bit, same error. turning off windows firewall solved this issue.

I second Sancho’s suggestion. Furthermore, I wish the item in the edit toolbar can be configured, and the toolbar will popup near the selection.

such that your reading/annotating flow will not be disrupted by moving cursor between selection and the faraway editor toolbar, so the experience is smoother

Sorry. My philosophy is to keep it simple and clean. Less items means less disruption, so u focus on reading. Actually, I hope , after selection there are only two...

my bad. say the root note has following subnote : Trilium Demo work1 work2 work3 … that's work1,work2 and work3 are direct child notes of root. then I would like...

``` build_exe_options = {'packages': [], 'includes': [], 'excludes': ['Tkinter', 'tkinter', 'PyQt4', 'numpy', 'IPython', 'scipy', 'pandas', 'matplotlib', 'PIL', 'unittest'], 'include_files': [(r'C:\Users\user\Anaconda3\Library\plugins\platforms', 'platforms'), (r'C:\Users\user\Anaconda3\Library\bin\ucrtbase.dll', 'ucrtbase.dll'), ('conf.ini', 'conf.ini')], 'include_msvcr': True, 'silent': True }...

> ``` > build_exe_options = {'packages': [], > 'includes': [], > 'excludes': ['Tkinter', 'tkinter', 'PyQt4', 'numpy', 'IPython', 'scipy', 'pandas', 'matplotlib', 'PIL', 'unittest'], > 'include_files': [('conf.ini', 'conf.ini')], > 'include_msvcr': True, >...

build env: Python 3.9.13 (main, Aug 25 2022, 23:51:50) [MSC v.1916 64 bit (AMD64)] :: Anaconda, Inc. on win32 cx_Freeze.__version__ '6.15.4' now computer C does NOT run either. Computer C...

1)i'm using PyQt5. 2)if built on Computer A build env: Python 3.9.13 (main, Aug 25 2022, 23:51:50) [MSC v.1916 64 bit (AMD64)] :: Anaconda, Inc. on win32 cx_Freeze.version '6.15.4' runs...

gevent should be added to requirements.txt. manually pip install gevent, then starts w/o errors.