Yes, I did both.
I tried just PYTHONHOME=C:\Anaconda
did not work.
Can you please advice me on the following please?
1. that while installing pyplot, the PYTHONHOME variable should already be
set?
2. is there any way to print out variables from PyCall.jl? If I can print
the variable 'lib' to what it is printing? According to the error displayed
it occurs when it looks for the library directory.
I tried to force it to "python27.dll" but I am always getting the same
error no matter what.
3. what should I try in pyinitialize("?") - should it be python27? Tried it
but did not work.
Thanks
My dist_utils show the following:
{'EXE': '.exe', 'exec_prefix': 'C:\\Anaconda', 'LIBDEST':
'C:\\Anaconda\\Lib', 'prefix': 'C:\\Anaconda', 'VERSION': '27', 'SO':
'.pyd', 'BINLIBDEST': 'C:\\Anaconda\\Lib', 'INCLUDEPY':
'C:\\Anaconda\\include', 'BINDIR': 'C:\\Anaconda'}
>>> python-config --ldflags
On Monday, January 27, 2014 1:34:25 PM UTC-5, Steven G. Johnson wrote:
>
> Weird, Anaconda has always worked out of the box for me on Windows. When
> you installed Anaconda, did you check the boxes "*Add Anaconda to the
> System Path"* and also *"Register Anaconda as default Python version of
> the system"* in the installer?
>
>
> On Monday, January 27, 2014 1:02:48 PM UTC-5, Rajn wrote:
>
>> PYTHONHOME is set to C:\Anaconda;C:\Anaconda\Scripts
>> PYTHONPATH is set to C:\Anaconda\Lib
>>
>
> (Normally, I thought it was just PYTHONHOME=C:\Anaconda)
>
>
>
>