0

I am trying to install mezzanine on windows 7 64 bit. I have installed pil for python 2.7 64 bit from here.

I recreated my virtualenv, but i still get this error

enter image description here

i know that error is caused by pil but i installed it and it didn't fix it. I have a C++ compiler installed, i do a lot of C++, i have codeblocks and visual studio, so i don't think i need to install mingw or whatever.

Lynob
  • 5,059
  • 15
  • 64
  • 114

1 Answers1

0

From my personal experience - don't use 64 bit Python. It will create many problems. Use 32 bit version and in most cases you will be fine.

matino
  • 17,199
  • 8
  • 49
  • 58