python with matlab, undefined variable py?

35 visualizaciones (últimos 30 días)
Natascha D'Amico
Natascha D'Amico el 18 de Mzo. de 2019
Comentada: Natascha D'Amico el 9 de Abr. de 2019
Hy! I am trying to use a python script on matlab. I have a python version 2.7 on 64 bit and matlab 2018b. After selecting the wished pyversion C:---python.exe and selecting the script it works ones.Then I have the error message :undefined py or class..
Can someone please help?
Thanks, Natascha
>> pyversion C:\ProgramData\Anaconda2\pkgs\python-2.7.15-he216670_0\python.exe
>> py.run_test.py
===== testing package: python-2.7.15-he216670_0 =====
running run_test.py
('Python version:', '2.7.15')
('max unicode:', 65535)
('architecture:', ('64bit', 'WindowsPE'))
('sys.version:', '2.7.15 |Anaconda, Inc.| (default, May 1 2018, 18:37:09) [MSC v.1500 64 bit (AMD64)]')
('platform.machine():', 'AMD64')
('DEBUG:', 0)
('TK_VERSION:', '8.5')
('TCL_VERSION:', '8.5')
('OPENSSL_VERSION:', 'OpenSSL 1.0.2o 27 Mar 2018')
('CPython',
'2.7.15',
'',
'',
'default',
'May 1 2018 18:37:09',
'MSC v.1500 64 bit (AMD64)')
===== python-2.7.15-he216670_0 OK =====
Undefined variable "py" or class "py.run_test.py".
>> py.My_first_simple_Python_script.py
My first simple Python script!
Undefined variable "py" or class "py.My_first_simple_Python_script.py".
>> py.My_first_simple_Python_script.py
Undefined variable "py" or class "py.My_first_simple_Python_script.py".
>> py.run_test.py
Undefined variable "py" or class "py.run_test.py".

Respuestas (1)

Cedric
Cedric el 18 de Mzo. de 2019
Editada: Cedric el 18 de Mzo. de 2019
and update the post with the outcome of your tests if it doesn't solve the problem.
  1 comentario
Natascha D'Amico
Natascha D'Amico el 9 de Abr. de 2019
thank you very much! I realized that I was opening a script but python opens only modules ! (?)

Iniciar sesión para comentar.

Categorías

Más información sobre Call Python from MATLAB en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2018b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by