windows help()

windows help()

charliex2
Advocate Advocate
147 Views
0 Replies
Message 1 of 1

windows help()

charliex2
Advocate
Advocate

not sure if its a local issue, didn't happen on OSX

 

charliex2_0-1693066455143.png

 

help()

 

Welcome to Python 3.9's help utility!

 

If this is your first time using Python, you should definitely check out

the tutorial on the Internet at https://docs.python.org/3.9/tutorial/.

 

Enter the name of any module, keyword, or topic to get help on writing

Python programs and using Python modules. To quit this help utility and

return to the interpreter, just type "quit".

 

To get a list of available modules, keywords, symbols, or topics, type

"modules", "keywords", "symbols", or "topics". Each module also comes

with a one-line summary of what it does; to list the modules whose name

or summary contain a given string such as "spam", type "modules spam".

 

Traceback (most recent call last):

File "<string>", line 1, in <module>

File "C:\Users/charlie/AppData/Local/Autodesk/webdeploy/production/e3fd45ba03e541f75bf8195292579861b6ebb663/Python/lib\_sitebuiltins.py", line 103, in __call__

return pydoc.help(*args, **kwds)

File "C:\Users\charlie\AppData\Local\Autodesk\webdeploy\production\e3fd45ba03e541f75bf8195292579861b6ebb663\Python\lib\pydoc.py", line 2004, in __call__

self.interact()

File "C:\Users\charlie\AppData\Local\Autodesk\webdeploy\production\e3fd45ba03e541f75bf8195292579861b6ebb663\Python\lib\pydoc.py", line 2016, in interact

request = self.getline('help> ')

File "C:\Users\charlie\AppData\Local\Autodesk\webdeploy\production\e3fd45ba03e541f75bf8195292579861b6ebb663\Python\lib\pydoc.py", line 2036, in getline

return input(prompt)

RuntimeError: input(): lost sys.stdin

 

0 Likes
148 Views
0 Replies
Replies (0)