Matlab 2016a crashed by calling python function
    5 visualizzazioni (ultimi 30 giorni)
  
       Mostra commenti meno recenti
    
OS: windows 10 64bit
Matlab: 2016a 64bit
Python: Enthought Python,
Everything is installed into the default folder
Matlab will quit without any warning by executing
py.help('eval')
when I was trying the example at http://au.mathworks.com/help/matlab/matlab_external/call-python-eval-function.html
Could any one please suggest a solution? Many thanks, Kyle.
2 Commenti
  Robert Snoeberger
    
 il 25 Giu 2016
				
      Modificato: Robert Snoeberger
    
 il 12 Lug 2016
  
			I just noticed that my comment is irrelevant, so I deleted it. I mistakenly read your OS as OS X. I just realized that you are actually using Windows 10.
  Sathish Kumar Narayanan
 il 30 Set 2016
				Same with me. Any help would be greatly appreciated
System Configuration - Windows 7 64 bit. Matlab 2016a 64 bit,
Python: 2.7.11 | 64-bit | (default, Jun 11 2016, 11:33:47) [MSC v.1500 64 bit (AMD64)]
Python executable: c:\users\<username>\appdata\local\enthought\canopy\user\scripts\python.exe
Risposte (1)
  Robert Snoeberger
    
 il 30 Set 2016
        Is there a file "pyvenv.cfg" in either of the following locations?
- c:\users\<username>\appdata\local\enthought\canopy\user\
 - c:\users\<username>\appdata\local\enthought\canopy\user\scripts\
 
If there is, locate the line "home = [home path]" in the file. Then, use the "python.exe" executable found in [home path] to set the Python version within MATLAB:
>> pyversion [home path]\python.exe
0 Commenti
Vedere anche
Categorie
				Scopri di più su Call Python from MATLAB in Help Center e File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!