Posts by Juliana Paula • 1 point
4 posts
-
0
votes1
answer379
viewsQ: How to compile multiple python files into one using Pyinstaller?
I am making a calculation program that is divided into 3 files py: graphical interface file (cerberus.py) file making the calculations(calc.py) file responsible for data plotting(plot.py) I tried to…
-
0
votes1
answer64
viewsQ: How to change the content of a qLabel at runtime?
Good afternoon, you guys! I need each line of qLinedit to be numbered in ascending order from 1 to 24, I created a qLabel for this, but I don’t know how to make it change the numbering according to…
-
0
votes0
answers70
viewsQ: How to turn a Qlineedit string into a float?
Good night, you guys! I’ve been trying to turn the string of a Qline Edit into a float and I can’t!! Always returns the error saying I can’t convert string into float. What can I do to get around…
-
0
votes0
answers73
viewsQ: Runtimewarning error
I am trying to run an array and the following error appears: Runtimewarning: invalid value encountered in double_scalars. What may cause it? def geomBarras(nx, ny, nz, fx, fy, fz): #determina…