2011/12/3 Agustin Zubiaga Sanchez <[email protected]>
> English:
>
> Hello Walter!, JAMEdit has much more functions than Edit activity.
> There isn't any version yet.
>
> But you can get the code in: http://git.sugarlabs.org/jamedit
>
I found one problem with your pep code:
You need to close the temporary file before running pep8 check.
You had:
chk = self.get_check()
tmp_file.close()
You need:
tmp_file.close()
chk = self.get_check()
Other than that, I am not sure what you want to do with the pep8 error
output.
regards
-walter
>
> Spanish:
>
> Hola Walter!, JAMEdit tiene mucho mas funciones que Edit.
> Todavia no hay ninguna version.
>
> Pero puedes obtener el codigo en: http://git.sugarlabs.org/jamedit
>
>
> Saludos,
>
>
>
> _______________________________________________
> Lista olpc-Sur
> [email protected]
> http://lists.laptop.org/listinfo/olpc-sur
>
>
--
Walter Bender
Sugar Labs
http://www.sugarlabs.org
_______________________________________________
Lista olpc-Sur
[email protected]
http://lists.laptop.org/listinfo/olpc-sur