Post Reply 
pyILPER: a pure Python software to emulate virtual HP-IL device for the PIL-Box
11-27-2015, 05:31 PM
Post: #2
RE: pyILPER: a pure Python software to emulate virtual HP-IL device for the PIL-Box
(11-16-2015 07:09 AM)jsi Wrote:  ... and should also do its job on Mac OS/X.

Mac (OS/X 10.11, Xcode 7.x, MacPorts 2.3.4) installation notes:

1. Install MacPorts (macports.org), Brew may also be an option, but I've only tested MacPorts. MacPorts (and probably Brew) will require Xcode to be installed as well as the Xcode CLI tools. Follow the MacPorts (or Brew) instructions.

2. Install prereqs (macports):
Code:

     sudo port install py34-pyqt4 py34-serial
     sudo port select --set python3 python34

3. Install pyilper:
Code:

     git clone https://github.com/bug400/pyilper
     cd pyilper
     python3 setup.py install --user
     export PATH=$PATH:~/Library/Python/3.4/bin

4. Run:
Code:

     pyilper

I have only tested that it builds and runs, I have not tested functionality.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: pyILPER: a pure Python software to emulate virtual HP-IL device for the PIL-Box - Egan Ford - 11-27-2015 05:31 PM



User(s) browsing this thread: 1 Guest(s)