[issue14541] test_sndhdr fails when run from an installation

2012-04-10 Thread Vinay Sajip

New submission from Vinay Sajip vinay_sa...@yahoo.co.uk:

test_sndhdr fails when run from an installed Python, due to a missing directory 
in the installation.

The attached patch should rectify this.

--
components: Library (Lib)
files: Makefile.pre.in.diff
keywords: easy, patch
messages: 157953
nosy: georg.brandl, vinay.sajip
priority: normal
severity: normal
status: open
title: test_sndhdr fails when run from an installation
type: behavior
versions: Python 3.3
Added file: http://bugs.python.org/file25168/Makefile.pre.in.diff

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



[issue14541] test_sndhdr fails when run from an installation

2012-04-10 Thread Vinay Sajip

Vinay Sajip vinay_sa...@yahoo.co.uk added the comment:

Whoops, I think I added Georg when I meant Victor ...

--
nosy: +haypo -georg.brandl

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



[issue14541] test_sndhdr fails when run from an installation

2012-04-10 Thread STINNER Victor

STINNER Victor victor.stin...@gmail.com added the comment:

Data files were added by the issue #9243 for new tests.

--

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



[issue14541] test_sndhdr fails when run from an installation

2012-04-10 Thread Vinay Sajip

Vinay Sajip vinay_sa...@yahoo.co.uk added the comment:

 Data files were added by the issue #9243 for new tests.

That's fine, it's just that the Makefile needs to include the new directory 
test/sndhdrdata (which my patch does). I could have committed the change, but 
thought you should be in the loop.

--

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



[issue14541] test_sndhdr fails when run from an installation

2012-04-10 Thread STINNER Victor

STINNER Victor victor.stin...@gmail.com added the comment:

Python 3.2 should also be fixed. You may need to patch Tools/msi/msi.py in 
Python 3.2, not in Python 3.3 (see changeset fb7bb61c8847).

--

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



[issue14541] test_sndhdr fails when run from an installation

2012-04-10 Thread Roundup Robot

Roundup Robot devn...@psf.upfronthosting.co.za added the comment:

New changeset b2242224fb7f by Vinay Sajip in branch '3.2':
Issue #14541: Added test/sndhdrdata to Makefile.pre.in for installation.
http://hg.python.org/cpython/rev/b2242224fb7f

New changeset 54bc19fc5b46 by Vinay Sajip in branch 'default':
Issue #14541: Merged addition of test/sndhdrdata to Makefile.pre.in from 3.2.
http://hg.python.org/cpython/rev/54bc19fc5b46

--
nosy: +python-dev

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



[issue14541] test_sndhdr fails when run from an installation

2012-04-10 Thread Vinay Sajip

Vinay Sajip vinay_sa...@yahoo.co.uk added the comment:

Closing, as msi.py for 3.2 appears to already include sndhdrdata.

--
assignee:  - vinay.sajip
resolution:  - fixed
status: open - closed
versions: +Python 3.2

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