poppu-mtg / StackIt

Python script generating a column-shaped TCG decklist based on cropped captions of each card's art.
MIT License
14 stars 6 forks source link

Still having import issues with python2 on Ubuntu 16.04 #72

Closed JeffHoogland closed 6 years ago

JeffHoogland commented 6 years ago

Using latest git source as of right now:

jeff@hoogl-desktop:/media/Storage/GitHub/StackIt$ python StackIt.py "[ATK][DIAMOND][SAPPHIRE] Ardent.txt" Running on python 2.7.12 (default, Nov 19 2016, 06:48:10) [GCC 5.4.0 20160609] ==Settings== cards: {forest: unh, island: unh, mountain: unh, plains: unh, swamp: unh} fonts: {hex: Arial Bold.ttf, mtg: belerensmallcaps-bold-webfont.ttf, pkmn: ufonts.com_humanist521bt-ultrabold-opentype.otf} options: {display_sideboard: true, indent_hex_title: false}

Traceback (most recent call last): File "StackIt.py", line 9, in import builder, config, watcher ImportError: No module named builder

Same import errors.

JeffHoogland commented 6 years ago

Moved past by re-running pip on the requirements.txt. Hitting a different error that looks to be OS related. Will open a new thread.