wppm --register fails in WinPython 3.14.5 #2043
Replies: 1 comment
-
|
This is a bug in the Until it's fixed you can call the module directly: Worth filing as an issue — the fix is changing |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi to all !
Any ideas why wppm fails in this WinPython version?
C:\Users\user1>"C:\PortableApps\WPy64-31450\python\Scripts\wppm.exe" --register --verbose
Register WinPython: associate file extensions, icons and context menu with this WinPython
registering C:\PortableApps\WPy64-31450\python
continue ? Y/N
Y
Traceback (most recent call last):
File "", line 203, in _run_module_as_main
File "", line 88, in run_code
File "C:\PortableApps\WPy64-31450\python\Scripts\wppm.exe_main.py", line 5, in
sys.exit(main())
~~~~^^
File "C:\PortableApps\WPy64-31450\python\Lib\site-packages\wppm\wppm.py", line 343, in main
import associate
ModuleNotFoundError: No module named 'associate'
C:\Users\user1>
Beta Was this translation helpful? Give feedback.
All reactions