Posts by Pona • 68 points
4 posts
-
0
votes1
answer4776
viewsQ: Discord.js sending user-programmed private messages with a scroll
Hello I don’t know if anyone is aware of Discord.js but I’ll ask anyway I am making a small student guide, IE, something that can warn the student of what is happening in their school life What I’m…
-
0
votes2
answers1709
viewsA: Modulenotfounderror: No module named 'wordcloud'
Try python -m pip install wordcloud you’ll probably need to numpy and pillow too If another problem does not work it may be that you have more than 1 python installed, what to do is…
-
1
votes1
answer649
viewsA: Payment cannot be processed because don’t have Secure Connection.SSL Certificate
If the problem is really Voce SSL can use the Openssl to generate a root SSL Generate an RSA-2048 key and store in the file rootCA.key, this file will be used to create the certificate openssl…
-
3
votes1
answer83
viewsQ: Code works with a messagebox but no no?
Good afternoon, I’m doing a little school work to learn how to control radio Buttons with a switch in winforms public Form1() { InitializeComponent(); Form1.CheckForIllegalCrossThreadCalls = false;…