[Tutor] Python distribution file error

2018-03-02 Thread Nirmal Bhatt
Hi, I am trying to deploy the distribution file and getting the attached error. Requesting the help to resolve the error. Thanks in advance. regards Nirmal ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: https://m

Re: [Tutor] Python distribution file error

2018-03-02 Thread Alan Gauld via Tutor
On 02/03/18 02:40, Nirmal Bhatt wrote: > Hi, > I am trying to deploy the distribution file What do you mean by "the distribution file"? How are you creating this file? How are you "deploying" it? > and getting the attached error. The server strips out attachments so we cannot see it, please jus

Re: [Tutor] shooting method in python code

2018-03-02 Thread Alessandro Parisi
Hi, My name is Alessandro Parisi, I would need to download this code to understand how it works ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: https://mail.python.org/mailman/listinfo/tutor

[Tutor] Another question, dictionaries

2018-03-02 Thread Roger Lea Scherer
I'm trying to finish chapter 5 in my book and it has to do with dictionaries and creating simple games. We need a pool of points and the ability to exchange point between the pool and each of the, what I call, attributes of Strength, Health, Wisdom, and Dexterity. I got only to the first option and

Re: [Tutor] shooting method in python code

2018-03-02 Thread Alan Gauld via Tutor
On 02/03/18 20:42, Alessandro Parisi wrote: > Hi, My name is Alessandro Parisi, Hi. > I would need to download this code to understand how it works What code? Do you have a URL? Or a link of some kind? We are not mind readers. -- Alan G Author of the Learn to Program web site http://www.alan

Re: [Tutor] Another question, dictionaries

2018-03-02 Thread Alan Gauld via Tutor
On 02/03/18 21:05, Roger Lea Scherer wrote: > ability to exchange point between the pool and each of the, what I call, > attributes of Strength, Health, Wisdom, and Dexterity. I got only to the > first option and I'm stuck on how to get the points to change > "permanently". The program will run wel