So I see two issues, first is not recognizing the backend and the second is not able to find affine_transform.py.
I looked around in Python27 and cannot find either i.e., matplotlib._path nor affine_transform.py Wonder why? On Fri, Jan 24, 2014 at 3:59 PM, Rajan Gurjar <[email protected]> wrote: > Sorry Steve, > There is no PYTHONPATH in the Windows environment variable. I have not set > that variable. I miswrote earlier. > There is only PYTHONHOME which is set to C:\Python27 > i.e., I go to Computer->Properties->environment variable and then > PYTHONHOME=C:\Python27 > > > > > On Fri, Jan 24, 2014 at 3:56 PM, Rajan Gurjar <[email protected]>wrote: > >> in the windows environment variable I set it to: C:\Python27 >> by going to the Computer properties and setting the environment variable >> there. >> >> in Julia's Pycall.jl , I have >> ENV["PYTHONHOME"]=exec_prefix >> >> >> On Fri, Jan 24, 2014 at 3:41 PM, Steven G. Johnson <[email protected] >> > wrote: >> >>> >>> >>> On Friday, January 24, 2014 12:35:12 PM UTC-5, Rajn wrote: >>> >>>> This is how far I got after making the following changes: >>>> changed PYTHONPATH to C:\Python27 >>>> >>>> and in PyCall.jl >>>> ENV["PYTHONHOME"]=exec_prefix >>>>> >>>>> >>>>> >>> I'm confused, what did you set PYTHONHOME to? >>> >> >> >
