[openstack-dev] generate Windows exe

2014-08-20 Thread Szépe Viktor
Now bin\swift can only be started by python Scripts\swift Windows does not support extensionless scripts. Maybe I did it wrong, this is my first encounter with distutil. Please consider modifying setup.py import setuptools setuptools.setup( setup_requires=['pbr'], pbr=True,

Re: [openstack-dev] generate Windows exe

2014-08-20 Thread Szépe Viktor
Is it the right list? The PR was rejected: https://github.com/openstack/python-swiftclient/pull/14 Idézem/Quoting Szépe Viktor vik...@szepe.net: Now bin\swift can only be started by python Scripts\swift Windows does not support extensionless scripts. Maybe I did it wrong, this is my first

Re: [openstack-dev] generate Windows exe

2014-08-20 Thread Adam Lawson
Curious, did you follow the link and follow the Gerrit workflow? Seems your rejection letter (unlike mine I received from my sweetheart in high school) was due to process rather than merit. ( http://wiki.openstack.org/GerritWorkflow) *Adam Lawson* AQORN, Inc. 427 North Tatnall Street Ste. 58461

Re: [openstack-dev] generate Windows exe

2014-08-20 Thread Szépe Viktor
Thank you for your answer. That workflow seems a huge job for me. I leave this patch up to you. Idézem/Quoting Adam Lawson alaw...@aqorn.com: Curious, did you follow the link and follow the Gerrit workflow? Seems your rejection letter (unlike mine I received from my sweetheart in high

Re: [openstack-dev] generate Windows exe

2014-08-20 Thread Stefano Maffulli
Hi Szepe, On Wed 20 Aug 2014 11:33:47 AM PDT, Szépe Viktor wrote: Thank you for your answer. That workflow seems a huge job for me. I leave this patch up to you. thanks for sending this fix. You've stumbled upon one of the known issues of OpenStack's way to deal with small patches like

Re: [openstack-dev] generate Windows exe

2014-08-20 Thread Szépe Viktor
Thank you! https://bugs.launchpad.net/python-swiftclient/+bug/1359360 Idézem/Quoting Stefano Maffulli stef...@openstack.org: Hi Szepe, On Wed 20 Aug 2014 11:33:47 AM PDT, Szépe Viktor wrote: Thank you for your answer. That workflow seems a huge job for me. I leave this patch up to you.

Re: [openstack-dev] generate Windows exe

2014-08-20 Thread Alessandro Pilotti
Hi Viktor, I just submitted the patch, adding you as co-author with the email address that you used here, please let me know if this is ok for you: https://review.openstack.org/#/c/115782/ The patch is even easier compared to what you sent as all we need is to add declaratively the requested