joelpt / quickfort

A spreadsheet driven construction tool for Dwarf Fortress
http://joelpt.net/quickfort
38 stars 14 forks source link

Does not work on Linux #37

Open MurKit opened 8 years ago

MurKit commented 8 years ago

Maybe I am missing something, but when I try to run qfconvert.py , I get an error. I'm running that from the same directory, but it can't seem to find additional py libraries.

Traceback (most recent call last): File "qfconvert.py", line 11, in <module> import blueprint File "/media/username/storage/DF/MasterworkDF_V5.06/quickfort/src/qfconvert/blueprint.py", line 8, in <module> import buildconfig File "/media/username/storage/DF/MasterworkDF_V5.06/quickfort/src/qfconvert/buildconfig.py", line 5, in <module> from filereader import load_json File "/media/username/storage/DF/MasterworkDF_V5.06/quickfort/src/qfconvert/filereader.py", line 12, in <module> from grid import Grid, GridLayer File "/media/username/storage/DF/MasterworkDF_V5.06/quickfort/src/qfconvert/grid.py", line 3, in <module> import numpy ImportError: No module named numpy

epsilon-phase commented 7 years ago

You need to install numpy