[Eric] module not found error
Detlev Offenbach
detlev at die-offenbachs.de
Wed Jul 22 18:00:47 BST 2009
It is probably not recognized as a Python 3 script and eric tries to execute
it with the Python 2 interpreter. Please see the config dialog, Python page
for the config option.
Regards,
Detlev
On Mittwoch, 22. Juli 2009, Leo wrote:
> 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
>
>
> _______________________________________________
> Eric mailing list
> Eric at riverbankcomputing.com
> http://www.riverbankcomputing.com/mailman/listinfo/eric
--
Detlev Offenbach
detlev at die-offenbachs.de
More information about the Eric
mailing list