[issue14978] distutils Extension fails to be created with unicode package names

2012-07-02 Thread Patrick Andrew
Patrick Andrew added the comment: Sure, I'll have that for you shortly. -- ___ Python tracker <http://bugs.python.org/issue14978> ___ ___ Python-bugs-list m

[issue13943] distutils’ build_py fails when package string is unicode

2012-02-05 Thread Patrick Andrew
Patrick Andrew added the comment: >From py-logilab-common 0.57.1 port for FreeBSD. No patches applied: package init file './test/__init__.py' not found (or not a regular file) Traceback (most recent call last): File "setup.py", line 170, in install() File &

[issue13943] Lib/distutils/command/build_py fails when package string is unicode

2012-02-04 Thread Patrick Andrew
New submission from Patrick Andrew : When a package list is built using Unicode strings, distutils fails to build the package with a TypeError. This patch alternatively checks for 'unicode' as the instance type and also prints the type in the type error for easier

[issue5300] distutils ignores file permissions

2012-02-03 Thread Patrick Andrew
Changes by Patrick Andrew : -- components: +Distutils2 -Distutils nosy: +alexis title: build_module failure -> distutils ignores file permissions versions: +3rd party -Python 2.7 ___ Python tracker <http://bugs.python.org/iss

[issue5300] build_module failure

2012-02-03 Thread Patrick Andrew
Changes by Patrick Andrew : -- title: build_module faulre -> build_module failure ___ Python tracker <http://bugs.python.org/issue5300> ___ ___ Python-bugs-lis

[issue5300] build_module faulre

2012-02-03 Thread Patrick Andrew
Changes by Patrick Andrew : -- components: +Distutils -Distutils2 title: Distutils ignores file permissions -> build_module faulre versions: +Python 2.7 -3rd party ___ Python tracker <http://bugs.python.org/iss