[issue21663] venv upgrade fails on Windows when copying TCL files

2014-06-05 Thread Roundup Robot

Roundup Robot added the comment:

New changeset 477e71004040 by Vinay Sajip in branch '3.4':
Issue #21663: Fixed error caused by trying to create an existing directory.
http://hg.python.org/cpython/rev/477e71004040

New changeset 1ed9edde3bfc by Vinay Sajip in branch 'default':
Closes #21663: Merged fix from 3.4.
http://hg.python.org/cpython/rev/1ed9edde3bfc

--
nosy: +python-dev
resolution:  - fixed
stage:  - resolved
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue21663
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue21663] venv upgrade fails on Windows when copying TCL files

2014-06-04 Thread BC

New submission from BC:

When upgrading a virtual environment on Windows with venv, the following error 
is encountered:

Error: [WinError 183] Cannot create a file when that file already exists: 
'C:\\Users\\user\\Documents\\sandbox\\Lib\\tcl8.6'

Affects both Python 3.3.5 and 3.4.1. Tested on Windows 7 SP1.

Steps to reproduce:

1. Create a virtual environment with venv:

   C:\Users\user\Documentsc:\Python34\python.exe -m venv sandbox

2. Upgrade the virtual environment:

   C:\Users\user\Documentsc:\Python34\python.exe -m venv --upgrade sandbox
   Error: [WinError 183] Cannot create a file when that file already exists: 
'C:\\Users\\user\\Documents\\sandbox\\Lib\\tcl8.6'

--
components: Library (Lib), Tkinter, Windows
files: venv-upgrade.patch
keywords: patch
messages: 219766
nosy: hashstat
priority: normal
severity: normal
status: open
title: venv upgrade fails on Windows when copying TCL files
type: behavior
versions: Python 3.3, Python 3.4
Added file: http://bugs.python.org/file35486/venv-upgrade.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue21663
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue21663] venv upgrade fails on Windows when copying TCL files

2014-06-04 Thread Berker Peksag

Changes by Berker Peksag berker.pek...@gmail.com:


--
nosy: +vinay.sajip

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue21663
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com