Re: Python package to accept payments in Internet

2017-05-09 Thread Paul Rubin
Chris Warrick writes: > there might be other users that will avoid your package for licensing > reasons. And there also might be other users who embrace the package for those same reasons. -- https://mail.python.org/mailman/listinfo/python-list

Re: Ten awesome things you are missing out on if you're still using Python 2

2017-05-09 Thread Rustom Mody
On Tuesday, May 9, 2017 at 8:16:09 PM UTC+5:30, Serhiy Storchaka wrote: > On 09.05.17 09:01, Rustom Mody wrote: > > On Monday, May 8, 2017 at 12:48:03 PM UTC+5:30, Steven D'Aprano wrote: > >> http://www.asmeurer.com/python3-presentation/slides.html#1 > > > > Nice list thanks! > > > > Do you have a

System error while installing

2017-05-09 Thread Faran Khalid
After installing python 3.6.1 through setup , when I run it a system error appears saying : "The program can't start because api-ms-win-crt-runtime-[1-1-0.dll is missing from your computer .Try reinstalling to fix it. I have tried reinstalling and repairing many times but it still won't work. W

Re: packaging python code

2017-05-09 Thread Nathan Ernst
I've used bbfreeze on linux, but that's been ~8 years ago. Don't know about the current state of the project. Regards, Nate On Tue, May 9, 2017 at 9:42 PM, MrJean1 wrote: > > > Is there any way to pack my .py with all required libraries and create a > self running package? Something like buildi

Re: packaging python code

2017-05-09 Thread MrJean1
> Is there any way to pack my .py with all required libraries and create a self > running package? Something like building exe file with static libraries. > Therefore, the user won't install any thing manually. Try Py2exe to create a standalone .exe file (but for Windo

Re: Rosetta: Babbage problem

2017-05-09 Thread Ethan Furman
On 05/09/2017 06:31 AM, bartc wrote: On 09/05/2017 13:56, Robert L. wrote: Bart (and anyone else who is tempted to respond to Robert L.), please do not respond to Robert L. He has been banned from Python List, so unless someone quotes him the ml people will not see it. Thank you. -- ~Ethan

Re: Ten awesome things you are missing out on if you're still using Python 2

2017-05-09 Thread Serhiy Storchaka
On 09.05.17 09:01, Rustom Mody wrote: On Monday, May 8, 2017 at 12:48:03 PM UTC+5:30, Steven D'Aprano wrote: http://www.asmeurer.com/python3-presentation/slides.html#1 Nice list thanks! Do you have a similar list of 10 awesome features of Python that you can't use because you refuse to upgrad

Re: Rosetta: Babbage problem

2017-05-09 Thread Chris Angelico
On Tue, May 9, 2017 at 11:31 PM, bartc wrote: > On 09/05/2017 13:56, Robert L. wrote: Ignore Robert L. He doesn't even TRY to make his spam look like it belongs in this newsgroup. He is why killfiles exist. http://bofh.bjash.com/bofh/bsmh2.html (sadly, the original bofh.ntk.net has been down fo

Re: Rosetta: Babbage problem

2017-05-09 Thread bartc
On 09/05/2017 13:56, Robert L. wrote: Charles Babbage, looking ahead to the sorts of problems his Analytical Engine would be able to solve, gave this example: What is the smallest positive integer whose square ends in the digits 269,696? -- Babbage, letter to Lord Bowden, 1837; see Hollingdale a

Re: Ten awesome things you are missing out on if you're still using Python 2

2017-05-09 Thread Chris Angelico
On Tue, May 9, 2017 at 4:01 PM, Rustom Mody wrote: > On Monday, May 8, 2017 at 12:48:03 PM UTC+5:30, Steven D'Aprano wrote: >> http://www.asmeurer.com/python3-presentation/slides.html#1 > > Nice list thanks! > > Do you have a similar list of > 10 awesome features of Python that you can't use becau