When I launch my Python shell I can see that it is [MSC v.1500 64 bit 
(AMD64)]  

So I need to find a version of python 27 that was compiled on 2010 if I 
want to be safe .. and find modules compiled w/ 2010 as well ?

How does one find these ? I guess google ?

Thanks

M

On Wednesday, July 23, 2014 10:46:56 AM UTC-4, Marcus Ottosson wrote:
>
> On Windows, Maya is using a Python version compiled with a different 
> compiler than the version you get from Python.org; Visual Studio 2010 as 
> opposed to Visual Studio 2008. You’ll have to get a version of numpy 
> compiled with 2010 if you need it to work from within Maya. You can get the 
> version by looking at the initial text you get when launching the 
> interpreter, e.g. this means VS2008:
>
> Python 2.7.6 (default, Nov 10 2013, 19:24:24) [MSC v.1500 64 bit (AMD64)] on 
> win32
> Type "help", "copyright", "credits" or "license" for more information.
>
> MSC v.1500 means VS2008, whereas MSC v.1600 means VS2010.
> ​
>
>
> On 23 July 2014 15:32, Eric Thivierge <ethiv...@hybride.com <javascript:>> 
> wrote:
>
>> Are you sure you got the correct version for your Python version?
>>
>> import sys
>> print sys.version
>>
>> Does that match the version of numpy you grabbed? I'm guessing the numpy 
>> installer would check for compatibility though...
>>
>>
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "Python Programming for Autodesk Maya" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to python_inside_maya+unsubscr...@googlegroups.com <javascript:>.
>>  To view this discussion on the web visit https://groups.google.com/d/
>> msgid/python_inside_maya/53CFC78E.5070408%40hybride.com.
>>
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
>
> -- 
> *Marcus Ottosson*
> konstr...@gmail.com <javascript:>
>  

-- 
You received this message because you are subscribed to the Google Groups 
"Python Programming for Autodesk Maya" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to python_inside_maya+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/python_inside_maya/30bd67d8-9c76-4af6-afa2-87f3417a55bb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to