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 <rjngrj2...@gmail.com> 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 
> <stevenj....@gmail.com>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