Re: i don´t understand this syntax error when using OpenCV Programming Databases by Audun …py' Traceback (most recent call last): File "C:\Users\Audun Nilsen\open cv - tot.py", …line 8 image = cv2.imread("C:\Users\Audun Nilsen\Pictures\417507225_372771342183154_3253415116081493518_n.jpg") SyntaxError: (…py' Traceback (most recent call last): File "C:\Users\Audun Nilsen\open cv - tot.py", … A module that comes with Python, doesn´t register? Programming Web Development by Audun … cv - tot.py' Traceback (most recent call last): File "C:\Users\Audun Nilsen\open cv - tot.py", line 1… Re: Hi everyone, I'm ដំណើរ Community Center Say Hello! by Dani What is all of your code? What are you trying to accomplish? That doesn't appear to be a full error message either. Re: Back to school Community Center Geeks' Lounge by simhakidsden Learning involves hard work, fun, challenges, and socializing. Teachers instruct while students interact, ask questions, and aim for success. Re: i don´t understand this syntax error when using OpenCV Programming Databases by Audun Sorry for the weird formatting.. Re: i don´t understand this syntax error when using OpenCV Programming Databases by Reverend Jim What happens if you open a python shell and just type "import cv2"? As I said in your other thread, the problem might be with python 3.12. It imports ok under 3.10. 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" … ASUS Laptops - my experience Hardware and Software by Reverend Jim … have a dedicated power port, this unit has two USB C ports, both of which can accept the power cord. It… battery and have the use of all ports (two USB C and two USB 3). But now one of the USB… C ports is getting flaky. I keep getting a pop-up … Re: ASUS Laptops - my experience Hardware and Software by toneewa USB-C ports can wear out, and become loose after 6 months … Re: ASUS Laptops - my experience Hardware and Software by Reverend Jim >USB-C ports can wear out, and become loose after 6 months of use Seem like bad design to me. As for the price, the ASUS models I bought were both the best price that met my specs. Re: ASUS Laptops - my experience Hardware and Software by toneewa … ports. I see you could have the Thunderbolt 4 USB-C, so I'm sure it did cost little more. That… Hi everyone, I'm ដំណើរ Community Center Say Hello! by ដំណើរ arguments passed in /var/www/gamebar/html/kh/api/redirectpage.php on line 14 Re: Hi everyone, I'm ដំណើរ Community Center Say Hello! by Reverend Jim Can you be a little more specific as to the nature of your problem? Re: ASUS Laptops - my experience Hardware and Software by toneewa Some information left out is the actual name/ model of laptop, hard drive, and whether or not it was visible in the BIOS. Some features may have a power saving mode or power plan, even software controls. Create a new power plan, go to high performance mode. Update drivers and BIOS. Inspecting the controller's connection to the motherboard and port,… Re: ASUS Laptops - my experience Hardware and Software by rproffitt I've had a lot of their laptops at my brother's insurance office. We've been lucky with them. OK, there is a "thing" about some models where you have to install a media/storage driver for some drives to show up. So far Linux shows such drives since that driver is baked into all the current distros I've used recently. I can't offer … Re: ASUS Laptops - my experience Hardware and Software by Reverend Jim The previous unit was a Vivobook 15 X513EA-BH59-CB. The current one is a Vivoboox ASUS K350 2ZA BB51 CB. I'm assuming that the problem with the first unit was not a missing driver because both ASUS and Best Buy (Geek Squad) could not get it working. Re: ASUS Laptops - my experience Hardware and Software by rproffitt https://www.asus.com/support/faq/1044458/ notes the Intel RST as well. As to BB/GS, I've found them hit or miss on this area. And on some models you "Disable Intel Volume Management Device (VMD) technology". I'm of the opinion that such steps should be automatic and built into "modern" Windows. Re: ASUS Laptops - my experience Hardware and Software by Reverend Jim Took my laptop in to Best Buy ths morning and they said it would have to be shipped back to ASUS for repair (again). The good news is that it's still under warranty and I have a spare laptop. The bad news it that it's also an ASUS, but at least it's an older one from before they started making crap. Re: Getting Started With C# - The List Programming Software Development by Shahzad111 C-Sharp Tutorial is for student and prefessional who want to learn C# programming from basic to advance. We have discussed every topic of C# alonge with examples in this tutorial guide. https://c-sharptutorial.com/ Re: How can I better use C++and data structures and algorithms Programming Computer Science by tinstaafl ….edx.org/learn/data-structures/ibm-data-structures-algorithms-using-c?irclickid=wHcSD31V3xyPTCjz4zwfC1-YUkH1ZVUH5RvbSQ0&utm_source=affiliate&utm_medium=Class%20Central… GCC Fails to Recognize Parameters Programming by snah19 … FFmpeg source echo "Downloading FFmpeg source..." wget -c "$FFMPEG_ARCHIVE" || exit 1 tar -xf "… 7) ff_listen_bind 8) ff_is_multicast_address 9) ff_gai_strerror 10) ff_getnameinfo 11) ff_freeaddrinfo 12) ff_getaddrinfo 13) sockaddr_union 14) ff_network_sleep_interruptible 15)… Re: Help with functions - basics Programming by jkon It seems that the issue has nothing to do with C++ or with functions. If you are new to programming why not try some tutorials in an easy accessible language (like JavaScript for example) and when you understand a few basics ( like null , functions , variables , loops , conditions ) move to a C++ tutorial for beginners ? Help with functions - basics Programming by verrandhack … working on functions for the first time in vscode using c++. i'm want to declare functions and having trouble understanding… Re: Help with functions - basics Programming by rproffitt Rather than dive into c++ like that, try tutorials like we see at https://www.w3schools.com/cpp/cpp_functions.asp i don´t understand this syntax error when using OpenCV Programming Databases by Audun … is the error message: >>> %Run -c $EDITOR_CONTENT Traceback (most recent call last): File "<…;string>", line 6 image = cv2.imread(“C:\Users\Audun Nilsen\Pictures\pica.webp”) ^ SyntaxError: invalid character… cv2 # OpenCV for image processing image = cv2.imread(“C:\Users\Audun Nilsen\Pictures\pica.webp”) Re: i don´t understand this syntax error when using OpenCV Programming Databases by Reverend Jim … not read as escape characters. Try image = cv2.imread(r'C:\Users\Audun Nilsen\Pictures\pica.webp') Using `r'` in front… in the string. You could also use image = cv2.imread(C:\\Users\\Audun Nilsen\\Pictures\\pica.webp') but I prefer the… Re: GCC Fails to Recognize Parameters Programming by Reverend Jim I can't offer any suggestions other than to just download the compiled app for your system instead of building it yourself. 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: Help with functions - basics Programming by learnerya Starting from the basics, I have just started learning AI-powered Code Reviews: The Future of Collaborative Development Programming by SEO_935 AI-powered code reviews are bringing about a revolution in the way developers collaborate, enabling more efficient, accurate, and thorough evaluations of code prior to its integration into the central project repository. This transformation is made possible by leveraging machine learning and artificial intelligence to automate and enhance different…