Page 3 of 3

Re: How to compile map?

Posted: 24 May 2016, 14:32
by Beherith
My apologies, I may have pasted the two commands needed wrong:

1. sudo easy_install pip
2. sudo pip install PIL

Also, to check if PIL or Pillow is installed, you must start python in the terminal by typing 'python', then type from PIL import Image into the '>>>' prompt.
Both PIL and Pillow should load with 'from PIL import Image', if they are installed.

Re: How to compile map?

Posted: 24 May 2016, 21:05
by code_man
There is viewtopic.php?f=13&p=577678#p577678 which can import and compile maps simple, no need for building smf compilers.

Re: How to compile map?

Posted: 25 May 2016, 03:33
by MasterBel2
@code_man: Will SME compile/run on Mac?

@Beherith: Throws the same error. Just can't find what it's looking for. :(