[C:\temp]
8:42:20 $ echo %@python[print('Hello, World!')]
Hello, World!
0
[C:\temp]
8:42:43 $ which python
python is an external : C:\Python34\python.exe
[C:\temp]
8:44:12 $ head C:\Python34\README.txt
This is Python version 3.4.3
============================
Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,
2012, 2013, 2014, 2015 Python Software Foundation. All rights reserved.
Python 3.x is a new version of the language, which is incompatible with the 2.x
line of releases. The language is mostly the same, but many details, especially
how built-in objects like dictionaries and strings work, have changed
considerably, and a lot of deprecated features have finally been removed.
hello -- thanks for the reply ... I was asking for examples on how to use the embeded python support --
thanks for the reply .... wanted to run a script -- I am running take v 18 and the
help says that it looks for v 3.1 of python -- will it look for any other 3.x version?
!# d:\path\python
pint( "hello python")
Thread starter | Similar threads | Forum | Replies | Date |
---|---|---|---|---|
|
UTF-8 problem in TCC related to Python | Support | 7 | |
|
Python support for 3.8.3 in TCC v26.x? | Support | 2 | |
N | Python 3.8.2 Support in 26? | Support | 3 | |
![]() |
Python dll error | Support | 3 | |
![]() |
Why doesn't my python program get executed without specifying its path? | Support | 2 |