Bug 1297208
| Summary: | [abrt] wxGlade: codecs.py:884:open:IOError: [Errno 2] No existe el fichero o el directorio: '/home/fdelapena/.wxglade/wxglade.log' | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Francisco de la Peña <fran> | ||||||
| Component: | wxGlade | Assignee: | Sergio Basto <sergio> | ||||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | unspecified | Docs Contact: | |||||||
| Priority: | unspecified | ||||||||
| Version: | 23 | CC: | bbbush.yuan, i | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | x86_64 | ||||||||
| OS: | Unspecified | ||||||||
| URL: | https://retrace.fedoraproject.org/faf/reports/bthash/cae201967dde65b0149812901943bdc69adb0a51 | ||||||||
| Whiteboard: | abrt_hash:de51c84f8c55172a8d40351b359de9f60905f4eb;VARIANT_ID=workstation; | ||||||||
| Fixed In Version: | wxGlade-0.7.2-1.fc24 wxGlade-0.7.2-1.fc23 wxGlade-0.7.2-1.fc22 | Doc Type: | Bug Fix | ||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2016-04-18 17:26:07 UTC | Type: | --- | ||||||
| Regression: | --- | Mount Type: | --- | ||||||
| Documentation: | --- | CRM: | |||||||
| Verified Versions: | Category: | --- | |||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||
| Embargoed: | |||||||||
| Attachments: |
|
||||||||
Created attachment 1113331 [details]
File: backtrace
Created attachment 1113332 [details]
File: environ
This package has changed ownership in the Fedora Package Database. Reassigning to the new owner of this component. This package has changed ownership in the Fedora Package Database. Reassigning to the new owner of this component. wxGlade-0.7.2-1.fc24 has been submitted as an update to Fedora 24. https://bodhi.fedoraproject.org/updates/FEDORA-2016-8572f642ca wxGlade-0.7.2-1.fc23 has been submitted as an update to Fedora 23. https://bodhi.fedoraproject.org/updates/FEDORA-2016-1943cb6f9d wxGlade-0.7.2-1.fc22 has been submitted as an update to Fedora 22. https://bodhi.fedoraproject.org/updates/FEDORA-2016-61039359c1 wxGlade-0.7.2-1.fc24 has been pushed to the Fedora 24 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2016-8572f642ca wxGlade-0.7.2-1.fc23 has been pushed to the Fedora 23 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2016-1943cb6f9d wxGlade-0.7.2-1.fc22 has been pushed to the Fedora 22 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2016-61039359c1 wxGlade-0.7.2-1.fc24 has been pushed to the Fedora 24 stable repository. If problems still persist, please make note of it in this bug report. wxGlade-0.7.2-1.fc23 has been pushed to the Fedora 23 stable repository. If problems still persist, please make note of it in this bug report. wxGlade-0.7.2-1.fc22 has been pushed to the Fedora 22 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: wxglade seems to fail to run if ~/.wglade/wxglade.log does not exist Version-Release number of selected component: wxGlade-0.7.0-1.fc23 Additional info: reporter: libreport-2.6.3 cmdline: python2 /usr/bin/../lib/python2.7/site-packages/wxglade/wxglade.py dso_list: python-libs-2.7.10-8.fc23.x86_64 executable: /usr/lib/python2.7/site-packages/wxglade/wxglade.py kernel: 4.2.8-libre.300.fc23.gnu.x86_64 runlevel: N 5 type: Python uid: 1000 Truncated backtrace: codecs.py:884:open:IOError: [Errno 2] No existe el fichero o el directorio: '/home/fdelapena/.wxglade/wxglade.log' Traceback (most recent call last): File "/usr/bin/../lib/python2.7/site-packages/wxglade/wxglade.py", line 348, in <module> run_main() File "/usr/bin/../lib/python2.7/site-packages/wxglade/wxglade.py", line 323, in run_main init_stage1() File "/usr/bin/../lib/python2.7/site-packages/wxglade/wxglade.py", line 188, in init_stage1 level='INFO', File "/usr/lib/python2.7/site-packages/wxglade/log.py", line 381, in init backupCount=1, File "/usr/lib64/python2.7/logging/handlers.py", line 117, in __init__ BaseRotatingHandler.__init__(self, filename, mode, encoding, delay) File "/usr/lib64/python2.7/logging/handlers.py", line 64, in __init__ logging.FileHandler.__init__(self, filename, mode, encoding, delay) File "/usr/lib64/python2.7/logging/__init__.py", line 911, in __init__ StreamHandler.__init__(self, self._open()) File "/usr/lib64/python2.7/logging/__init__.py", line 943, in _open stream = codecs.open(self.baseFilename, self.mode, self.encoding) File "/usr/lib64/python2.7/codecs.py", line 884, in open file = __builtin__.open(filename, mode, buffering) IOError: [Errno 2] No existe el fichero o el directorio: '/home/fdelapena/.wxglade/wxglade.log' Local variables in innermost frame: filename: '/home/fdelapena/.wxglade/wxglade.log' mode: 'ab' buffering: 1 errors: 'strict' encoding: 'utf-8'