All Questions

19771 questions


1 answers
337 views
0
Tkinter Does Not Reflect Images

What's troubling youI'm trying to make software with python using Tkinter, but I can't see the image when I type the code.Put the py file and the image file in the same folder and select the image fil...

1 years ago

0 answers
422 views
0
Unknown cause error "Exception: Form data could not be retrieved during Google form submission.Please try again in a few moments."

We are currently using Google form submission as a trigger to run a function of gas.I usually use it without any problems, but recently there have been about three triggers, and I don't know the cause...

1 years ago

1 answers
390 views
0
I want to resolve the error ufunc 'multiplely' did not contain a loop with signature matching types(dtype('None.

I want to do matrix calculations in multiple arrays, so I'm going through trial and error, but I get a title error.I'm a beginner at Python, so please be gentle.The error is in the user_list [user_ind...

1 years ago

1 answers
371 views
0
Is the InteliJ Remote Debug Port Safe to Leave Open?

InteliJ remote debugging uses the 5005 port by default.Run Jar with a remotely debugable command and access this port from IntelliJ to debug breakpoints and other things.Is it safe to always open this...

1 years ago

1 answers
386 views
0
Want to record and send data simultaneously with SPRESENSE (Arduino version)

We are currently thinking of making a sensor for recording with the Arduino version of SPRESENSE.Based on the tutorial in Sony developer world, we were able to implement it so that recorded data could...

1 years ago

1 answers
294 views
0
[Pandas] Create a new data frame by drawing only the characters in the <> of the source data frame

From the following data in the sentence of the data frame df_sentence <Donald Trump:PS> is <America:LC> President. He came to <Japan:OG> in <July 20:DT> <NC Soft:OG>is es...

1 years ago

1 answers
547 views
0
PHP ssh2_scp_send fails to send files as intended

$remote_path is recognized as a filename, not a directory name.If you know how to send files to the specified directory, please contact us.(Example) Files such as \home\user\test.csv are created.   te...

1 years ago

1 answers
366 views
0
Unexpected token '.' Error on npm install

When I ran npm install at the Windows command prompt, npm ERR!Unexpected token '.' stops processing.There is a log output, but no information is available that might be related to the error.0 verbose ...

1 years ago

3 answers
385 views
0
How can I write a list like [1,2,2,3,3] from a list like [1,2,3,3] in Python?

I have a list X with only the values for the following elements, and how do I write a list Y with one value for each element?#Original ListX = [4, 4, 4, 4, 3, 3, 6, 6, 6, 6, 6, 6, 6, 2, 1, 3, 3, 3 ]# ...

1 years ago

1 answers
390 views
0
I want to know why the 0x501 error occurs when I run the GLSL binary in glProgramBinary().

Question detailsI'd like to compile a GLSL shader and run the shader by loading the binary file on the execution side.The following error occurs, what is the cause of this?What is invalid?Confirmation...

1 years ago
« - 44 - »

© 2024 OneMinuteCode. All rights reserved.