NVDA onefile
hello NVDA developers. as i know you develop NVDA using python. but if your uusing pyinstaller to compile NVDA executable, why dont you use --onefile in cmd for example your python file name is NVDA then why dont you use like pyinstaller NVDA.py -w --onefile? if it have any problem then you can dont use. this is just a suggestion. thankyou
|
|
Hi, No, we are using Py2exe to transform NVDA into a binary executable. Cheers, Joseph
From: nvda@nvda.groups.io <nvda@nvda.groups.io> On Behalf Of bhanu computer
Sent: Friday, May 1, 2020 7:33 PM To: nvda@nvda.groups.io Subject: [nvda] NVDA onefile
[Edited Message Follows] hello NVDA developers. as i know you develop NVDA using python. but if your uusing pyinstaller to compile NVDA executable, why dont you use --onefile in cmd for example your python file name is NVDA then why dont you use like pyinstaller NVDA.py -w --onefile? if it have any problem then you can dont use. this is just a suggestion. thankyou
|
|
Sean
NVDA is not suitable for using PyInstaller.
On 02/05/2020 05:32, bhanu computer
wrote:
--
SeanI’m student and programmer. I write often Python, sometimes
Go and rare C++.
|
|