Hello ppl,
I have created a small code that i need it as an exe so i could distribute it over to other users, i used the py2exe, worked fine and gave me the exe, this is when i have all the code lying there (no defined functions)
So when i try to define it as a function, so that i could pass arguments to, it would run with no errors, but does nothing!
in other words, how do i pass arguments to this exe properly?
Thanks a lot
I have created a small code that i need it as an exe so i could distribute it over to other users, i used the py2exe, worked fine and gave me the exe, this is when i have all the code lying there (no defined functions)
So when i try to define it as a function, so that i could pass arguments to, it would run with no errors, but does nothing!
in other words, how do i pass arguments to this exe properly?
Thanks a lot
Comment