Skip to content

Reverence on Mac OS X

Marv Cool edited this page May 22, 2013 · 3 revisions

reverence works on OS X just great.

machine:src user$ git clone https://github.com/ntt/reverence.git
machine:src user$ cd reverence
machine:src user$ ARCHFLAGS='-arch x86_64' python setup.py install

Then go about using reverence. When defining your EVE path, you have to point it to the EVE folder within your bundle.app. Make sure that you do not copy shell escaping \ with the space in EVE Online.app/. Example:

>>>> from reverence import blue
>>>> eve = blue.EVE('/Applications/EVE Online.app/Contents/Resources/EVE Online.app/Contents/Resources/transgaming/c_drive/Program Files/CCP/EVE/')
>>>> cfg = eve.getconfigmgr()
Clone this wiki locally