Unsubscribe/can't login

2021-05-04 Thread Rasig Kosonmontri
Hi I wanted to unsubscribe from the python mailing list because I has been sending me countless mails over the months but when I try to login on my browser it doesn't recognize this email as a user even though the mails that are coming it are to this email address If there's anything thing to fix o

Re: uninstall

2021-05-04 Thread Chris Nyland
So it seems counter intuitive but you might also have luck just reinstalling Python3.8 back over top. If the uninstall was botch then that should put everything back in place and then you can just run the uninstall again and see if it clears out this time. Otherwise I agree with stack overflow you

Transistion from module to package and __init__.py

2021-05-04 Thread Chris Nyland
Hello, I have a design question that for me primarily occurs when I have a module that needs to transition to a package. Lets assume I have module that services a database. Initially the module just has some functions to pull data out of the database format them etc. As the project grows I add tab

library not initialized pygame

2021-05-04 Thread Quentin Bock
code: #imports and variable for loop import pygame running = True #initializes pygame pygame.init() pygame.mixer.init() pygame.font.init() #creates the pygame window screen = pygame.display.set_mode((1200, 800)) #Title and Icon of window pygame.display.set_caption("3.02 Project") icon = pygame.i

Geodetic Development Kit

2021-05-04 Thread Fred Killet
Dear software developers, here I post a hint for people who develop programs with geodetic functionality like coordinate transformations, datum shifts or distance calculations. For this you can easily include ready for use geodetic functions from my Geodetic Development Kit GeoDLL. The Dynamic