[Tutor] build does not include all .py modules

2018-08-23 Thread Glenn Schultz via Tutor
All, followed links and suggestions and I have resolved most issues.  I continue to follow the python.org instructions as well.  The package builds and creates all the requsite files.  The challenge I am facing now is that the __init__.py does not include all the modules.  Below is a screen sho

Re: [Tutor] Times Tables Program that constantly tells you that you are wrong!

2018-08-23 Thread Alan Gauld via Tutor
On 23/08/18 06:10, Matthew Polack wrote: > I'm also trying to solve the rounding issue...but can't work out the syntax > using the example provided...have tried this but I get an error... > > def viewPercent(): > percentCalc = score/total*100 > percentViewLab["text %.2f"] % percentCalc

Re: [Tutor] Building a Package

2018-08-23 Thread Albert-Jan Roskam
On 21 Aug 2018 15:10, Glenn Schultz via Tutor wrote: 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

Re: [Tutor] Times Tables Program that constantly tells you that you are wrong!

2018-08-23 Thread Peter Otten
Matthew Polack wrote: > I'm also trying to solve the rounding issue...but can't work out the > syntax using the example provided...have tried this but I get an error... > > _tkinter.TclError: unknown option "-text %.2f" > > .I'm sure it is a simple syntax issue...but I don't know what it is. >

Re: [Tutor] Times Tables Program that constantly tells you that you are wrong!

2018-08-23 Thread Peter Otten
Matthew Polack wrote: > I'm working my way through some of the tips you provided and tried to use > the code givenbut am getting an error at Line 75 in my code re: not > enough arguments for format string > > _ > return self.func(*args) > File "Timespicture.py", line 75, in checkanswer

Re: [Tutor] Times Tables Program that constantly tells you that you are wrong!

2018-08-23 Thread Alan Gauld via Tutor
On 23/08/18 05:47, Matthew Polack wrote: > Hi Alan, > > I'm working my way through some of the tips you provided and tried to use > the code givenbut am getting an error at Line 75 in my code re: not > enough arguments for format string > > _ > return self.func(*args) > File "Timespict

Re: [Tutor] Times Tables Program that constantly tells you that you are wrong!

2018-08-23 Thread Matthew Polack
Hi Alan, I'm also trying to solve the rounding issue...but can't work out the syntax using the example provided...have tried this but I get an error... _tkinter.TclError: unknown option "-text %.2f" .I'm sure it is a simple syntax issue...but I don't know what it is. def viewPercent(): per

Re: [Tutor] Times Tables Program that constantly tells you that you are wrong!

2018-08-23 Thread Matthew Polack
Hi Alan, I'm working my way through some of the tips you provided and tried to use the code givenbut am getting an error at Line 75 in my code re: not enough arguments for format string _ return self.func(*args) File "Timespicture.py", line 75, in checkanswer Your current score is: