Search found 5 matches

by An_dz
Thu Jun 18, 2015 15:17
Forum: Mod Releases
Topic: [Mod] MapIt [1.2] [mapit] – another mapping mod
Replies: 51
Views: 22787

Re: [Mod] MapIt [1.2] [mapit] – another mapping mod

None, it could run with Pillow easily. Maybe the only required change was the forced int of the values for the area?
by An_dz
Wed Jun 17, 2015 01:22
Forum: Mod Releases
Topic: [Mod] MapIt [1.2] [mapit] – another mapping mod
Replies: 51
Views: 22787

Re: [Mod] MapIt [1.2] [mapit] – another mapping mod

Have you installed Pillow and Numpy for the same Python version?
Have you installed the x86 version of all the python stuff?
Is that the only error in your log?
What's your Python version?
What's your OS?
by An_dz
Tue Jun 16, 2015 18:35
Forum: Mod Releases
Topic: [Mod] MapIt [1.2] [mapit] – another mapping mod
Replies: 51
Views: 22787

Re: [Mod] MapIt [1.2] [mapit] – another mapping mod

You can use the installers here.
by An_dz
Tue Jun 16, 2015 15:17
Forum: Mod Releases
Topic: [Mod] MapIt [1.2] [mapit] – another mapping mod
Replies: 51
Views: 22787

Re: [Mod] MapIt [1.2] [mapit] – another mapping mod

nvrsbr wrote:Do I need to install Python for this to work?
Of course, and numpy and Pillow. I added the links in my post (You can try using Python 3.4 or 2.7, but I tested on 3.3)
by An_dz
Tue Jun 16, 2015 07:31
Forum: Mod Releases
Topic: [Mod] MapIt [1.2] [mapit] – another mapping mod
Replies: 51
Views: 22787

Re: [Mod] MapIt [1.2] [mapit] – another mapping mod

I've created a fork which works on Windows and Python 3. https://github.com/An-dz/mapit The fork should work on any OS and with Python 2.7 too. I used Python 3.3, Numpy 1.9.2 and Pillow 2.8.2 for Py3.3 The problem with Windows is that your test for worldPath checked for / (slash), but Windows uses \...