Effacer les filtres
Effacer les filtres

error while executing py.textwrap.wrap(T)

2 vues (au cours des 30 derniers jours)
Avinash Siddaramappa
Avinash Siddaramappa le 6 Juil 2015
I am working on MATLAB 2015a, and would like to run Python script on matlab. I tried the example, unfortunately I get an error: Undefined variable "py" or class "py.textwrap.wrap".
This is the output for pyversion: version: '2.7' executable: 'C:\Python27\pythonw.exe' library: 'C:\Python27\python27.dll' home: 'C:\Python27' isloaded: 0
Shouldn't isloaded be 1 insead of 0?
I even tried the suggested troubleshoot
  1 commentaire
Robert Snoeberger
Robert Snoeberger le 7 Juil 2015
You are correct, isloaded should be 1.

Connectez-vous pour commenter.

Réponses (2)

Robert Snoeberger
Robert Snoeberger le 6 Juil 2015
Are you using 64-bit MATLAB? If so, did you check if both MATLAB and Python are 64-bit?
  2 commentaires
Avinash Siddaramappa
Avinash Siddaramappa le 7 Juil 2015
yeah both are 64-bit
Robert Snoeberger
Robert Snoeberger le 7 Juil 2015
Can you provide the output of the following two MATLAB commands?
>> computer arch
>> system('C:\Python27\pythonw.exe -c "import platform; print platform.architecture()"');

Connectez-vous pour commenter.


Matthew Connolly
Matthew Connolly le 16 Déc 2015
It seems like this question was never ansewered. I am running into the same problem. My output from the aforementioned commands is as follows:
>> computer arch
ans =
win64
>> system('C:\Python27\pythonw.exe -c "import platform; print platform.architecture()"');
('64bit', 'WindowsPE')
Any help on this would be appreciated.
  1 commentaire
Robert Snoeberger
Robert Snoeberger le 17 Déc 2015
I recommend that you contact MathWorks technical support [1].

Connectez-vous pour commenter.

Catégories

En savoir plus sur Call Python from MATLAB dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by