| Summary: | childsplay installs but not start | ||
|---|---|---|---|
| Product: | Mageia | Reporter: | Angelo Naselli <anaselli> |
| Component: | RPM Packages | Assignee: | Mageia Bug Squad <bugsquad> |
| Status: | RESOLVED DUPLICATE | QA Contact: | |
| Severity: | major | ||
| Priority: | Normal | ||
| Version: | 2 | ||
| Target Milestone: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Source RPM: | childsplay-1.6-1.mga2.src.rpm | CVE: | |
| Status comment: | |||
Description of problem: childsplay does not start and crashes. Steps to Reproduce: 1. run childsplay From konsole: [anaselli@gandalf ~]$ childsplay ** (process:15560): WARNING **: Trying to register gtype 'GMountMountFlags' as enum when in fact it is of type 'GFlags' ** (process:15560): WARNING **: Trying to register gtype 'GDriveStartFlags' as enum when in fact it is of type 'GFlags' ** (process:15560): WARNING **: Trying to register gtype 'GSocketMsgFlags' as enum when in fact it is of type 'GFlags' 2012-09-29 18:46:10,644 - 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