[issue44624] Script name for venv PowerShell activate

2021-07-13 Thread Paul Watson


New submission from Paul Watson :

In the venv .\Scripts directory. the name 'Activate.ps1' does not conform to 
the PowerShell prescribed Verb-Noun format.

How about using 'Initialize-Python.ps1' as the script name? Or, something else 
that does conform to PowerShell standard naming.

--
components: Installation
messages: 397416
nosy: Paul Watson
priority: normal
severity: normal
status: open
title: Script name for venv PowerShell activate
type: enhancement

___
Python tracker 
<https://bugs.python.org/issue44624>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue42798] pip search fails

2020-12-31 Thread Paul Watson


New submission from Paul Watson :

Fresh install of 3.9.1
Created venv
Activated venv

(py3.9) 13:12:59.52  C:\venv\py3.9\Scripts
C:>pip search astronomy
ERROR: Exception:
Traceback (most recent call last):
  File "c:\venv\py3.9\lib\site-packages\pip\_internal\cli\base_command.py", 
line 228, in _main
status = self.run(options, args)
  File "c:\venv\py3.9\lib\site-packages\pip\_internal\commands\search.py", line 
60, in run
pypi_hits = self.search(query, options)
  File "c:\venv\py3.9\lib\site-packages\pip\_internal\commands\search.py", line 
80, in search
hits = pypi.search({'name': query, 'summary': query}, 'or')
  File 
"C:\Users\mike\AppData\Local\Programs\Python\Python39\lib\xmlrpc\client.py", 
line 1116, in __call__
return self.__send(self.__name, args)
  File 
"C:\Users\mike\AppData\Local\Programs\Python\Python39\lib\xmlrpc\client.py", 
line 1456, in __request
response = self.__transport.request(
  File "c:\venv\py3.9\lib\site-packages\pip\_internal\network\xmlrpc.py", line 
45, in request
return self.parse_response(response.raw)
  File 
"C:\Users\mike\AppData\Local\Programs\Python\Python39\lib\xmlrpc\client.py", 
line 1348, in parse_response
return u.close()
  File 
"C:\Users\mike\AppData\Local\Programs\Python\Python39\lib\xmlrpc\client.py", 
line 662, in close
raise Fault(**self._stack[0])
xmlrpc.client.Fault: https://status.python.org/ for more information.">

(py3.9) 13:13:08.09  C:\venv\py3.9\Scripts
C:>python --version
Python 3.9.1

--
components: Demos and Tools
messages: 384133
nosy: Paul Watson
priority: normal
severity: normal
status: open
title: pip search fails
type: crash
versions: Python 3.9

___
Python tracker 
<https://bugs.python.org/issue42798>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue35801] venv in 3.7 references python3 executable

2019-01-21 Thread Paul Watson


New submission from Paul Watson :

The documentation for venv in Python 3.7 references using `python3` to run 
venv. I do not find a `python3` executable in the kit.

https://docs.python.org/3.7/library/venv.html#module-venv

--
assignee: docs@python
components: Documentation
messages: 334165
nosy: Paul Watson, docs@python
priority: normal
severity: normal
status: open
title: venv in 3.7 references python3 executable
type: enhancement
versions: Python 3.7

___
Python tracker 
<https://bugs.python.org/issue35801>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue32553] venv says to use python3 which does not exist in 3.6.4

2018-01-15 Thread Paul Watson

Paul Watson  added the comment:

Ok, I do find later on where it says to do something different on Windows. 
However, the first "Note" box in "28.3. venv" specifies using "python3". It 
does not say that this is for non-Windows systems. This should be changed.

Also, the path specified, "c:\Python35\python", would not be the default 
location for a Windows install. "C:\Program Files\Python36\python" or 
"C:\Program Files (x86)\Python36\python" should be specified.

I detest that it is this complex and verbose, but it is. Glossing over it does 
not help the user.

--

___
Python tracker 
<https://bugs.python.org/issue32553>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue32553] venv says to use python3 which does not exist in 3.6.4

2018-01-15 Thread Paul Watson

Paul Watson  added the comment:

I am running 3.6.4 from a download on pythong.org yesterday.

Python 3.6.4 (v3.6.4:d48eceb, Dec 19 2017, 06:54:40) [MSC v.1900 64 bit 
(AMD64)] on win32

There is a python3.dll, but no python3 executable.

--

___
Python tracker 
<https://bugs.python.org/issue32553>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue32553] venv says to use python3 which does not exist in 3.6.4

2018-01-14 Thread Paul Watson

New submission from Paul Watson :

The 3.6.4 documentation on venv specifies using 'python3', but no python3 
executable is in the 3.6.4 kit.

https://docs.python.org/3/library/venv.html?highlight=venv#module-venv

--
assignee: docs@python
components: Documentation
messages: 309943
nosy: Paul Watson, docs@python
priority: normal
severity: normal
status: open
title: venv says to use python3 which does not exist in 3.6.4
type: enhancement
versions: Python 3.6

___
Python tracker 
<https://bugs.python.org/issue32553>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com