--- a/_exceptions.py Thu Oct 14 00:03:57 2010 +0200
+++ b/_exceptions.py Wed Nov 03 16:43:34 2010 +0100
@@ -15,9 +15,8 @@
#
# You should have received a copy of the GNU Lesser General Public License along
# with rql. If not, see <http://www.gnu.org/licenses/>.
-"""Exceptions used in the RQL package.
+"""Exceptions used in the RQL package."""
-"""
__docformat__ = "restructuredtext en"
class RQLException(Exception):
--- a/setup.py Thu Oct 14 00:03:57 2010 +0200
+++ b/setup.py Wed Nov 03 16:43:34 2010 +0100
@@ -171,7 +171,7 @@
build_ext.build_ext.run(self)
except CompileError:
import traceback
- traceback.print_traceback()
+ traceback.print_exc()
sys.stderr.write('================================\n'
'The compilation of the gecode C extension failed. '
'rql will use logilab.constraint which is a pure '