<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" dir="ltr" style="font-size: 12pt; color: rgb(0, 0, 0); font-family: Calibri,Arial,Helvetica,sans-serif,"EmojiFont","Apple Color Emoji","Segoe UI Emoji",NotoColorEmoji,"Segoe UI Symbol","Android Emoji",EmojiSymbols;">
<p></p>
<div><span class="pl-k">Hi,<br>
<br>
Trying to implement an EMEWS setup which is based on swift/t. I get the error 'Turbine not compiled with Python support' when I run the swift script but have done testing per the EMEWS tutorial to ensure that the python code used does work as expected. I've
 found the error output comes from this portion of the python.c of the swift/t code:<br>
<br>
static</span> <span class="pl-k">int</span>
<table class="highlight tab-size js-file-line-container">
<tbody>
<tr>
<td id="LC191" class="blob-code blob-code-inner js-file-line"><span class="pl-en">Python_Eval_Cmd</span>(ClientData cdata, Tcl_Interp *interp,</td>
</tr>
<tr>
</tr>
</tbody>
</table>
<table class="highlight tab-size js-file-line-container">
<tbody>
<tr>
<td id="LC192" class="blob-code blob-code-inner js-file-line"><span class="pl-k">int</span> objc, Tcl_Obj *<span class="pl-k">const</span> objv[])</td>
</tr>
<tr>
</tr>
</tbody>
</table>
<table class="highlight tab-size js-file-line-container">
<tbody>
<tr>
<td id="LC193" class="blob-code blob-code-inner js-file-line">{</td>
</tr>
<tr>
</tr>
</tbody>
</table>
<table class="highlight tab-size js-file-line-container">
<tbody>
<tr>
<td id="LC194" class="blob-code blob-code-inner js-file-line"><span class="pl-k">return</span>
<span class="pl-c1">turbine_user_errorv</span>(interp,</td>
</tr>
<tr>
</tr>
</tbody>
</table>
<table class="highlight tab-size js-file-line-container">
<tbody>
<tr>
<td id="LC195" class="blob-code blob-code-inner js-file-line"><span class="pl-s"><span class="pl-pds">"</span>Turbine not compiled with Python support<span class="pl-pds">"</span></span>);</td>
</tr>
<tr>
</tr>
</tbody>
</table>
}</div>
<br>
<br>
I am not sure how to go about determining what is the root cause of this to fix it. Any suggestions on how to debug is greatly appreciated.<br>
<br>
--Laura<br>
<br>
<p></p>
</div>
</body>
</html>