The following fails with a 'no module named xmlrpc.client' error in eric,
but works from the command line
----------------------------
#/usr/bin/env python3.1
import xmlrpc.client
write ("Hello World")
--------------------------------------
Looks like eric ignores the python version
Thanks,
Leo