Re: [Tutor] Import error, no module named app script

2019-03-21 Thread Mats Wichmann
On 3/21/19 5:00 PM, nathan tech wrote: > Hi guys, > So I recently begun using Mac to program in python. > For one of the modules I am going to be using, it calls app script in order > to send commands to voiceover, which is a screen reader for the MAC. > The only problem is, it gives an error

[Tutor] Import error, no module named app script

2019-03-21 Thread nathan tech
Hi guys, So I recently begun using Mac to program in python. For one of the modules I am going to be using, it calls app script in order to send commands to voiceover, which is a screen reader for the MAC. The only problem is, it gives an error about no module named appscript. Indeed, when I go

Re: [Tutor] LPTHW ex15 question

2019-03-21 Thread Mats Wichmann
On 3/21/19 2:42 PM, Alan Gauld via Tutor wrote: > On 21/03/19 12:43, Jones, Kayla wrote: >> ...getting an error message in powershell that I can't figure out. > >> I've attached a screenshot to help.  Any suggestions would be > appreciated. > > First suggestion is not to send images as

Re: [Tutor] LPTHW ex15 question

2019-03-21 Thread DL Neil
Kayla, On 22/03/19 1:43 AM, Jones, Kayla wrote: I am working through excersise 15 of LPTHW and am getting an error message in powershell that I can't figure out. I've attached a screenshot to help. Any suggestions would be appreciated. Attachments don't seem to work on the mailing list.

Re: [Tutor] LPTHW ex15 question

2019-03-21 Thread Alan Gauld via Tutor
On 21/03/19 12:43, Jones, Kayla wrote: ...getting an error message in powershell that I can't figure out. > I've attached a screenshot to help. Any suggestions would be appreciated. First suggestion is not to send images as attachments since the server strips them out as potential security

Re: [Tutor] is there a graphics library for common tkinter Button functions?

2019-03-21 Thread Albert-Jan Roskam
On 21 Mar 2019 12:11, Alan Gauld via Tutor wrote: On 21/03/19 00:28, Chris Roy-Smith wrote: > Yes I knew that buttons need a function to do anything. > > I was hoping that the wheel didn't need re-inventing. ===>> A few are available:

[Tutor] LPTHW ex15 question

2019-03-21 Thread Jones, Kayla
I am working through excersise 15 of LPTHW and am getting an error message in powershell that I can't figure out. I've attached a screenshot to help. Any suggestions would be appreciated. Kayla J. ___ Tutor maillist - Tutor@python.org To

Re: [Tutor] error message

2019-03-21 Thread Alan Gauld via Tutor
On 21/03/19 05:13, Glenn Dickerson wrote: Thank you for all of your responses to: class Student(): def__init__(self, name, major, gpa, is_on_probation): self.name = name self.major = major self.gpa = gpa self.is_on_probation = is_on_probation

Re: [Tutor] is there a graphics library for common tkinter Button functions?

2019-03-21 Thread Alan Gauld via Tutor
On 21/03/19 00:28, Chris Roy-Smith wrote: Yes I knew that buttons need a function to do anything. I was hoping that the wheel didn't need re-inventing. So far as the button images go a Google search should throw up lots of free icons you can use and a program like ImageMagick can resize

Re: [Tutor] error message

2019-03-21 Thread Steven D'Aprano
> I don't understand this error message. Thank you so much, Glenn Dickerson > > Traceback (most recent call last): > File "/home/glen/app.py", line 1, in > import Student > File "/home/glen/Student.py", line 2 > def__init__(self, name, major, gpa, is_on_probation): >

[Tutor] error message

2019-03-21 Thread Glenn Dickerson
Thank you for all of your responses to: class Student(): def__init__(self, name, major, gpa, is_on_probation): self.name = name self.major = major self.gpa = gpa self.is_on_probation = is_on_probation import Student student1 = Student('Jim', 'Business', 3.1,

[Tutor] my gmail of 5 minutes ago

2019-03-21 Thread Glenn Dickerson
I am using Linux Mint 18.3 and Python 3.5. Thank you, Glenn Dickerson ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: https://mail.python.org/mailman/listinfo/tutor

Re: [Tutor] is there a graphics library for common tkinter Button functions?

2019-03-21 Thread Chris Roy-Smith
On 21/3/19 10:19 am, Alan Gauld via Tutor wrote: On 20/03/19 22:43, Chris Roy-Smith wrote: Is there a "graphics library" of common button uses? that is things like forward record, back record, 1st record, last record, printer, save and the likes. The short answer is no. But you can assign