A NOTE has been added to this issue. ====================================================================== https://www.opencsw.org/mantis/view.php?id=3834 ====================================================================== Reported By: choman Assigned To: ====================================================================== Project: py_gtk Issue ID: 3834 Category: packaging Reproducibility: always Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2009-08-07 17:31 CEST Last Modified: 2012-03-15 16:07 CET ====================================================================== Summary: pygobject install issue Description: During the install of pygobject, the following file has issues during the cswpycompile phase: /opt/csw/lib/python/site-packages/pygtk.py
I looked into the file and there are 2 or 3 lines with miss matching tabs and spaces. I replaced all the tabs with spaces and lined up the indentation on those line and the error messages go away. ====================================================================== ---------------------------------------------------------------------- (0009733) cgrzemba (manager) - 2012-03-15 16:07 https://www.opencsw.org/mantis/view.php?id=3834#c9733 ---------------------------------------------------------------------- These warnings were reported if python called with option -t. This is an option for reporting the mixing use of tabs and spaces in python which can confuse the python compiler. Because this is a warning and the problem exist only in a demo source I propose to do nothing and please close this bug. _______________________________________________ bug-notifications mailing list [email protected] https://lists.opencsw.org/mailman/listinfo/bug-notifications
