[Bug 245826] Review Request: pida - A Python IDE written in Python and GTK

bugzilla at redhat.com bugzilla at redhat.com
Sun Jul 8 13:57:13 UTC 2007


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Review Request: pida - A Python IDE written in Python and GTK


https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=245826





------- Additional Comments From tyler.l.owen at gmail.com  2007-07-08 09:57 EST -------
* I see you fixed all the above issues.

* The spec file name should remain as %{name}.spec without the version information. 

On F7 when I run pida I get a number of errors displayed to the console. 
Appears to be missing requires? 

[owentl at whisky Download]$ pida
09:47:32 failed to import services.pythonbrowser =
pida.services.pythonbrowser:Service 
Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/pida/core/services.py", line 78, in
__load_entrypoint
    cls = entrypoint.load()
  File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 1912, in load
    entry = __import__(self.module_name, globals(),globals(), ['__name__'])
  File "/usr/lib/python2.5/site-packages/pida/services/pythonbrowser.py", line
34, in <module>
    raise Exception('Bike is not installed')
Exception: Bike is not installed

09:47:33 failed to import services.scripts = pida.services.scripts:Service 
Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/pida/core/services.py", line 78, in
__load_entrypoint
    cls = entrypoint.load()
  File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 1912, in load
    entry = __import__(self.module_name, globals(),globals(), ['__name__'])
  File "/usr/lib/python2.5/site-packages/pida/services/scripts.py", line 24, in
<module>
    import pida.pidagtk.contentbook as contentbook
ImportError: No module named contentbook

09:47:33 failed to import services.webbrowse = pida.services.webbrowse:Service 
Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/pida/core/services.py", line 78, in
__load_entrypoint
    cls = entrypoint.load()
  File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 1912, in load
    entry = __import__(self.module_name, globals(),globals(), ['__name__'])
  File "/usr/lib/python2.5/site-packages/pida/services/webbrowse.py", line 29,
in <module>
    import gtkhtml2
ImportError: No module named gtkhtml2

/usr/lib/python2.5/site-packages/pida/services/window.py:243: GtkWarning: quit:
missing action buffermanager+quit_pida
  self.__uim.ensure_update()

It appears that you are missing gnome-python2-gtkhtml2 and others.  Are these
necessary?  Can you disable this support to make the messages go away?

-- 
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




More information about the Fedora-package-review mailing list