Re[2]: run python from octave
Игорь <[email protected]> Wed, 14 Apr 2021 20:31:39 +0300
| Newsgroups | gmane.comp.gnu.octave.maintainers |
|---|---|
| Message-ID | <[email protected]> |
Thanks for the help.
I took a radical path.
Install Windows 10.
Changed the name of the administrator from Cyrillic to English.
Successfully starting python from octave:
system('C:\username\...python\...\ start python name_file.py')
Best regards,
Igor
2 апреля 2021, 19:29:15, от "John W. Eaton" <[email protected]>:
This list is intended for discussions about Octave development. For
help using Octave, please use the discourse help forum here:
https://octave.discourse.group/
or the [email protected] mailing list.
jwe
On 4/2/21 11:45 AM, Igor1954 wrote:
> run python from octave I run python : output = system ("path\abc.py",1)
> As a rezult output=1 But abc.py do not begin run without diagostic
> error. Can you help? In Matlab I use next comands: system('cd C:path\')
> system('cd C:\path\ && start python name_file.py') In Octave these
> commands give an error - &&
> ------------------------------------------------------------------------
> Sent from the Octave - Maintainers mailing list archive
> <https://octave.1599824.n4.nabble.com/Octave-Maintainers-f1638794.html>
> at Nabble.com.