python with matlab, undefined variable py?

37 Ansichten (letzte 30 Tage)
Natascha D'Amico
Natascha D'Amico am 18 Mär. 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".

Antworten (1)

Cedric
Cedric am 18 Mär. 2019
Bearbeitet: Cedric am 18 Mär. 2019
and update the post with the outcome of your tests if it doesn't solve the problem.
  1 Kommentar
Natascha D'Amico
Natascha D'Amico am 9 Apr. 2019
thank you very much! I realized that I was opening a script but python opens only modules ! (?)

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Call Python from MATLAB finden Sie in Help Center und File Exchange

Tags

Produkte


Version

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by