pida don't start

Bug #189820 reported by Alexander
20
This bug affects 1 person
Affects Status Importance Assigned to Milestone
pida (Ubuntu)
Expired
Undecided
Unassigned

Bug Description

Binary package hint: pida

i has

LANG=C apt-cache policy pida
pida:
  Installed: 0.5.1-2
  Candidate: 0.5.1-2
  Version table:
 *** 0.5.1-2 0
        500 http://archive.ubuntu.com hardy/universe Packages
        100 /var/lib/dpkg/status

pida don't start, only show dialog
"PIDA is statarting and it loves you!"

I try start PIDA with '-D' option

 buffer: Creating Service
2008-02-07 09:17:29,159 DEBUG service.pida:237 svc: bugreport: Creating Service
/usr/lib/python2.5/site-packages/pida/ui/uimanager.py:73: GtkWarning: shell: missing action shell
  self._uim.ensure_update()
2008-02-07 09:17:29,210 DEBUG service.pida:237 svc: commander: Creating Service
2008-02-07 09:17:29,293 DEBUG service.pida:237 svc: contexts: Creating Service
2008-02-07 09:17:29,295 DEBUG window.pida:113 unable to get contexts.xml resource: Could not find uidef resource: contexts.xml
2008-02-07 09:17:29,301 DEBUG service.pida:237 svc: editor: Creating Service
2008-02-07 09:17:29,316 DEBUG window.pida:113 unable to get editor.xml resource: Could not find uidef resource: editor.xml
2008-02-07 09:17:29,340 DEBUG service.pida:237 svc: filemanager: Creating Service
2008-02-07 09:17:29,425 DEBUG service.pida:237 svc: filewatcher: Creating Service
2008-02-07 09:17:29,431 DEBUG window.pida:113 unable to get filewatcher.xml resource: Could not find uidef resource: filewatcher.xml
2008-02-07 09:17:29,431 DEBUG service.pida:237 svc: grepper: Creating Service
2008-02-07 09:17:29,452 DEBUG service.pida:237 svc: help: Creating Service
2008-02-07 09:17:29,476 DEBUG service.pida:237 svc: manhole: Creating Service
....

2008-02-07 09:17:29,630 DEBUG service.pida:237 svc: project: Creating Service
2008-02-07 09:17:29,713 DEBUG service.pida:237 svc: rpc: Creating Service
2008-02-07 09:17:29,715 DEBUG window.pida:113 unable to get rpc.xml resource: Could not find uidef resource: rpc.xml
2008-02-07 09:17:29,716 DEBUG service.pida:237 svc: sessions: Creating Service
2008-02-07 09:17:29,782 DEBUG service.pida:237 svc: shortcuts: Creating Service
2008-02-07 09:17:29,789 DEBUG service.pida:237 svc: statusbar: Creating Service
2008-02-07 09:17:29,793 DEBUG window.pida:113 unable to get statusbar.xml resource: Could not find uidef resource: statusbar.xml
2008-02-07 09:17:29,804 DEBUG service.pida:237 svc: versioncontrol: Creating Service
2008-02-07 09:17:29,900 DEBUG service.pida:237 svc: webbrowser: Creating Service
2008-02-07 09:17:29,908 DEBUG window.pida:113 unable to get webbrowser.xml resource: Could not find uidef resource: webbrowser.xml
2008-02-07 09:17:29,908 DEBUG service.pida:237 svc: window: Creating Service
2008-02-07 09:17:29,970 DEBUG service.pida:237 svc: appcontroller: Subscribing Service
2008-02-07 09:17:29,973 DEBUG service.pida:237 svc: buffer: Subscribing Service
2008-02-07 09:17:29,982 DEBUG service.pida:237 svc: bugreport: Subscribing Service
2008-02-07 09:17:29,984 DEBUG service.pida:237 svc: commander: Subscribing Service
2008-02-07 09:17:29,985 DEBUG service.pida:237 svc: contexts: Subscribing Service
.....

2008-02-07 09:17:31,415 DEBUG service.pida:237 svc: contexts: Starting Service
2008-02-07 09:17:31,422 DEBUG service.pida:237 svc: editor: Starting Service
2008-02-07 09:17:31,467 DEBUG service.pida:237 svc: filemanager: Starting Service
/usr/lib/python2.5/site-packages/pida/services/filemanager/filemanager.py:192: DeprecationWarning:
  self._toolbar.set_icon_size(gtk.ICON_SIZE_MENU)
2008-02-07 09:17:31,697 DEBUG service.pida:237 svc: filewatcher: Starting Service
2008-02-07 09:17:31,697 DEBUG service.pida:237 svc: grepper: Starting Service
2008-02-07 09:17:31,697 DEBUG service.pida:237 svc: help: Starting Service
2008-02-07 09:17:31,698 DEBUG service.pida:237 svc: manhole: Starting Service
....
2008-02-07 09:17:32,211 DEBUG service.pida:237 svc: versioncontrol: Starting Service

Tags: 11.04 natty pida
Revision history for this message
Alexander (drunkwizard) wrote :
Revision history for this message
Iulian Udrea (iulian) wrote :

Thank you for your bug report. I couldn't reproduce this bug on Hardy with the same version of pida. If I start pida with -D option it's working fine. (see attachment). Are you using Hardy? Can you check if you have vim-gnome installed? It's depending on gvim.

Thank you!

Changed in pida:
assignee: nobody → iulianudrea
status: New → Incomplete
Revision history for this message
Iulian Udrea (iulian) wrote :
Revision history for this message
Alexander (drunkwizard) wrote :

hardy
vim-gnome installed

 LANG=C apt-cache policy vim-gnome
vim-gnome:
  Installed: 1:7.1-138+1ubuntu3
  Candidate: 1:7.1-138+1ubuntu3
  Version table:
 *** 1:7.1-138+1ubuntu3 0
        500 http://archive.ubuntu.com hardy/main Packages
        100 /var/lib/dpkg/status

dpkg -l pida
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-f/Unpacked/Failed-cfg/Half-inst/t-aWait/T-pend
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name Version Description
+++-=================================-=================================-==================================================================================
ii pida 0.5.1-2 Python Integrated Development Application, a Python IDE

pida don't start last line with '-D' opt is
2008-02-07 10:57:28,564 DEBUG service.pida:237 svc: versioncontrol: Starting Service

Iulian Udrea (iulian)
Changed in pida:
assignee: iulian → nobody
status: Incomplete → New
Revision history for this message
Daniel Sargeant (dsargeant) wrote :

Pida doesn't start for me either. I'm using Hardy amd64. Last line of debug output:
2008-04-20 18:45:13,118 DEBUG service.pida:237 svc: window: Starting Service

I have vim-gnome installed.

Changed in pida:
status: New → Confirmed
Revision history for this message
Ara Pulido (ara) wrote :

It also happens to me.

Hardy 8.04.1
pida version: 0.5.1-2
vim-gnome version: 1:7.1-138+1ubuntu3

Revision history for this message
Rudolf Adamkovic (salutis) wrote :

I had the same problem.

Revision history for this message
Cengiz Can (cengizcan) wrote :

Same problem in Jaunty x64

Revision history for this message
ronny (ronny-pfannschmidt-deactivatedaccount) wrote :

thats hitting a gtk heisenbug, its kind of fixed in the development version

Revision history for this message
Islam Wazery (wazery) wrote :

I actually suffer from this on 11.04 unity, but before upgrading from 10.10 it was working fine. Here is its output:

File "/usr/bin/pida", line 28, in <module>
    from pida.core.application import main
  File "/usr/lib/python2.7/dist-packages/pida/core/application.py", line 79, in <module>
    from pida.core.boss import Boss
  File "/usr/lib/python2.7/dist-packages/pida/core/boss.py", line 8, in <module>
    from pida.ui.icons import IconRegister
  File "/usr/lib/python2.7/dist-packages/pida/ui/__init__.py", line 4, in <module>
    from kiwi.ui.widgets.combo import ProxyComboBox
  File "/usr/lib/pymodules/python2.7/kiwi/ui/widgets/combo.py", line 50, in <module>
    from kiwi.ui.comboboxentry import BaseComboBoxEntry
  File "/usr/lib/pymodules/python2.7/kiwi/ui/comboboxentry.py", line 32, in <module>
    from kiwi.ui.entry import KiwiEntry
  File "/usr/lib/pymodules/python2.7/kiwi/ui/entry.py", line 106, in <module>
    from kiwi.ui.entrycompletion import KiwiEntryCompletion
  File "/usr/lib/pymodules/python2.7/kiwi/ui/entrycompletion.py", line 29, in <module>
    from kiwi.utils import gsignal, type_register
  File "/usr/lib/pymodules/python2.7/kiwi/utils.py", line 78, in <module>
    class _GobjectClassInittableObject(object):
  File "/usr/lib/pymodules/python2.7/kiwi/utils.py", line 75, in __init__
    metabase.__init__(self, name, bases, namespace)
  File "/usr/lib/python2.7/dist-packages/gobject/__init__.py", line 60, in __init__
    cls._type_register(cls.__dict__)
  File "/usr/lib/python2.7/dist-packages/gobject/__init__.py", line 114, in _type_register
    type_register(cls, namespace.get('__gtype_name__'))
TypeError: Error when calling the metaclass bases
    argument must be a GObject subclass

Islam Wazery (wazery)
tags: added: 11.04 ubuntu
tags: added: natty
removed: ubuntu
tags: added: pida
Revision history for this message
ronny (ronny-pfannschmidt-deactivatedaccount) wrote :

thats a bug in kiwi, pida 0.6.x doesnt use that any more

Revision history for this message
Thomas Hotz (thotz-deactivatedaccount) wrote :

So is this fixed now? In which Ubuntu version? Thank you!

Changed in pida (Ubuntu):
status: Confirmed → Incomplete
Revision history for this message
Launchpad Janitor (janitor) wrote :

[Expired for pida (Ubuntu) because there has been no activity for 60 days.]

Changed in pida (Ubuntu):
status: Incomplete → Expired
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.