I wrote a crawler when I was learning python. That is, to capture the title, introduction, price, and buyer s comments of some goods. Today, I want to learn from pyqt5, so I want to add a gui to the reptile directly. after running, the main form is ...
want to use python to open a web page, log in to the system, extract cookie and other operations, because that system is very painful, so the implementation of bag-grabbing simulation has been given up. now we have realized the function of extracting ...
I use pyinstaller to package the environment is python2.7.11,pyinstaller 3.3.1. there are only these two py files manage_utils.py mainform.py.,pyinstaller -F mainform.py, , how did this happen? And the path of program execution seems to have chang...