Re: [cx-freeze-users] Passing arguments to cx_freeze setup script

2016-06-24 Thread Rashid Bakirov
Thanks for suggestion, I have done the same now. On 23 June 2016 at 10:44, S. Champailler wrote: > Hi, I encountered the same issue, solved it lazily by using environment > variables... > > stF > > > Le 23 juin 2016 à 11:20, Rashid Bakirov a écrit : > > > > > > Hi, > > > > I had a look but coul

Re: [cx-freeze-users] Passing arguments to cx_freeze setup script

2016-06-23 Thread S. Champailler
Hi, I encountered the same issue, solved it lazily by using environment variables... stF > Le 23 juin 2016 à 11:20, Rashid Bakirov a écrit : > > > Hi, > > I had a look but couldn't figure out whether it is possible to pass > additional arguments to cx_freeze setup script? E.g. > python setup.py

[cx-freeze-users] Passing arguments to cx_freeze setup script

2016-06-23 Thread Rashid Bakirov
Hi, I had a look but couldn't figure out whether it is possible to pass additional arguments to cx_freeze setup script? E.g. python setup.py build arg1 Right now when I do it I get: error: invalid command 'arg1' Thanks, Rashid --