Quote:
Originally Posted by Mirox
[You must be logged in to view images. Log in or Register.]
1. Get nParse master source ( https://github.com/nomns/nparse/archive/master.zip or if you have git installed, "git clone https://github.com/nomns/nparse" in command prompt.
2. Install Python 3 ( https://www.python.org/downloads/) -- ensure add python to path is selected during install.
3. Open up a command prompt, run "pip install pyqt5"
4. In the command prompt and within the source directory, "python nparse.py"
|
I checked with Python and the last version that supports Windows XP is 2.77 so I downloaded and install that version.
I downloaded the nParse master source and unzipped it into a folder and copied it to the Python27 directory.
I opened a command prompt and typed 'pip install pyqt5' and it told me that I was using an outdated version and to downloaded the latest version. It did so from the command prompt but now if I type 'pip install pyqt5', I get told that 'pip' is not recognized as an internal or external command.
I change the directory to c:\python27\nparse and type in the command prompt, python nparse.py, I get the following error:
File "nparse.py", line 207
sys.exit(APP.exec())
SyntaxError: invalid syntax
Did I do something wrong or does it sound like it just doesn't work?