[issue36305] Inconsistent behavior of pathlib.WindowsPath with drive paths

2019-05-27 Thread NM


NM  added the comment:

Is this related to the weird paths I am seeing when getting different output in 
venv compared to without venv:

from pathlib import Path

filename = Path(__file__)
filename2 = Path('C:\\path\\to\\file.py')

print(filename)
print(filename2)

Where the result is:

Powershell (python.exe run):
file.py
C:\path\to\file.py

Venv run:
C:\path\to\file.py
C:\path\to\file.py

--
nosy: +nmat

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



[issue25345] Unable to install Python 3.5 on Windows 10

2015-10-08 Thread Gowtham Nm

New submission from Gowtham Nm:

I downloaded Python 3.5 version to install on Windows 10. But apparently, the 
installation does not succeed.
I have tried with lower version of Python also, the installation does not 
succeed on Windows 10.

Have attached the logs of the error. I have checked for the particular error 
code (seen in the screenshot attached) in various forums but none worked.

Looking forward to hear from your team.

--
components: Windows
files: Python 3.5.0 (32-bit)_20151008230628.log
messages: 252563
nosy: Gowtham Nm, paul.moore, steve.dower, tim.golden, zach.ware
priority: normal
severity: normal
status: open
title: Unable to install Python 3.5 on Windows 10
type: resource usage
versions: Python 3.5
Added file: http://bugs.python.org/file40721/Python 3.5.0 
(32-bit)_20151008230628.log

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