On 29/10/2014 6:53 AM, chuck wrote:
I also ran into an error. Below is the 'dump' from my attempt. Would know
to know to get around this.
Install packages failed: Error occurred when installing package Mezzanine.
<snip>
building 'PIL._imaging' extension
It seems to fall over when building PIL/pillow, as the traceback shows.
The actual ValueError is being thrown from within the distutils there,
when it's looking for the MSVC compiler, trying to find a vcvarsall.bat
to run.
Do you have Microsoft Visual C++ installed? If not, download the Express
version (I guess 2012 or 2013, whatever's the latest) and install it
and see if you can install pillow first, before trying for Mezzanine.
I've not tried running Mezzanine on Windows before, but it's probably
possible (it's much easier on Linux, however).
It might be that pillow doesn't build with the latest MSVC++ which might
mean you need to find an older version (like 2010), which is a bit
trickier to find via Microsoft's website.
Hope this helps.
Seeya. Danny.
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "C:\Users\cmedcoff\AppData\Local\Temp\pycharm-
packaging2251339524416707976.tmp\pillow\setup.py", line 757, in <module>
zip_safe=True,
File "C:\Python27\Lib\distutils\core.py", line 151, in setup
dist.run_commands()
File "C:\Python27\Lib\distutils\dist.py", line 953, in run_commands
self.run_command(cmd)
File "C:\Python27\Lib\distutils\dist.py", line 972, in run_command
cmd_obj.run()
File "C:\Users\cmedcoff\MezzVE\lib\site-
packages\setuptools\command\install.py", line 53, in run
return _install.run(self)
File "C:\Python27\Lib\distutils\command\install.py", line 563, in run
self.run_command('build')
File "C:\Python27\Lib\distutils\cmd.py", line 326, in run_command
self.distribution.run_command(command)
File "C:\Python27\Lib\distutils\dist.py", line 972, in run_command
cmd_obj.run()
File "C:\Python27\Lib\distutils\command\build.py", line 127, in run
self.run_command(cmd_name)
File "C:\Python27\Lib\distutils\cmd.py", line 326, in run_command
self.distribution.run_command(command)
File "C:\Python27\Lib\distutils\dist.py", line 972, in run_command
cmd_obj.run()
File "C:\Python27\Lib\distutils\command\build_ext.py", line 337, in
run
self.build_extensions()
File "C:\Users\cmedcoff\AppData\Local\Temp\pycharm-
packaging2251339524416707976.tmp\pillow\setup.py", line 613, in
build_extensions
build_ext.build_extensions(self)
File "C:\Python27\Lib\distutils\command\build_ext.py", line 446, in
build_extensions
self.build_extension(ext)
File "C:\Python27\Lib\distutils\command\build_ext.py", line 496, in
build_extension
depends=ext.depends)
File "C:\Python27\Lib\distutils\msvc9compiler.py", line 473, in
compile
self.initialize()
File "C:\Python27\Lib\distutils\msvc9compiler.py", line 383, in
initialize
vc_env = query_vcvarsall(VERSION, plat_spec)
File "C:\Python27\Lib\distutils\msvc9compiler.py", line 299, in
query_vcvarsall
raise ValueError(str(list(result.keys())))
ValueError: [u'path']
--
Email: [email protected]
--
You received this message because you are subscribed to the Google Groups "Mezzanine
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.