console tag

15 questions


1 answers
69 views
0
I want to operate console like windowpower shell while using pyqt5.

app = QApplication(sys.argv)myWindow = MyWindow()myWindow.show()app.exec_()When app.exec_() is executed in a code like this, console command line stops and nothing is entered.If I thread, will it be s...

2 years ago

1 answers
84 views
0
When I try to run a script in the Rails Console, the message "Display all 746 posibilities?" runs strangely.

Model.all.each do |x| if conditional expression x.stage=1 x.save endendIt's the same script as above. When enabled irb(main):004:2> Display all 746 possibilities? (y or n)!!=!~<=>======~Aft...

2 years ago

1 answers
84 views
0
I'd like to ask you how to print the shell script on Django.

Hello, I have a question about Django.Currently, you have run a shell script on the server with subprocess.run on views.py.Is there a way to print out the progress log of this shell script in real tim...


2 answers
81 views
0
If you type in the console window that appears when you run the Python program, can you basically input Korean without pressing the Korean-English conversion key?

I made a Python program, and when I run it, the console window pops up and the results come out when I enter some data. By the way, all the data you enter is in Korean, so I'd like you to enter it in ...

2 years ago

1 answers
96 views
0
I want to get the results of the console window into the dialog.

I want to configure the screen that appears when I press the Windows Driver Properties window using MFC.Somehow I succeeded in getting information about the type and capacity of the driverI'm at a los...

« - 2 -

© 2024 OneMinuteCode. All rights reserved.