Tag Archives: win7

“Another installation is in progress” is prompted when win7 installs new applications

How did “people you might know” find you on social software>>>

phenomenon: prompt “error 1500. Another installation is in progress. You must complete that installation before continuing this one.”

solution:

disable in system services: Windows Installer

restart the computer

delete the following key values from regedit: HKEY_ LOCAL_ MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Installer\InProgress

to use in system services: Windows Installer

Congratulations, you are ready to install the new app

Solve the problem of clear read only status move failure in pychar move file under win7

Front end developers must read! Starting from scratch, teach you to build a low code website platform in stages>>>

Problem Description:

If you move the files in pychar to the specified folder or drag other files to the specified folder in pychar, the following problems will occur, resulting in the failure of File Movement:

The causes and solutions of this problem are as follows:

First, the files created under pychar are read-only by default. We need to enter the attribute of the specified folder and remove the check of read-only

Second, there is a lock button in the lower right corner of pychar, which you need to click to open

Details of this lock can be found in the official document:

https://www.jetbrains.com/help/idea/2016.1/changing-read-only-status-of-files.html?origin=old_ help#d1969355e156

Win7 is unable to install the program to prompt the installer integrity check has failed

Why can’t you stop buying 618?From the technical dimension to explore>>>

Recently, Xiao Ming downloaded a piece of software in win7 system, but when downloading, he popped up the prompt of NSIS error: installer integrity check has failed. Common causer include include complete download and damaged media. Contact the installer’s author to obtain a new copy

this prompt is generally caused by a package error. You can try the following methods to repair it:

1. Right click the setup program and select “send to” – desktop shortcut

2. Right click the shortcut you just created and select properties

3. Leave a blank space at the end of the target shortcut attribute “target” column, and then enter/NCRC, and then click apply and confirm

4. Double click to run the shortcut. If it can be installed normally, the installation package is good. If it still cannot be installed, you need to download the installation package again

Open Python idle “subprocess startup error” on win7

Recently, if you want to use Python to handle something, you open Python idle, and the result is wrong

“IDLE’s subprocess didn’t make connection. Either IDLE can’t start a subprocess or personal

firewall software is blocking the connecton.”

It used to be open. How could it be like this?I just want to know what changes have been made to the computer recently

Some time ago, when I wanted to install you complete me for gvim8.1, I replaced it with Python 3.6 (previously installed 3.5 to experience tensorflow). However, after 3.6 is installed, idle has not been opened

Baidu, the netizens are about to give three solutions

1. Disable subprocess in a configuration file

2. If there is a module with the same name as the python installation directory in a certain directory, modify its file name

3. Add pyhtonw.exe process of idle to white list in windows firewall

Try the third method does not work, the second method is out of the question, do not want to use the first method

When GVIM uses youcompleteme, it will call python.exe; Will python.exe check python.exe at startup?What’s wrong?After I turn off GVIM, I terminate python. Exe in the task manager. The problem remains

Finally, I installed Python 3.6 again, but it didn’t solve the problem

Only in Google, occasionally see said to run as an administrator. Try it, problem solved

Finally, I remembered that when I was working on Python 3.5, I had to run as an administrator too

But the root cause is not easy to study

Description and temporary solution of VirtualBox 5.0. X unable to connect to Internet after installation

Operating system: win7 64 bit ultimate

VirtualBox version: 5.0.0 ~ 5.0.4 (the latest version)

Fault phenomenon:

After installing VirtualBox, you can’t connect to the Internet. Disable virtualboxndis6 bridged networking driver in the network card properties, and disable the network startup. The system can access to the Internet

Start the virtual machine and find that there is no adapter available in bridge mode (because it is disabled by us)

Re enable ndis6 driver (host computer can’t be connected to the Internet), add bridge mode network card to the virtual machine, and start the virtual machine. At this time, the host computer can also be connected to the Internet, but we can’t open a virtual machine every day for networking

Online search, the information is 5.0 version of the network support for win10 is very poor, engineers are trying to solve the problem of win10 compatibility, win7, win8 also some people respond to network related problems, some people reply to the problem to continue to use ndis5 driver method, try to solve the problem

Methods: download a version of VirtualBox 5.0 (version 5.0.4 tested by myself), uninstall the installed version 5.0 (upgrade directly to cover the untested version, and uninstall the software generally will not lose the built virtual machine. For the sake of security, you should choose whether to back up the system first), open the CMD command line, Install program with parameters: virtualbox-x.x.x-yyy- Win.exe -msiparams NETWORKTYPE=NDIS5

Then the normal graphical interface installation will be opened. After the installation, the network card properties will be displayed. The bridge driver name has no ndis6

We look forward to the official solution of ndis6 and the early use of a better driver

Reference:

https://www.virtualbox.org/ticket/14457

https://forums.virtualbox.org/viewtopic.php?f=6& t=68980