Re: [Tutor] Off-Topic: Tutor group specific to Java

2019-04-17 Thread Alan Gauld via Tutor
On 17/04/2019 16:29, Karthik Bhat wrote: > This is kind of off-topic, but I would really appreciate it if > anyone could provide me with a tutor mailing list/group specific to Java. > I am a beginner, and it would be really helpful for me. While thee are similar groups for some other

Re: [Tutor] Help

2019-04-17 Thread Peter Otten
fatima butt wrote: > hi Peter, > hope you are well.I am getting the following error when i am running the > pygame shell script.I am using Acer SWIFT computer.my python version is > 3.7.3 and pygame version is pygame 1.9.5 > > Traceback (most recent call last): > File

Re: [Tutor] Fwd: IDLE Terminal

2019-04-17 Thread Tobiah
On 4/16/19 12:54 PM, fatima butt wrote: [image: image.png]please I need help with IDLE teminal..its giving me error. ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options:

Re: [Tutor] Fwd: IDLE Terminal

2019-04-17 Thread fatima butt
hi the python version is 3.7.3 computer is acer SWIFT The error I get is following: Traceback (most recent call last): File "C:\Users\ammah\OneDrive\Documents\project1\myCode.py.py", line 84, in background = pygame.image.load(path.join(img_dir,"ship1.jpg")).convert() pygame.error: Couldn't

Re: [Tutor] Fwd: uploading images in pygame

2019-04-17 Thread Peter Otten
fatima butt wrote: > the python version is 3.7.3 > computer is acer SWIFT > The error I get is following: > Traceback (most recent call last): > File "C:\Users\ammah\OneDrive\Documents\project1\myCode.py.py > ", line 84, in > background = >

Re: [Tutor] Fwd: IDLE Terminal

2019-04-17 Thread fatima butt
Its IDLE python version 3.7.3 ITs Subprocess Startup Error. IDLE startupprocess didnt make connection.Either IDLE cant start a process or personal firewall software is blocking the connection. the computer i am using is swift acer On Tue, 16 Apr 2019 at 23:40, Alan Gauld via Tutor wrote: > On

Re: [Tutor] Fwd: uploading images in pygame

2019-04-17 Thread fatima butt
the python version is 3.7.3 computer is acer SWIFT The error I get is following: Traceback (most recent call last): File "C:\Users\ammah\OneDrive\Documents\project1\myCode.py.py ", line 84, in background = pygame.image.load(path.join(img_dir,"ship1.jpg")).convert()

[Tutor] Off-Topic: Tutor group specific to Java

2019-04-17 Thread Karthik Bhat
Hello Guys, This is kind of off-topic, but I would really appreciate it if anyone could provide me with a tutor mailing list/group specific to Java. I am a beginner, and it would be really helpful for me. -- Thanks & Regards, Karthik A Bhat ___

[Tutor] Help

2019-04-17 Thread fatima butt
hi Peter, hope you are well.I am getting the following error when i am running the pygame shell script.I am using Acer SWIFT computer.my python version is 3.7.3 and pygame version is pygame 1.9.5 Traceback (most recent call last): File

[Tutor] Help

2019-04-17 Thread fatima butt
hi Peter, hope you are well.I am getting the following error when i am running the pygame shell script.I am using Acer SWIFT computer.my python version is 3.7.3 and pygame version is pygame 1.9.5 Traceback (most recent call last): File

Re: [Tutor] Fwd: uploading images in pygame

2019-04-17 Thread Alan Gauld via Tutor
On 17/04/2019 10:14, fatima butt wrote: > the python version is 3.7.3 > computer is acer SWIFT > The error I get is following: > Traceback (most recent call last): > File "C:\Users\ammah\OneDrive\Documents\project1\myCode.py.py > ", line 84, in > background =