[issue13719] bdist_msi upload fails

2021-02-03 Thread Steve Dower
Steve Dower added the comment: Distutils is now deprecated (see PEP 632) and all tagged issues are being closed. From now until removal, only release blocking issues will be considered for distutils. If this issue does not relate to distutils, please remove the component and reopen it. If

[issue13719] bdist_msi upload fails

2014-10-30 Thread Antoine Pitrou
Changes by Antoine Pitrou pit...@free.fr: -- assignee: eric.araujo - ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13719 ___ ___ Python-bugs-list

[issue13719] bdist_msi upload fails

2014-10-26 Thread Kieran Colford
Changes by Kieran Colford colfo...@gmail.com: -- nosy: +Kieran.Colford ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13719 ___ ___

[issue13719] bdist_msi upload fails

2014-07-30 Thread Mark Lawrence
Changes by Mark Lawrence breamore...@yahoo.co.uk: -- components: -Distutils2 nosy: +dstufft versions: +Python 3.5 -3rd party, Python 3.2, Python 3.3 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13719

[issue13719] bdist_msi upload fails

2014-07-30 Thread Brian Curtin
Changes by Brian Curtin br...@python.org: -- nosy: -brian.curtin ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13719 ___ ___ Python-bugs-list

[issue13719] bdist_msi upload fails

2013-02-19 Thread Christian Heimes
Christian Heimes added the comment: I have been bitten by the bug today, too. -- nosy: +christian.heimes versions: +Python 3.4 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13719 ___

[issue13719] bdist_msi upload fails

2013-01-01 Thread Ralf Schmitt
Ralf Schmitt added the comment: AFAIK pypi.python.org disallows uploads of .msi files. That means I've lost interest in this issue. Feel free to close it. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13719

[issue13719] bdist_msi upload fails

2013-01-01 Thread Martin v . Löwis
Martin v. Löwis added the comment: schmir: your information on msi support is probably outdated; pypi.python.org does support MSI files, see for example http://pypi.python.org/pypi/Twisted/12.3.0 -- ___ Python tracker rep...@bugs.python.org

[issue13719] bdist_msi upload fails

2012-03-07 Thread Roundup Robot
Roundup Robot devn...@psf.upfronthosting.co.za added the comment: New changeset 077b42a54803 by Éric Araujo in branch '2.7': Backout buggy patch for #13719 http://hg.python.org/cpython/rev/077b42a54803 -- ___ Python tracker rep...@bugs.python.org

[issue13719] bdist_msi upload fails

2012-03-07 Thread Roundup Robot
Roundup Robot devn...@psf.upfronthosting.co.za added the comment: New changeset 7e629bacec87 by Éric Araujo in branch '3.2': Backout buggy patch committed for #13719 http://hg.python.org/cpython/rev/7e629bacec87 New changeset 17106d7d34b4 by Éric Araujo in branch 'default': Remove buggy change

[issue13719] bdist_msi upload fails

2012-03-07 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: I finally got a virtual machine up and running and was able to diagnose the problem. There are two things. First, the dist directory (where the msi file will be created) is created relative to the current working directory, which explains why

[issue13719] bdist_msi upload fails

2012-03-07 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: I forgot to mention two other problems in my test: - need to pass name and version keyword arguments to self.create_dist or to change the expected filename to UNKNOWN-UNKNOWN - need to embed the result of distutils.util.get_platform() into the

[issue13719] bdist_msi upload fails

2012-03-06 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: I’m working on this. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13719 ___ ___

[issue13719] bdist_msi upload fails

2012-03-05 Thread Roundup Robot
Roundup Robot devn...@psf.upfronthosting.co.za added the comment: New changeset 3d1362fa07c3 by Éric Araujo in branch '3.2': Make distutils’ upload command work with bdist_msi products (#13719). http://hg.python.org/cpython/rev/3d1362fa07c3 -- nosy: +python-dev

[issue13719] bdist_msi upload fails

2012-03-05 Thread Roundup Robot
Roundup Robot devn...@psf.upfronthosting.co.za added the comment: New changeset 7671932c98d3 by Éric Araujo in branch '2.7': Make distutils’ upload command work with bdist_msi products (#13719). http://hg.python.org/cpython/rev/7671932c98d3 -- ___

[issue13719] bdist_msi upload fails

2012-03-05 Thread Roundup Robot
Roundup Robot devn...@psf.upfronthosting.co.za added the comment: New changeset 4cfcda9e80cb by Éric Araujo in branch '3.2': Fix NameError from #13719 fix http://hg.python.org/cpython/rev/4cfcda9e80cb New changeset 449c9fc2fc2d by Éric Araujo in branch 'default': Make packaging’ upload command

[issue13719] bdist_msi upload fails

2012-03-05 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: Will watch buildbots tomorrow and close if they are OK. Will backport to distutils2 later. -- resolution: - fixed stage: test needed - committed/rejected status: open - pending ___ Python tracker

[issue13719] bdist_msi upload fails

2012-03-05 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: Buildbots fail when calling listdir; will try to fix this or revert tomorrow. Help would be appreciated. -- status: pending - open ___ Python tracker rep...@bugs.python.org

[issue13719] bdist_msi upload fails

2012-03-04 Thread Ralf Schmitt
Ralf Schmitt python-b...@systemexit.de added the comment: sorry, I'm currently short on time and don't use windows at the moment. bdist_msi runs without user interaction. just let the buildbots test it. -- ___ Python tracker rep...@bugs.python.org

[issue13719] bdist_msi upload fails

2012-03-01 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: Ralf, could you test my patch? -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13719 ___ ___

[issue13719] bdist_msi upload fails

2012-02-10 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: I don’t know if the bdist_msi command runs without user interaction. If so, then the test in the attached patch should pass on Windows. Can you please test it? -- Added file:

[issue13719] bdist_msi upload fails

2012-02-08 Thread Ralf Schmitt
Ralf Schmitt python-b...@systemexit.de added the comment: there's a workaround in http://pypi.python.org/pypi/xdistutils#the-bdist-msi-fixed-command -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13719

[issue13719] bdist_msi upload fails

2012-02-01 Thread Ralf Schmitt
Ralf Schmitt python-b...@systemexit.de added the comment: It's a bug in bdist_msi not in the upload command. You can check that distribution.dist_files point to valid files after running the command. -- ___ Python tracker rep...@bugs.python.org

[issue13719] bdist_msi upload fails

2012-01-06 Thread Ralf Schmitt
New submission from Ralf Schmitt python-b...@systemexit.de: Running setup.py bdist_msi upload fails with something like: c:\Python27\python.exe setup.py bdist_msi upload running bdist_msi running build running build_ext installing to build\bdist.win-amd64\msi running install_lib creating

[issue13719] bdist_msi upload fails

2012-01-06 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: Thanks! Given the fragility of distutils, we try to add a test for every fix we commit, but I don’t remember if we already have a basic HTTP server to test the upload command. If not, I think I’ll commit this after manual testing (my Windows

[issue13719] bdist_msi upload fails

2012-01-06 Thread Brian Curtin
Changes by Brian Curtin br...@python.org: -- components: +Windows nosy: +brian.curtin type: - behavior ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13719 ___