Installing programs from Github Programming Software Development by Audun Hi I downloaded Tkinter Designer, but there´s no exe there. I´ve used Thonny as a "compiler" for running scripts, and I used it to "make" a a simple program, but I don´t know how to save as an exe, and I don´t know how I would put these files into Thonny. Am I even using the right program ? Re: Installing programs from Github Programming Software Development by rproffitt > Python is an interpreted language, which means the source code of a Python program is converted into bytecode that is then executed by the Python virtual machine. As such the .exe would be the Python virtual machine and not your Python apps. Re: Installing programs from Github Programming Software Development by Reverend Jim Further... Python gets converted to byte code which is then cached in a sub-folder. As long as the source code and packages have not changed there is no need to reconvert so subsequent runs should start faster. Also, I strongly recommend that you look into wxpython as a much better alternative to tkinter. Wxpython is a wrapper for wxwidgets … Re: Trying to animate sprite using DirectX9 Programming Software Development by Pavel_11 Hello, it is unneccessarily to use right movex or leftmovex , because it is to much variables. You should to use one variable movex to make it with minus or plus sign in your update function; by pressing left or right keys; because the one thing which is changable is a picture; I mean in global sense; variables like leftx, right x should be one… ABC for Github-programs and Python Programming Software Development by Audun …´s going on. It says it´s included in the program, so.. Any clue? P.S. If you know of a… dream being to have like a "test-program", as in a blank program with basic stuff in place, like a…-compatibility, and stuff like that; a program that looks just like a normal Windows-program, only you can put stuff in it… Re: GCC Fails to Recognize Parameters Programming by toneewa … decided to install the ffmpeg library and do a test program another way. For me, the declarations worked changing: #include "….h" #endif #include "libavformat/url.h" This program reads and prints the information of a mp4 file. extern… Re: Applying PySide's QAbstractTableModel Programming Software Development by Mark_94 Even although this topic is 11 years old (in 2024), it's still very helpfulby showing how to properly program in Python3. I've readily translated it to PySide6 and it works fine except for one tiny prob: sorting the MP column with "TypeError: '<' not supported between instances of 'str' and 'float'". I'm not sure how to fix it. Re: Online subission forms not sending emails of submitted info Programming Web Development by david.tigner … addresses need to be authenticated and a new STMP PHPmailer program needs to be used. In generic coding I got for… Re: ABC for Github-programs and Python Programming Software Development by Reverend Jim I have an apps folder on D: where I keep all my portable/homegrown software. Let's say I want to create a virtual enviromnent in `D:\apps\MyVirtual`. To do this I open a command shell and do D:\>cd apps D:\apps>python -m venv MyVirtual If I install any packages in this session, they will be installed in the virtual python. … Re: ABC for Github-programs and Python Programming Software Development by Reverend Jim I have developed a number of GUI applications in python. I found that the wxpython package was far better than tkinter. wxpython is based on wxwidgets which is essentially windows controls. Because wxwidgets are compiled for each major system, controls rendered by wxpython look like the native controls for whatever system is hosting. Why am getting different syntax errors when running a Python script Programming Software Development by Tom_45 …Python class dealing with popular baby names. I have the program running properly when using only one filename, but when I… files I get differing errors every time I run the program. Here is the problem code: matches = re.findall('<… male name, female name) in it. When I ran the program last night on a single file, I got the results… GCC Fails to Recognize Parameters Programming by snah19 … \ || exit 1 # Compile a hello world program for testing echo "Compiling hello world program for testing..." cat > helloai.c… How do I fix a 403 error with C# when trying to access SharePoint? Programming Software Development by complete Using the Microsoft.SharePoint.Client namespace in a C# code, I am trying to access a SharePoint List but I am getting a 403.  Is it because the Microsft List I am trying to access is on a different computer on the internet and the program has to be on the same "ecosystem"?  Is there a way around this? Re: what's the correct way of learning programming? Programming by Reverend Jim … large number of languages over many years and I now program exclusively in Python. It give me fast turnaround and is… is an excellent resource. Keep in mind that learning to program is not just about learning a language. It is also… Re: Is Coding About Authoring or Achieving a Specification? Programming by rproffitt … C. Not even C++. To make that more fun, the program lead wanted to replace the hardware system with "something… Re: Why am getting different syntax errors when running a Python script Programming Software Development by Tom_45 After I posted this question I noticed that I was missing the raw string indicator and the capture group enclosing parenthesis on the findall, which explains the subscripting error. So, hold off on the answers for now. I'm still having other issues with multiple file runs, though. Re: Why am getting different syntax errors when running a Python script Programming Software Development by Tom_45 Finished the assignment and was able to work out the bugs I was encountering. In addition to the issues I mentioned in my last reply, I had several instances of not indenting properly so that statements like exit() were not executing because their indention made them part of an if statement. 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: The Roles and Responsibilities of a Full-Stack Developer Programming Web Development by Deftsoft A Full-Stack Developer is a professional with expertise in both front-end and back-end technologies, capable of handling various aspects of web development. The roles and responsibilities of a Full-Stack Developer encompass a wide range of tasks, including: **1. Front-End Development:** * User Interface (UI) Development * Client-Side Scripting… Re: How do I fix a 403 error with C# when trying to access SharePoint? Programming Software Development by rproffitt I have not used this system so read https://www.sharepointdiary.com/2018/06/sharepoint-online-powershell-remote-server-returned-error-403-forbidden.html and hope it's one of the seven issues noted there. Next up is to try https://www.reddit.com/r/sharepoint/ Program Exercise Programming Software Development by kayka Program Exercise 3. Your teacher at your school requires your help … FTFTFTFTFTFTFTFTFTFT The Answers.txt layout is: FFTFTFTFTFTFTFTFTFTFT Write a C++ program that reads the answers into an char array of size… 20. Your program than reads through the Responses file and calculates the score… program editor Programming Software Development by danny.vin # **program editor** # how to create a **program editor** for compiling and executing java programs?i need the codings... program for copying one file to another Programming Software Development by sam_sumit184 program for copying one file to another by using protection of conventional run time error. Program to calculate number of spaces in the string Programming Software Development by shamly program to calculate number of spaces in the string program to remove words starting with a from file C++ Programming Software Development by RounaqJJW Program to Find the words starting with a or A from … program that performs basic operations Programming Software Development by kenneth.leonida Program Design Program for Converting Quadratic Equations to Standard Form Programming Software Development by Tamara_1 Program For Standard Form def stnfrm(a,b,c): one = (b/(… program discount Programming by caitlina717 program discount; var x:integer begin writeln('what is the total … Program to find out the roots of a quadratic equation Programming by Mishii Program to find out the roots of a quadratic equation