Re: Online subission forms not sending emails of submitted info Programming Web Development by Biiim … Yahoo. You need an email address that has a mailbox setup on your email server at `smtp.ionos.com` (74.208… Re: How can I upload a tar.bz2 file to openstack swift object storage container Programming Software Development by Hanginium65 … type... ) Below is the error File "/opt/scripts/netbox_backups_transfer.py", line 69, in <module> file_contents = file_tar_bz2.extractfile… Re: ASUS Laptops - my experience Hardware and Software by toneewa … the motherboard, then your charging cord is suspect. If they setup your PC with Windows 11, there's a good chance… see if your drives shows up there. If you're setup in UEFI mode, instead of Legacy (& vise versa), I… can see that causing you troubles. You'll have to setup your WiFi again, even if you have to use an… Re: Improve HAVING BY performance Programming Databases by Biiim … linux server). There is definitely something very wrong with your setup cause I import 10 million rows of 6 columns every…) You've inspired me to try and setup a benchmark on my nodejs/react setup to see what it does, as I… Re: Mariadb10.11.6 Glarea single failed node startup stuck failure Programming Databases by toneewa … out. Other devices connected to the network after it's setup. Then, after rebooting, it got a different IP, but the…://youtu.be/537SBbbJLYY?si=uK3DeAp_h6Pyq5LB&t=81) explains the setup of the galera cluster, and maintaining high availability through an… Re: ASUS Laptops - my experience Hardware and Software by Reverend Jim … got it in December 2022 I ran through the initial setup. All I had to do to connect to wifi was… Re: Online subission forms not sending emails of submitted info Programming Web Development by david.tigner … Line PHP.exe file needed to install Composer ? In Composer Setup, this Command Line PHP.exe file would be added to… Re: ASUS Laptops - my experience Hardware and Software by toneewa … restore, system image, and factory reset, after they are all setup, to confirm they worked in the first place. I have… Re: ASUS Laptops - my experience Hardware and Software by Reverend Jim … just have to remember to set the correct region after setup. >Create a new recovery partition for the current Windows… Re: Improve HAVING BY performance Programming Databases by toneewa … share my experience learning MySQL in the past day. I setup a server, a database, and wrote a C++ program to… Re: ASUS Laptops - my experience Hardware and Software by Reverend Jim … reset". Sigh. So back home to finish the Windows setup and do the (seemingly) thousand and one tweaks that really… Re: Online subission forms not sending emails of submitted info Programming Web Development by Biiim … it. These credentials are the same credentials you use to setup a mailbox in outlook, thunderbird or any email client, you… Re: How can I upload a tar.bz2 file to openstack swift object storage container Programming Software Development by Salem I don't understand why you need to extract all the files from the compressed `tar.bz2` just to upload to a backup. Also, line 69 is now meaningless having just posted only a snippet of the code. Before the error, what was the last `logger.info` message? PDF Image Table Extractor Web App with Google Gemini Pro and Streamlit Programming Computer Science by usmanmalik57 … two Python files: `geminiconnector.py` and `main.py`. The `geminiconnector.py` library will contain the logic…and make API calls. **Code for geminiconnector.py** ``` import os from vertexai.preview.generative_models import…following script imports required libraries for the `main.py` file. ``` from geminiconnector import generate from … A module that comes with Python, doesn´t register? Programming Web Development by Audun … register. This is the error message: %Run 'open cv - tot.py' Traceback (most recent call last): File "C:\Users\Audun… Nilsen\open cv - tot.py", line 1, in <module> import cv2 # OpenCV… Re: how converte C to VB6? Programming Software Development by SCBWV …, you can do the same by: Dim py As Long Dim shiftedValue As Long shiftedValue = py / (2 ^ 6) ' Shift right by 6… how converte C to VB6? Programming Software Development by cambalinho how can i convert these C line: (py>>6)<<6) to VB6? Re: how converte C to VB6? Programming Software Development by pritaeas This might work too: shiftedValue = py And &HFC00& How Do I address ERROR: access violation writing 0x0000000000005140, Programming Web Development by A_957 … able to find and correct, advice is highly appreciated: Chatbox.py file: from flask import Flask, render_template, request, jsonify import logging… How can I upload a tar.bz2 file to openstack swift object storage container Programming Software Development by Hanginium65 … Traceback (most recent call last): File "/opt/scripts/netbox_backups_transfer.py", line 57, in <module> file_contents = file_tar_bz2.read… Re: i don´t understand this syntax error when using OpenCV Programming Databases by Audun … >>> %Run 'open cv - tot.py' Traceback (most recent call last): File "C:\…Users\Audun Nilsen\open cv - tot.py", line 8 image = cv2.imread("C…>>> %Run 'open cv - tot.py' Traceback (most recent call last): File "C:\…Users\Audun Nilsen\open cv - tot.py", line 1, in <module> import… Re: GCC Fails to Recognize Parameters Programming by rproffitt Here's another problem. When we change the OS not only must we setup the compiler, environment and such but sometimes an OS API could be deprecated or removed. You made mention of a possible OS change so that's a possibility. You obtained this code from somewhere. Go back there and see if they updated it for your new OS. Re: Postfix authentication problem Hardware and Software Linux and Unix by chickenbirds … wanted to reply as I found it while trying to setup my own postfix mailrelay on my private cloud server with… Re: A module that comes with Python, doesn´t register? Programming Web Development by Reverend Jim I tried installing python 3.12 and had the same problem. I typically wait a bit before installing the latest and greatest because I have found it can take a while before packages are upgraded to be compatible (usually wxpython). I was able to install the individual packages under python 3.10. I know that the "next to latest and greatest" … Re: how converte C to VB6? Programming Software Development by Reverend Jim Remove the trailing `)` and it should work. Re: how converte C to VB6? Programming Software Development by Reverend Jim Glad you were able to work it out. Why are you still using VB6? Re: how converte C to VB6? Programming Software Development by Reverend Jim I always recommend ditching VB6. It is super old technology. If you were using Python 2.x I would also advise moving to Python 3.x for the same reason. If you stick with the old you will be left behind. If I were a potential employer I would not hire anyone who only worked in old tech except for the very rare case when it is required to maintain … Re: how converte C to VB6? Programming Software Development by cambalinho Reverend Jim: i installed the VS2010.. seems much more faster on my laptop ;) Re: How Do I address ERROR: access violation writing 0x0000000000005140, Programming Web Development by rproffitt Python shouldn't create such an error. Reference https://www.reddit.com/r/learnpython/comments/kv83hc/error_code_exception_access_violation_writing_0x0/ I can't duplicate your issue but if this was mine I'd place a logging command in my python script at each step so I could nail down which line of code threw the error. Tutorial on that at … Re: How Do I address ERROR: access violation writing 0x0000000000005140, Programming Web Development by Dani I don't have any python experience, sadly, but I am super awesome at jQuery. Once you solve this server-side problem at hand, if you find yourself with the jQ side of things not working, please don't hesitate to post.