Re: [Tutor] Building a Package

2018-08-21 Thread Mats Wichmann
On 08/21/2018 11:53 AM, Alan Gauld via Tutor wrote: > On 21/08/18 14:10, Glenn Schultz via Tutor wrote: > >> Either I am a complete moron or packaging python is a poorly documented >> nightmare.   > > I suspect the latter is true to some extent. > To be fair Python packaging was a complete mess

Re: [Tutor] Building a Package

2018-08-21 Thread Alan Gauld via Tutor
On 21/08/18 14:10, Glenn Schultz via Tutor wrote: > Either I am a complete moron or packaging python is a poorly documented > nightmare.   I suspect the latter is true to some extent. To be fair Python packaging was a complete mess for many years with competing technologies and tools. It is

Re: [Tutor] Question

2018-08-21 Thread Alan Gauld via Tutor
On 21/08/18 12:16, Jacob Braig wrote: > I am just starting out coding and decided on python. It looks like you are using Python v2 (maybe v2.7?) but the latest version is 3.7 and for beginners we normally recommend adopting v3. It doesn't change anything much in this case but it saves you

[Tutor] Building a Package

2018-08-21 Thread Glenn Schultz via Tutor
All, I have a project pthon(3.7) I have followed the python setup instructions. I get a dist folder with the correct files.  Now, I would like to install locally from my local machine (note I am not using virtual enviroment as our firewall does not allow installation of packages when using

Re: [Tutor] Question

2018-08-21 Thread Steven D'Aprano
On Tue, Aug 21, 2018 at 05:16:35AM -0600, Jacob Braig wrote: > I am having issues with " ammopleft = ammopistol - ammopused " any idea > where I have gone wrong? What sort of issues? Should we try to guess, or would you like to tell us? I'm reminded of a joke... A man goes to the doctor.

Re: [Tutor] Question

2018-08-21 Thread Timo
Op 21-08-18 om 13:16 schreef Jacob Braig: I am just starting out coding and decided on python. I am confused with something I go shooting a lot so i wanted to make some stupid easy calculator for ammo and slowly build the program up when I understand python better but the code I have now keeps

[Tutor] Question

2018-08-21 Thread Jacob Braig
I am just starting out coding and decided on python. I am confused with something I go shooting a lot so i wanted to make some stupid easy calculator for ammo and slowly build the program up when I understand python better but the code I have now keeps popping up an error and I don't understand