[Bug 1429521] Re: AttributeError: 'Checker' object has no attribute 'blank_before'

2016-06-26 Thread Hans Joachim Desserud
Looks like the Debian bug resolved this issue. I'm no longer able to reproduce it with pep8 1.6.2-0.1 on Ubuntu 15.10 or later versions. ** Changed in: pep8 (Ubuntu) Status: Confirmed => Fix Released ** Changed in: hundredpapercuts Status: Confirmed => Fix Released -- You received

[Bug 1429521] Re: AttributeError: 'Checker' object has no attribute 'blank_before'

2015-12-07 Thread Bug Watch Updater
** Changed in: pep8 (Debian) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1429521 Title: AttributeError: 'Checker' object has no attribute 'blank_before' To mana

[Bug 1429521] Re: AttributeError: 'Checker' object has no attribute 'blank_before'

2015-06-09 Thread Bug Watch Updater
** Changed in: pep8 (Debian) Status: Unknown => New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1429521 Title: AttributeError: 'Checker' object has no attribute 'blank_before' To manage no

[Bug 1429521] Re: AttributeError: 'Checker' object has no attribute 'blank_before'

2015-06-09 Thread Nobuto Murata
** Package changed: python-flake8 (Ubuntu) => pep8 (Ubuntu) ** No longer affects: python-hacking (Ubuntu) ** Also affects: pep8 (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=788132 Importance: Unknown Status: Unknown -- You received this bug notification because you

[Bug 1429521] Re: AttributeError: 'Checker' object has no attribute 'blank_before'

2015-06-09 Thread Felipe Reyes
This bug is debian is related https://bugs.debian.org/cgi- bin/bugreport.cgi?bug=788132 , I provided a patch to fix the issue in debian. Using the patched version I could run without problems the test cases provided by Nobuto Basically a file is being added (build/lib/pep8.py) by the debian diff a

[Bug 1429521] Re: AttributeError: 'Checker' object has no attribute 'blank_before'

2015-06-04 Thread Felipe Reyes
** Patch added: "py3-py2.diff" https://bugs.launchpad.net/ubuntu/+source/python-hacking/+bug/1429521/+attachment/4409920/+files/py3-py2.diff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1429521 T

[Bug 1429521] Re: AttributeError: 'Checker' object has no attribute 'blank_before'

2015-06-04 Thread Felipe Reyes
Hi, I'm hitting this problem and started troubleshooting to find a root cause, and I found something I don't understand. This is the output I receive in a clean Vivid environment: root@vivid:~# dpkg -l python3-pep8 pep8 Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Conf-files/Unpack

[Bug 1429521] Re: AttributeError: 'Checker' object has no attribute 'blank_before'

2015-03-10 Thread Alberto Salvia Novella
** Also affects: hundredpapercuts Importance: Undecided Status: New ** Changed in: hundredpapercuts Status: New => Confirmed ** Changed in: python-hacking (Ubuntu) Importance: Undecided => High ** Changed in: python-flake8 (Ubuntu) Importance: Undecided => High ** Changed

[Bug 1429521] Re: AttributeError: 'Checker' object has no attribute 'blank_before'

2015-03-09 Thread Hans Joachim Desserud
Thanks for investigating. After installing python3-hacking I get the same stack trace. ** Also affects: python-flake8 (Ubuntu) Importance: Undecided Status: New ** Changed in: python-flake8 (Ubuntu) Status: New => Confirmed ** Changed in: python-hacking (Ubuntu) Status: N

[Bug 1429521] Re: AttributeError: 'Checker' object has no attribute 'blank_before'

2015-03-09 Thread Nobuto Murata
ah, the traceback occurs only if python3-hacking package is installed. ** Description changed: - python3-flake8 always returns AttributeError: 'Checker' object has no - attribute 'blank_before'. + If python3-hacking package is installed, python3-flake8 always returns + AttributeError: 'Checker' o

[Bug 1429521] Re: AttributeError: 'Checker' object has no attribute 'blank_before'

2015-03-09 Thread Nobuto Murata
Hi, I've checked it again with a fresh LXC container of vivid. The issue is still reproducible with the same version as you posted. python3-flake8: 2.2.2-1ubuntu1 python3-pep8: 1.5.7-2 Interestingly executing pep8 alone does not output any errors. $ python3 -m pep8 -vv foo.py checking foo.py pas

[Bug 1429521] Re: AttributeError: 'Checker' object has no attribute 'blank_before'

2015-03-08 Thread Hans Joachim Desserud
Thanks for taking your time to report this issue and help making Ubuntu better. I was not able to reproduce this issue when I tested on an up-to-date Vivid system: $ python3 -m flake8 -vv foo.py checking foo.py pass Looks like the underlying problem occurs when it calls pep8, which version of pe