You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi.
By following the instructions in the readme.md file of the cloned NVDA repository, I managed to launch NVDA from source.
I also managed to create the NVDA installation file with the "scons.bat launcher" command, but there are warnings that I don't understand.
The first warning is:
F:\Developpement\nvda.venv\lib\site-packages\setuptools\dist.py:472: UserWarning: The version specified ('source-master-187f8d2') is an invalid version, this may not work as expected with newer versions of setuptools, pip, and PyPI. Please see PEP 440 for more details.
Is there anything to do?
The second that I interpret as a warning because of the question marks is:
42 missing Modules
? Carbon.Appearance imported from wx.lib.agw.aui.aui_utilities, wx.lib.agw.aui.tabart, wx.lib.colourutils
? Tail imported from comtypes._comobject
? StringIO imported from six
? UIA.UIA imported from NVDAObjects.IAccessible.sysTreeView32
? _1EA4DBF0_3C3B_11CF_810C_00AA00389B71_0_1_1 imported from comInterfaces.Accessibility
? _32F66A90_7614_11D4_BD11_00104BD3F987_0_1_0 imported from comInterfaces.MathPlayer
? _8CC497C9_A1DF_11CE_8098_00AA0047BE5D_0_1_0 imported from comInterfaces.tom
? _944DE083_8FB8_45CF_BCB7_C477ACB2F897_0_1_0 imported from comInterfaces.UIAutomationClient
? _A6245497_9C0B_4449_85A5_BD6AD07DF8EA_0_0_0 imported from comInterfaces.ISimpleDOM
? _C523F390_9C83_11D3_9094_00104BD0D535_0_3_0 imported from comInterfaces.AcrobatAccessLib
? _C866CA3A_32F7_11D2_9602_00C04F8EE628_0_5_4 imported from comInterfaces.SpeechLib
? _CE3F726E_D1D3_44FE_B995_FF1DB3B48B2B_0_1_3 imported from comInterfaces.IAccessible2Lib
? builtin imported from wx.py.sliceshell
? main imported from bdb, pdb, rlcompleter, wx.py.filling, wx.py.shell, wx.py.sliceshell
? _frozen_importlib imported from importlib, importlib.abc
? _frozen_importlib_external imported from importlib, importlib._bootstrap, importlib.abc
? _uuid imported from uuid
? _winreg imported from comtypes.client._generate, platform
? cStringIO imported from comtypes.client._generate, comtypes.tools.codegenerator
? collections.Mapping imported from configobj
? compile imported from configobj
? comtypes.gen.AcrobatAccessLib imported from NVDAObjects.IAccessible.adobeAcrobat
? comtypes.gen.IAccessible2Lib imported from virtualBuffers.gecko_ia2
? comtypes.gen.ISimpleDOM imported from NVDAObjects.IAccessible.ia2Web
? comtypes.gen.MathPlayer imported from mathPres.mathPlayer
? comtypes.gen._00020430_0000_0000_C000_000000000046_0_2_0 imported from comInterfaces._1EA4DBF0_3C3B_11CF_810C_00AA00389B71_0_1_1, comInterfaces._32F66A90_7614_11D4_BD11_00104BD3F987_0_1_0, comInterfaces._8CC497C9_A1DF_11CE_8098_00AA0047BE5D_0_1_0, comInterfaces._944DE083_8FB8_45CF_BCB7_C477ACB2F897_0_1_0, comInterfaces._C523F390_9C83_11D3_9094_00104BD0D535_0_3_0, comInterfaces._C866CA3A_32F7_11D2_9602_00C04F8EE628_0_5_4, comInterfaces._CE3F726E_D1D3_44FE_B995_FF1DB3B48B2B_0_1_3, comInterfaces.stdole
? comtypes.gen._1EA4DBF0_3C3B_11CF_810C_00AA00389B71_0_1_1 imported from comInterfaces.Accessibility, comInterfaces._CE3F726E_D1D3_44FE_B995_FF1DB3B48B2B_0_1_3
? comtypes.gen._32F66A90_7614_11D4_BD11_00104BD3F987_0_1_0 imported from comInterfaces.MathPlayer
? comtypes.gen._8CC497C9_A1DF_11CE_8098_00AA0047BE5D_0_1_0 imported from comInterfaces.tom
? comtypes.gen._944DE083_8FB8_45CF_BCB7_C477ACB2F897_0_1_0 imported from comInterfaces.UIAutomationClient
? comtypes.gen._A6245497_9C0B_4449_85A5_BD6AD07DF8EA_0_0_0 imported from comInterfaces.ISimpleDOM
? comtypes.gen._C523F390_9C83_11D3_9094_00104BD0D535_0_3_0 imported from comInterfaces.AcrobatAccessLib
? comtypes.gen._C866CA3A_32F7_11D2_9602_00C04F8EE628_0_5_4 imported from comInterfaces.SpeechLib
? comtypes.gen._CE3F726E_D1D3_44FE_B995_FF1DB3B48B2B_0_1_3 imported from comInterfaces.IAccessible2Lib
? java.lang imported from platform
? numpy.ctypeslib imported from comtypes.npsupport
? org.python.core imported from copy, pickle
? os.path imported from addonHandler, brailleInput, ctypes._aix, nvwave, os, pkgutil, py_compile, sysconfig, tracemalloc, unittest, unittest.util
? readline imported from cmd, code, pdb, rlcompleter
? sets imported from comtypes.tools.codegenerator, comtypes.tools.tlbparser, comtypes.tools.typedesc_base
? speech.speakTextInfo imported from documentBase, speech
? window.Window imported from NVDAObjects.IAccessible.MSHTML, NVDAObjects.IAccessible.sysListView32, NVDAObjects.JAB, NVDAObjects.UIA.winConsoleUIA
Submodules that appear to be missing, but could also be global names in the parent package:
? UIAHandler.IUIAutomationElement imported from appModules.shellexperiencehost
? UIAHandler.UIA_NamePropertyId imported from appModules.shellexperiencehost
Same question: is there something to do?
Actual behavior:
Finally, I tested the "scons.bat dist" command to create the equivalent of a portable nvda (at least that's what I understood).
His execution went well, apart from the same warnings. But there is no "nvda.exe" file to launch NVDA.
Is this normal?
Expected behavior:
Be able to launch NVDA when building with "dist" option
NVDA logs, crash dumps and other attachments:
System configuration
NVDA installed/portable/running from source:
NVDA version:
Windows version:
Name and version of other software in use when reproducing the issue:
Other information about your system:
Other questions
Does the issue still occur after restarting your computer?
Have you tried any other versions of NVDA? If so, please report their behaviors.
If NVDA add-ons are disabled, is your problem still occurring?
Does the issue still occur after you run the COM Registration Fixing Tool in NVDA's tools menu?
This discussion was converted from issue #14367 on November 13, 2022 21:21.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Steps to reproduce:
Hi.
By following the instructions in the readme.md file of the cloned NVDA repository, I managed to launch NVDA from source.
I also managed to create the NVDA installation file with the "scons.bat launcher" command, but there are warnings that I don't understand.
The first warning is:
F:\Developpement\nvda.venv\lib\site-packages\setuptools\dist.py:472: UserWarning: The version specified ('source-master-187f8d2') is an invalid version, this may not work as expected with newer versions of setuptools, pip, and PyPI. Please see PEP 440 for more details.
Is there anything to do?
The second that I interpret as a warning because of the question marks is:
42 missing Modules
? Carbon.Appearance imported from wx.lib.agw.aui.aui_utilities, wx.lib.agw.aui.tabart, wx.lib.colourutils
? Tail imported from comtypes._comobject
? StringIO imported from six
? UIA.UIA imported from NVDAObjects.IAccessible.sysTreeView32
? _1EA4DBF0_3C3B_11CF_810C_00AA00389B71_0_1_1 imported from comInterfaces.Accessibility
? _32F66A90_7614_11D4_BD11_00104BD3F987_0_1_0 imported from comInterfaces.MathPlayer
? _8CC497C9_A1DF_11CE_8098_00AA0047BE5D_0_1_0 imported from comInterfaces.tom
? _944DE083_8FB8_45CF_BCB7_C477ACB2F897_0_1_0 imported from comInterfaces.UIAutomationClient
? _A6245497_9C0B_4449_85A5_BD6AD07DF8EA_0_0_0 imported from comInterfaces.ISimpleDOM
? _C523F390_9C83_11D3_9094_00104BD0D535_0_3_0 imported from comInterfaces.AcrobatAccessLib
? _C866CA3A_32F7_11D2_9602_00C04F8EE628_0_5_4 imported from comInterfaces.SpeechLib
? _CE3F726E_D1D3_44FE_B995_FF1DB3B48B2B_0_1_3 imported from comInterfaces.IAccessible2Lib
? builtin imported from wx.py.sliceshell
? main imported from bdb, pdb, rlcompleter, wx.py.filling, wx.py.shell, wx.py.sliceshell
? _frozen_importlib imported from importlib, importlib.abc
? _frozen_importlib_external imported from importlib, importlib._bootstrap, importlib.abc
? _uuid imported from uuid
? _winreg imported from comtypes.client._generate, platform
? cStringIO imported from comtypes.client._generate, comtypes.tools.codegenerator
? collections.Mapping imported from configobj
? compile imported from configobj
? comtypes.gen.AcrobatAccessLib imported from NVDAObjects.IAccessible.adobeAcrobat
? comtypes.gen.IAccessible2Lib imported from virtualBuffers.gecko_ia2
? comtypes.gen.ISimpleDOM imported from NVDAObjects.IAccessible.ia2Web
? comtypes.gen.MathPlayer imported from mathPres.mathPlayer
? comtypes.gen._00020430_0000_0000_C000_000000000046_0_2_0 imported from comInterfaces._1EA4DBF0_3C3B_11CF_810C_00AA00389B71_0_1_1, comInterfaces._32F66A90_7614_11D4_BD11_00104BD3F987_0_1_0, comInterfaces._8CC497C9_A1DF_11CE_8098_00AA0047BE5D_0_1_0, comInterfaces._944DE083_8FB8_45CF_BCB7_C477ACB2F897_0_1_0, comInterfaces._C523F390_9C83_11D3_9094_00104BD0D535_0_3_0, comInterfaces._C866CA3A_32F7_11D2_9602_00C04F8EE628_0_5_4, comInterfaces._CE3F726E_D1D3_44FE_B995_FF1DB3B48B2B_0_1_3, comInterfaces.stdole
? comtypes.gen._1EA4DBF0_3C3B_11CF_810C_00AA00389B71_0_1_1 imported from comInterfaces.Accessibility, comInterfaces._CE3F726E_D1D3_44FE_B995_FF1DB3B48B2B_0_1_3
? comtypes.gen._32F66A90_7614_11D4_BD11_00104BD3F987_0_1_0 imported from comInterfaces.MathPlayer
? comtypes.gen._8CC497C9_A1DF_11CE_8098_00AA0047BE5D_0_1_0 imported from comInterfaces.tom
? comtypes.gen._944DE083_8FB8_45CF_BCB7_C477ACB2F897_0_1_0 imported from comInterfaces.UIAutomationClient
? comtypes.gen._A6245497_9C0B_4449_85A5_BD6AD07DF8EA_0_0_0 imported from comInterfaces.ISimpleDOM
? comtypes.gen._C523F390_9C83_11D3_9094_00104BD0D535_0_3_0 imported from comInterfaces.AcrobatAccessLib
? comtypes.gen._C866CA3A_32F7_11D2_9602_00C04F8EE628_0_5_4 imported from comInterfaces.SpeechLib
? comtypes.gen._CE3F726E_D1D3_44FE_B995_FF1DB3B48B2B_0_1_3 imported from comInterfaces.IAccessible2Lib
? java.lang imported from platform
? numpy.ctypeslib imported from comtypes.npsupport
? org.python.core imported from copy, pickle
? os.path imported from addonHandler, brailleInput, ctypes._aix, nvwave, os, pkgutil, py_compile, sysconfig, tracemalloc, unittest, unittest.util
? readline imported from cmd, code, pdb, rlcompleter
? sets imported from comtypes.tools.codegenerator, comtypes.tools.tlbparser, comtypes.tools.typedesc_base
? speech.speakTextInfo imported from documentBase, speech
? window.Window imported from NVDAObjects.IAccessible.MSHTML, NVDAObjects.IAccessible.sysListView32, NVDAObjects.JAB, NVDAObjects.UIA.winConsoleUIA
Submodules that appear to be missing, but could also be global names in the parent package:
? UIAHandler.IUIAutomationElement imported from appModules.shellexperiencehost
? UIAHandler.UIA_NamePropertyId imported from appModules.shellexperiencehost
Same question: is there something to do?
Actual behavior:
Finally, I tested the "scons.bat dist" command to create the equivalent of a portable nvda (at least that's what I understood).
His execution went well, apart from the same warnings. But there is no "nvda.exe" file to launch NVDA.
Is this normal?
Expected behavior:
Be able to launch NVDA when building with "dist" option
NVDA logs, crash dumps and other attachments:
System configuration
NVDA installed/portable/running from source:
NVDA version:
Windows version:
Name and version of other software in use when reproducing the issue:
Other information about your system:
Other questions
Does the issue still occur after restarting your computer?
Have you tried any other versions of NVDA? If so, please report their behaviors.
If NVDA add-ons are disabled, is your problem still occurring?
Does the issue still occur after you run the COM Registration Fixing Tool in NVDA's tools menu?
Beta Was this translation helpful? Give feedback.
All reactions