| Summary: | [abrt] childsplay-1.6-2.fc16: SPDataManager.py:45:<module>:Exception | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | kandyjam | ||||
| Component: | childsplay | Assignee: | Hans de Goede <hdegoede> | ||||
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 16 | CC: | atigro, bhaskar.bhaumik, gwync, hdegoede, jrhtcg, mcsontos, pavel.nedr, p, redhat2, web582 | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | i686 | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | abrt_hash:63f01133e5810e367f4c30c6e4c3ca6798da5fd6 | ||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2011-12-19 08:45:21 UTC | Type: | --- | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Attachments: |
|
||||||
Created attachment 530809 [details]
File: smolt_data
Package: childsplay-1.6-2.fc16 Architecture: x86_64 OS Release: Fedora release 16 (Verne) Comment ----- After installing the application I ran it from the Applications menu. It immediately crashes without showing any form of UI. Package: childsplay-1.6-2.fc16 Architecture: x86_64 OS Release: Fedora release 16 (Verne) Comment ----- It crashes immediately after clicking on the application icon. Package: childsplay-1.6-2.fc16
Architecture: x86_64
OS Release: Fedora release 16 (Verne)
Comment
-----
Just try to start it.
$ childsplay
2011-11-15 17:10:17,408 - schoolsplay.SPDataManager - ERROR - No sqlalchemy package found
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/childsplay_sp/SPDataManager.py", line 41, in <module>
import sqlalchemy.exceptions as sqlae
ImportError: No module named exceptions
Traceback (most recent call last):
File "/usr/bin/childsplay", line 118, in <module>
import childsplay_sp.SPMainCore as SPMainCore
File "/usr/lib/python2.7/site-packages/childsplay_sp/SPMainCore.py", line 59, in <module>
import SPDataManager as SPDataManager
File "/usr/lib/python2.7/site-packages/childsplay_sp/SPDataManager.py", line 45, in <module>
raise Exception
Exception
Package: childsplay-1.6-2.fc16 Architecture: i686 OS Release: Fedora release 16 (Verne) Comment ----- 1. install childplay (with apper) 2. click "childplay" in window shown after installation 3. childplay doesn't open any windows, abrt report bug. sqlalchemy 0.7 does not have sqlalchemy.exceptions as module. Simply replacing the import in the file helps: -import sqlalchemy.exceptions as sqlae +from sqlalchemy import exceptions as sqlae Upstream already handles this but the code is rather diverse. *** Bug 765848 has been marked as a duplicate of this bug. *** I started childsplay from the commandline:
$ childsplay
2011-12-19 08:52:18,754 - schoolsplay.SPDataManager - ERROR - No sqlalchemy package found
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/childsplay_sp/SPDataManager.py", line 41, in <module>
import sqlalchemy.exceptions as sqlae
ImportError: No module named exceptions
Traceback (most recent call last):
File "/usr/bin/childsplay", line 118, in <module>
import childsplay_sp.SPMainCore as SPMainCore
File "/usr/lib/python2.7/site-packages/childsplay_sp/SPMainCore.py", line 59, in <module>
import SPDataManager as SPDataManager
File "/usr/lib/python2.7/site-packages/childsplay_sp/SPDataManager.py", line 45, in <module>
raise Exception
Exception
#
rating: (null)
Package: childsplay-1.6-2.fc16
Architecture: x86_64
OS Release: Fedora release 16 (Verne)
Hi All, Thanks for reporting this to all of you. I somehow completely missed this bug report so far. Sorry about that. I did notice another report about the same bug though, bug 767799, and I have prepared an update fixing this based on that report, which since it is the same bug should fix the issue you are seeing too :) To get the update do: # su -c 'yum update --enablerepo=updates-testing childsplay-1.6-3.fc16' as soon as you are able to. Then please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2011-17149/childsplay-1.6-3.fc16 log in and leave karma (feedback). Thanks & Regards, Hans *** This bug has been marked as a duplicate of bug 767799 *** |
libreport version: 2.0.6 abrt_version: 2.0.4.981 cmdline: /usr/bin/python /usr/bin/childsplay comment: can not start executable: /usr/bin/childsplay kernel: 3.1.0-5.fc16.i686.PAE reason: SPDataManager.py:45:<module>:Exception reported_to: file: /tmp/abrt.log time: Sun Oct 30 08:56:21 2011 uid: 1000 username: kandyjam smolt_data: Binary file, 3049 bytes backtrace: :SPDataManager.py:45:<module>:Exception : :Traceback (most recent call last): : File "/usr/bin/childsplay", line 118, in <module> : import childsplay_sp.SPMainCore as SPMainCore : File "/usr/lib/python2.7/site-packages/childsplay_sp/SPMainCore.py", line 59, in <module> : import SPDataManager as SPDataManager : File "/usr/lib/python2.7/site-packages/childsplay_sp/SPDataManager.py", line 45, in <module> : raise Exception :Exception : :Local variables in innermost frame: :shutil: None :logging: None :__builtins__: {'bytearray': <type 'bytearray'>, 'IndexError': <type 'exceptions.IndexError'>, 'all': <built-in function all>, 'help': Type help() for interactive help, or help(object) for help about object., 'vars': <built-in function vars>, 'SyntaxError': <type 'exceptions.SyntaxError'>, 'unicode': <type 'unicode'>, 'UnicodeDecodeError': <type 'exceptions.UnicodeDecodeError'>, 'memoryview': <type 'memoryview'>, 'isinstance': <built-in function isinstance>, 'copyright': Copyright (c) 2001-2011 Python Software Foundation. :All Rights Reserved. : :Copyright (c) 2000 BeOpen.com. :All Rights Reserved. : :Copyright (c) 1995-2001 Corporation for National Research Initiatives. :All Rights Reserved. : :Copyright (c) 1991-1995 Stichting Mathematisch Centrum, Amsterdam. :All Rights Reserved., 'NameError': <type 'exceptions.NameError'>, 'BytesWarning': <type 'exceptions.BytesWarning'>, 'dict': <type 'dict'>, 'input': <built-in function input>, 'oct': <built-in function oct>, 'bin': <built-in function bin>, 'SystemExit': <type 'exceptions.SystemExit'>, 'StandardError': <type 'exceptions.StandardError'>, 'format': <built-in function format>, 'repr': <built-in function repr>, 'sorted': <built-in function sorted>, 'False': False, 'RuntimeWarning': <type 'exceptions.RuntimeWarning'>, 'list': <type 'list'>, 'iter': <built-in function iter>, 'reload': <built-in function reload>, 'Warning': <type 'exceptions.Warning'>, '__package__': None, 'round': <built-in function round>, 'dir': <built-in function dir>, 'cmp': <built-in function cmp>, 'set': <type 'set'>, 'bytes': <type 'str'>, 'reduce': <built-in function reduce>, 'intern': <built-in function intern>, 'issubclass': <built-in function issubclass>, 'Ellipsis': Ellipsis, 'EOFError': <type 'exceptions.EOFError'>, 'locals': <built-in function locals>, 'BufferError': <type 'exceptions.BufferError'>, 'slice': <type 'slice'>, 'FloatingPointError': <type 'exceptions.FloatingPointError'>, 'sum': <built-in function sum>, 'getattr': <built-in function getattr>, 'abs': <built-in function abs>, 'exit': Use exit() or Ctrl-D (i.e. EOF) to exit, 'print': <built-in function print>, 'True': True, 'FutureWarning': <type 'exceptions.FutureWarning'>, 'ImportWarning': <type 'exceptions.ImportWarning'>, 'None': None, 'hash': <built-in function hash>, 'ReferenceError': <type 'exceptions.ReferenceError'>, 'len': <built-in function len>, 'credits': Thanks to CWI, CNRI, BeOpen.com, Zope Corporation and a cast of thousands : for supporting Python development. See www.python.org for more information., 'frozenset': <type 'frozenset'>, '__name__': '__builtin__', 'ord': <built-in function ord>, 'super': <type 'super'>, '_': <function <lambda> at 0x92203ac>, 'TypeError': <type 'exceptions.TypeError'>, 'license': See http://www.python.org/2.7/license.html, 'KeyboardInterrupt': <type 'exceptions.KeyboardInterrupt'>, 'UserWarning': <type 'exceptions.UserWarning'>, 'filter': <built-in function filter>, 'range': <built-in function range>, 'staticmethod': <type 'staticmethod'>, 'SystemError': <type 'exceptions.SystemError'>, 'BaseException': <type 'exceptions.BaseException'>, 'pow': <built-in function pow>, 'RuntimeError': <type 'exceptions.RuntimeError'>, 'float': <type 'float'>, 'MemoryError': <type 'exceptions.MemoryError'>, 'StopIteration': <type 'exceptions.StopIteration'>, 'globals': <built-in function globals>, 'divmod': <built-in function divmod>, 'enumerate': <type 'enumerate'>, 'apply': <built-in function apply>, 'LookupError': <type 'exceptions.LookupError'>, 'open': <built-in function open>, 'quit': Use quit() or Ctrl-D (i.e. EOF) to exit, 'basestring': <type 'basestring'>, 'UnicodeError': <type 'exceptions.UnicodeError'>, 'zip': <built-in function zip>, 'hex': <built-in function hex>, 'long': <type 'long'>, 'next': <built-in function next>, 'ImportError': <type 'exceptions.ImportError'>, 'chr': <built-in function chr>, 'xrange': <type 'xrange'>, 'type': <type 'type'>, '__doc__': "Built-in functions, exceptions, and other objects.\n\nNoteworthy: None is the `nil' object; Ellipsis represents `...' in slices.", 'Exception': <type 'exceptions.Exception'>, 'tuple': <type 'tuple'>, 'UnicodeTranslateError': <type 'exceptions.UnicodeTranslateError'>, 'reversed': <type 'reversed'>, 'UnicodeEncodeError': <type 'exceptions.UnicodeEncodeError'>, 'IOError': <type 'exceptions.IOError'>, 'hasattr': <built-in function hasattr>, 'delattr': <built-in function delattr>, 'setattr': <built-in function setattr>, 'raw_input': <built-in function raw_input>, 'SyntaxWarning': <type 'exceptions.SyntaxWarning'>, 'compile': <built-in function compile>, 'ArithmeticError': <type 'exceptions.ArithmeticError'>, 'str': <type 'str'>, 'property': <type 'property'>, 'GeneratorExit': <type 'exceptions.GeneratorExit'>, 'int': <type 'int'>, '__import__': <built-in function __import__>, 'KeyError': <type 'exceptions.KeyError'>, 'coerce': <built-in function coerce>, 'PendingDeprecationWarning': <type 'exceptions.PendingDeprecationWarning'>, 'file': <type 'file'>, 'EnvironmentError': <type 'exceptions.EnvironmentError'>, 'unichr': <built-in function unichr>, 'id': <built-in function id>, 'OSError': <type 'exceptions.OSError'>, 'DeprecationWarning': <type 'exceptions.DeprecationWarning'>, 'min': <built-in function min>, 'UnicodeWarning': <type 'exceptions.UnicodeWarning'>, 'execfile': <built-in function execfile>, 'any': <built-in function any>, 'complex': <type 'complex'>, 'bool': <type 'bool'>, 'ValueError': <type 'exceptions.ValueError'>, 'NotImplemented': NotImplemented, 'map': <built-in function map>, 'buffer': <type 'buffer'>, 'max': <built-in function max>, 'object': <type 'object'>, 'TabError': <type 'exceptions.TabError'>, 'callable': <built-in function callable>, 'ZeroDivisionError': <type 'exceptions.ZeroDivisionError'>, 'eval': <built-in function eval>, '__debug__': True, 'IndentationError': <type 'exceptions.IndentationError'>, 'AssertionError': <type 'exceptions.AssertionError'>, 'classmethod': <type 'classmethod'>, 'UnboundLocalError': <type 'exceptions.UnboundLocalError'>, 'NotImplementedError': <type 'exceptions.NotImplementedError'>, 'AttributeError': <type 'exceptions.AttributeError'>, 'OverflowError': <type 'exceptions.OverflowError'>} :__file__: None :NOSQLA: None :__package__: None :atexit: None :sqla: None :__name__: None :module_logger: None :csv: None :os: None :__doc__: None event_log: :2011-10-30-08:56:46> Smolt profile successfully saved :2011-10-30-08:56:55> The report was appended to /tmp/abrt.log