"But if I change the Env variable to "C:\Python27" i.e., without semicolon
everything is good. This is strange."

What I mean is that python module is being recognized now but I still get
the matplotlib issue...


On Fri, Jan 24, 2014 at 3:27 PM, Rajan Gurjar <[email protected]> wrote:

> I also forgot to mention that if I make the environment variable
> "C:\Python27;" Julia does not even recognize python module.
> But if I change the Env variable to "C:\Python27" i.e., without semicolon
> everything is good. This is strange.
>
>
>
> On Fri, Jan 24, 2014 at 3:25 PM, Rajan Gurjar <[email protected]>wrote:
>
>> No, pygui(:wx) gives
>>
>> julia> pygui(:wx)
>> ERROR: Python GUI toolkit for wx is not installed.
>>
>> and I again verified running pyplot from ipython i.e., ipython --pylab;
>> plot(range(1,5),range(1,5));
>> and the plot window shows up.
>> Also looked at the matplotlibrc file and the backend is selected to be
>> WxAgg.
>>
>>
>>
>> On Fri, Jan 24, 2014 at 3:19 PM, Steven G. Johnson <[email protected]
>> > wrote:
>>
>>>
>>>
>>> On Friday, January 24, 2014 3:16:52 PM UTC-5, Rajn wrote:
>>>>
>>>> Yes Jake, I was able to import only the first i.e., wxagg backend.
>>>>
>>>
>>> Does
>>>
>>> using PyCall
>>> pygui(:wx)
>>> using PyPlot
>>>
>>> work?  (i.e. forcing it to use the wxagg backend?)
>>>
>>
>>
>

Reply via email to