Data files with distutils and special paths

2010-10-20 Thread Pablo Recio Quijano
[2] http://docs.python.org/install/#alternate-installation-unix-the-prefix-scheme -- Pablo Recio Quijano Desarrollador Django Yaco Sistemas - http://www.yaco.es/ -- http://mail.python.org/mailman/listinfo/python-list

Re: Recommend Commercial graphing library

2010-04-06 Thread Pablo Recio Quijano
to something useful, thanks, Matt. -- http://mail.python.org/mailman/listinfo/python-list -- Pablo Recio Quijano Estudiante de Ingeniería Informática (UCA) Alumno colaborador del Departamento de Lenguajes y Sistemas Informáticos Participante del IV Concurso Universitario de Software Libre

Re: How to add a library path to pythonpath ?

2010-03-16 Thread Pablo Recio Quijano
-unicode'] $ What am I doing wrong ? Thanks, Ron. -- http://mail.python.org/mailman/listinfo/python-list -- Pablo Recio Quijano Estudiante de Ingeniería Informática (UCA) Alumno colaborador del Departamento de Lenguajes y Sistemas Informáticos Participante del IV Concurso Universitario

Checking the coding style

2010-02-07 Thread Pablo Recio Quijano
standars [2] and it's very usefull to clean the code. Thanks in advance! [1] http://www.python.org/dev/peps/pep-0008/ [2] http://drupal.org/coding-standards -- Pablo Recio Quijano Estudiante de Ingeniería Informática (UCA) Alumno colaborador del Departamento de Lenguajes y Sistemas Informáticos

Re: Checking the coding style

2010-02-07 Thread Pablo Recio Quijano
Thanks! Pylint was what i was loking for 2010/2/7 Gerald Britton gerald.brit...@gmail.com pylint and pychecker are good options On Sun, Feb 7, 2010 at 1:36 PM, Pablo Recio Quijano rikuthero...@gmail.com wrote: Hi! I'm finishing a project writen in Python, and I realize about