[issue3031] distutils package_dir/package_data failure

2009-02-06 Thread Tarek Ziadé
Tarek Ziadé added the comment: works, and even tested in test_build_py.test_empty_package_dir -- status: open -> closed ___ Python tracker ___ ___

[issue3031] distutils package_dir/package_data failure

2009-02-05 Thread Tarek Ziadé
Tarek Ziadé added the comment: will test it on 2.6 (no more fixed for 2.4/2.5) -- assignee: -> tarek nosy: +tarek resolution: -> wont fix versions: +Python 2.6, Python 2.7, Python 3.0, Python 3.1 -Python 2.4 ___ Python tracker

[issue3031] distutils package_dir/package_data failure

2008-06-03 Thread fma
New submission from fma <[EMAIL PROTECTED]>: For python2.4: Python 2.4.4 (#2, Apr 15 2008, 23:43:20) [GCC 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)] on linux2 The distutils documentation says to use an empty string in the setup() 'package_dir' param. for current dir. It works fine for pytho