- Notifications
You must be signed in to change notification settings - Fork339
Closed
Description
- installed WinPython on Windows 10 via Winpython64-3.13.5.0slim.exe to C:\utils\python\WPy64-31350
- executed WinPython Command Prompt.exe from file explorer window
- executed command "wppm -v --register" from command prompt
- entered "Y" to continue prompt
- wppm exited with an error, output listed below
- *.py and *.pyw files are not associated with python.exe
C:\utils\python\WPy64-31350>wppm -v --registerRegister WinPython: associate file extensions, icons and context menu with this WinPythonregistering C:\utils\python\WPy64-31350\pythoncontinue ? Y/NYCreating WinPython registry entries for C:\utils\python\WPy64-31350\pythonHKEY_CURRENT_USER\Software\Classes\.py\:Python.FileHKEY_CURRENT_USER\Software\Classes\.py\Content Type:text/plainHKEY_CURRENT_USER\Software\Classes\.pyw\:Python.NoConFileHKEY_CURRENT_USER\Software\Classes\.pyw\Content Type:text/plainHKEY_CURRENT_USER\Software\Classes\.pyc\:Python.CompiledFileHKEY_CURRENT_USER\Software\Classes\Python.File\:Python FileHKEY_CURRENT_USER\Software\Classes\Python.File\DefaultIcon\:C:\utils\python\WPy64-31350\python\DLLs\py.icoHKEY_CURRENT_USER\Software\Classes\Python.File\shellex\DropHandler\:{60254CA5-953B-11CF-8C96-00AA00B8708C}HKEY_CURRENT_USER\Software\Classes\Python.NoConFile\:Python File (no console)HKEY_CURRENT_USER\Software\Classes\Python.NoConFile\DefaultIcon\:C:\utils\python\WPy64-31350\python\DLLs\py.icoHKEY_CURRENT_USER\Software\Classes\Python.NoConFile\shellex\DropHandler\:{60254CA5-953B-11CF-8C96-00AA00B8708C}HKEY_CURRENT_USER\Software\Classes\Python.CompiledFile\:Compiled Python FileHKEY_CURRENT_USER\Software\Classes\Python.CompiledFile\DefaultIcon\:C:\utils\python\WPy64-31350\python\DLLs\pyc.icoHKEY_CURRENT_USER\Software\Classes\Python.CompiledFile\shellex\DropHandler\:{60254CA5-953B-11CF-8C96-00AA00B8708C}HKEY_CURRENT_USER\Software\Classes\Python.File\shell\open\command\:"C:\utils\python\WPy64-31350\python\python.exe" "%1" %*HKEY_CURRENT_USER\Software\Classes\Python.NoConFile\shell\open\command\:"C:\utils\python\WPy64-31350\python\pythonw.exe" "%1" %*HKEY_CURRENT_USER\Software\Classes\Python.CompiledFile\shell\open\command\:"C:\utils\python\WPy64-31350\python\python.exe" "%1" %*HKEY_CURRENT_USER\Software\Classes\Python.File\shell\Edit with IDLE\command\:"C:\utils\python\WPy64-31350\python\pythonw.exe" "C:\utils\python\WPy64-31350\python\Lib\idlelib\idle.pyw" -n -e "%1"HKEY_CURRENT_USER\Software\Classes\Python.NoConFile\shell\Edit with IDLE\command\:"C:\utils\python\WPy64-31350\python\pythonw.exe" "C:\utils\python\WPy64-31350\python\Lib\idlelib\idle.pyw" -n -e "%1"HKEY_CURRENT_USER\Software\Classes\Python.File\shell\Edit with Spyder\command\:"C:\utils\python\WPy64-31350\Spyder.exe" "%1" -w "%w"HKEY_CURRENT_USER\Software\Classes\Python.NoConFile\shell\Edit with Spyder\command\:"C:\utils\python\WPy64-31350\Spyder.exe" "%1" -w "%w"HKEY_CURRENT_USER\Software\Python\WinPython\3.13\DisplayName:Python 3.13.5 (64bit)HKEY_CURRENT_USER\Software\Python\WinPython\3.13\SupportUrl:https://winpython.github.ioHKEY_CURRENT_USER\Software\Python\WinPython\3.13\SysVersion:3.13HKEY_CURRENT_USER\Software\Python\WinPython\3.13\SysArchitecture:64bitHKEY_CURRENT_USER\Software\Python\WinPython\3.13\Version:3.13.5HKEY_CURRENT_USER\Software\Python\WinPython\3.13\InstallPath\:C:\utils\python\WPy64-31350\pythonHKEY_CURRENT_USER\Software\Python\WinPython\3.13\InstallPath\ExecutablePath:C:\utils\python\WPy64-31350\python\python.exeHKEY_CURRENT_USER\Software\Python\WinPython\3.13\InstallPath\WindowedExecutablePath:C:\utils\python\WPy64-31350\python\pythonw.exeHKEY_CURRENT_USER\Software\Python\WinPython\3.13\InstallPath\InstallGroup\:Python 3.13HKEY_CURRENT_USER\Software\Python\WinPython\3.13\Modules\:HKEY_CURRENT_USER\Software\Python\WinPython\3.13\PythonPath\:C:\utils\python\WPy64-31350\python\Lib;C:\utils\python\WPy64-31350\python\DLLsHKEY_CURRENT_USER\Software\Python\WinPython\3.13\Help\Main Python Documentation\:C:\utils\python\WPy64-31350\python\Doc\html\index.htmlTraceback (most recent call last): File "<frozen runpy>", line 198, in _run_module_as_main File "<frozen runpy>", line 88, in _run_code File "C:\utils\python\WPy64-31350\python\Scripts\wppm.exe\__main__.py", line 7, in <module> sys.exit(main()) ~~~~^^ File "C:\utils\python\WPy64-31350\python\Lib\site-packages\winpython\wppm.py", line 345, in main associate.register(dist.target, verbose=args.verbose) ~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\utils\python\WPy64-31350\python\Lib\site-packages\winpython\associate.py", line 242, in register print(f'Creating WinPython menu for all icons in {target.parent}') ^^^^^^^^^^^^^AttributeError: 'str' object has no attribute 'parent'Metadata
Metadata
Assignees
Labels
No labels