<a href="http://www.computerhope.com/starthlp.htm">http://www.computerhope.com/starthlp.htm</a><br>When i added /B switch to 'start', i get this:<br><blockquote style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;" class="gmail_quote">
d:\Python27>set CURRDIR=d:\Python27\<br><br>d:\Python27>start /B "d:\Python27\pythonw.exe" "d:\Python27\Lib\site-packages\er<br>ic4\eric4.py"<br><br>d:\Python27>  File "d:\Python27\Lib\site-packages\eric4\eric4.py", line 99<br>
    print "eric4: %s" % client.errstr()<br>                    ^<br>SyntaxError: invalid syntax<br><br></blockquote><br>Looks like it is indeed calling Python3 interpreter. Let's see what we can do.<br><br>Victor<br>