Re: Python not found

2023-01-27 Thread Eryk Sun
On 1/27/23, Bela Gesztesi wrote: > > I'm not that familiar with the steps to be taken. > > How do I find the app version of Python for my desktop? > or > I don't know how to disable the "python.exe" and "python3.exe" app aliases To install the app version, run "python3" from the command line.

Re: Python not found

2023-01-26 Thread Eryk Sun
On 1/26/23, Bela Gesztesi wrote: > > C:\DJI>py comm_og_service_tool.py WM231 --port COM3 GimbalCalib JointCoarse > > Python was not found; run without arguments to install from the Microsoft > Store, or disable this shortcut from Settings > Manage App Execution > Aliase

Python not found

2023-01-26 Thread Bela Gesztesi
I have downloaded python, checking path installation and I receive the following: C:\DJI>py comm_og_service_tool.py WM231 --port COM3 GimbalCalib JointCoarse Python was not found; run without arguments to install from the Microsoft Store, or disable this shortcut from Settings > Mana

[issue11831] "pydoc -w" causes "no Python documentation found" error when the path is not current directory

2022-01-25 Thread Irit Katriel
Irit Katriel added the comment: Closed Issue31305 as a duplicate of this. -- nosy: +iritkatriel versions: +Python 3.10, Python 3.11, Python 3.9 -Python 2.7, Python 3.2 ___ Python tracker

[issue31305] 'pydoc -w import' report "no Python documentation found for 'import'"

2022-01-25 Thread Irit Katriel
Irit Katriel added the comment: It is still relevant, but there is another issue for this: issue11831. -- nosy: +iritkatriel resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> "pydoc -w" causes "no Python documentation

[issue11831] "pydoc -w" causes "no Python documentation found" error when the path is not current directory

2020-10-22 Thread Éric Araujo
Éric Araujo added the comment: pydoc help: pydoc -w ... Write out the HTML documentation for a module to a file in the current directory. […] So there is no support for not using the current directory, probably on purpose in order to use the current-dir-in-sys.path trick, so I’m

[issue31305] 'pydoc -w import' report "no Python documentation found for 'import'"

2020-07-05 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- components: +Library (Lib) type: behavior -> enhancement versions: +Python 3.10 -Python 2.7, Python 3.5 ___ Python tracker ___

[issue31305] 'pydoc -w import' report "no Python documentation found for 'import'"

2020-07-05 Thread Joannah Nanjekye
Joannah Nanjekye added the comment: Given EOL is this still relevant? as it is marked 2.7 -- nosy: +nanjekyejoannah ___ Python tracker ___

[issue31305] 'pydoc -w import' report "no Python documentation found for 'import'"

2018-09-14 Thread Karthikeyan Singaravelan
New submission from Karthikeyan Singaravelan : > Run "pydoc -w " to write out the HTML documentation for a module to a file named ".html". As mentioned in the help this works only for modules and since import is a keyword it throws an error. Maybe this could be added as an enhancement?

[issue31305] 'pydoc -w import' report "no Python documentation found for 'import'"

2017-08-29 Thread Morris Li
Changes by Morris Li : -- versions: +Python 3.5 ___ Python tracker ___ ___

[issue31305] 'pydoc -w import' report "no Python documentation found for 'import'"

2017-08-29 Thread Morris Li
Changes by Morris Li <limuyua...@126.com>: -- assignee: docs@python components: Documentation nosy: docs@python, limuyuan priority: normal severity: normal status: open title: 'pydoc -w import' report "no Python documentation found for 'import'" type: behavior vers

[issue18274] python: not found

2013-06-21 Thread Brett Cannon
Brett Cannon added the comment: It would either be with freebsd-ports for having packaged Mesa incorrectly or with Mesa for having something wrong with their build setup. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue18274

[issue18274] python: not found

2013-06-20 Thread William Moreno
u_format_access.py u_format.csv u_format_access.c python u_format_table.py u_format.csv u_format_table.c python: not found python: not found gmake[4]: *** No rule to make target `u_format_access.c', needed by `depend'. Stop. gmake[4]: Leaving directory `/usr/ports/graphics/libGL/work/Mesa-7.6.1

[issue18274] python: not found

2013-06-20 Thread Brett Cannon
Brett Cannon added the comment: This is not the right place to ask for help with this. This is either a FreeBSD or Mesa issue. Have you tried installing Python using FreeBSD-ports? -- nosy: +brett.cannon resolution: - invalid status: open - closed

[issue18274] python: not found

2013-06-20 Thread William Moreno
Santander - Cursos Especialización en Telecomunicaciones De: Brett Cannon rep...@bugs.python.org Para: wmore...@yahoo.com Enviado: Jueves, 20 de junio, 2013 8:43 P.M. Asunto: [issue18274] python: not found Brett Cannon added the comment: This is not the right place

[issue11831] pydoc -w causes no Python documentation found error when the path is not current directory

2011-04-15 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- nosy: +eric.araujo, ron_adam title: python -w causes no Python documentation found error when the path is not current directory - pydoc -w causes no Python documentation found error when the path is not current directory

[issue11831] python -w causes no Python documentation found error when the path is not current directory

2011-04-11 Thread Susam Pal
-w ../pydoc-subject/ no Python documentation found for 'calc' no Python documentation found for 'config' no Python documentation found for 'main' -- components: Library (Lib) messages: 133557 nosy: susam priority: normal severity: normal status: open title: python -w causes no Python

[issue11831] python -w causes no Python documentation found error when the path is not current directory

2011-04-11 Thread Susam Pal
Susam Pal su...@susam.in added the comment: Attached a one line fix that fixes this issue. susam@nifty:~/pydoc-test$ pydoc -w ../pydoc-subject/ wrote calc.html wrote calc.formulae.html wrote config.html wrote main.html susam@nifty:~/pydoc-test$ ls calc.formulae.html calc.html config.html

Python on Windows XP 64-bit: python not found in registry

2008-09-12 Thread Berco Beute
). The problem is that python cannot be found in the registry. I tried Effbot's solution of adding Python to the registry, but that doesn't help: http://effbot.org/zone/python-register.htm Anybody here that had the same problem and solved it? Thanks. 2B -- http://mail.python.org/mailman/listinfo

Re: Python on Windows XP 64-bit: python not found in registry

2008-09-12 Thread Martin v. Löwis
Anybody here that had the same problem and solved it? Did you install the 32-bit or the 64-bit installer? If the 64-bit installer, did you also install 32-bit or 64-bit installers for iPython, PIL, and easy_install? If you try to use 32-bit extensions or installers to locate a 64-bit Python,

Re: Is this possible in Python? SOLUTION FOUND

2006-03-14 Thread alainpoint
jalanb wrote: You might like the version here: http://www.jorendorff.com/toys/out.html Especially the need to know presentation, which is cute -- Alan http://aivipi.blogspot.com Thank you for the tip. Meanwhile, I found a shorter solution to my problem: def magic(arg): import

Re: Is this possible in Python? SOLUTION FOUND

2006-03-14 Thread Kay Schluehr
[EMAIL PROTECTED] wrote: jalanb wrote: You might like the version here: http://www.jorendorff.com/toys/out.html Especially the need to know presentation, which is cute -- Alan http://aivipi.blogspot.com Thank you for the tip. Meanwhile, I found a shorter solution to my

Re: Is this possible in Python? SOLUTION FOUND

2006-03-14 Thread alainpoint
Kay Schluehr wrote: [EMAIL PROTECTED] wrote: jalanb wrote: You might like the version here: http://www.jorendorff.com/toys/out.html Especially the need to know presentation, which is cute -- Alan http://aivipi.blogspot.com Thank you for the tip. Meanwhile, I found

Re: Is this possible in Python? SOLUTION FOUND

2006-03-14 Thread Steven D'Aprano
On Tue, 14 Mar 2006 13:33:01 -0800, alainpoint wrote: Kay Schluehr wrote: [EMAIL PROTECTED] wrote: jalanb wrote: You might like the version here: http://www.jorendorff.com/toys/out.html Especially the need to know presentation, which is cute -- Alan