http://www.computerhope.com/starthlp.htm When i added /B switch to 'start', i get this:
> d:\Python27>set CURRDIR=d:\Python27\ > > d:\Python27>start /B "d:\Python27\pythonw.exe" > "d:\Python27\Lib\site-packages\er > ic4\eric4.py" > > d:\Python27> File "d:\Python27\Lib\site-packages\eric4\eric4.py", line 99 > print "eric4: %s" % client.errstr() > ^ > SyntaxError: invalid syntax > > Looks like it is indeed calling Python3 interpreter. Let's see what we can do. Victor
_______________________________________________ Eric mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/eric
