After reading about peppy on Freshmeat I decided to try it out after
installing it using easy_install.  But:

$ peppy
Traceback (most recent call last):
  File "/usr/bin/peppy", line 5, in <module>
    pkg_resources.run_script('peppy==0.13.2', 'peppy')
  File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 452, in 
run_script
    self.require(requires)[0].run_script(script_name, ns)
  File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 1179, in 
run_script
    execfile(script_filename, namespace, namespace)
  File 
"/usr/lib/python2.5/site-packages/peppy-0.13.2-py2.5.egg/EGG-INFO/scripts/peppy",
 line 13, in <module>
    import peppy.main
  File "/usr/lib/python2.5/site-packages/peppy-0.13.2-py2.5.egg/peppy/main.py", 
line 16, in <module>
    from peppy.buffers import *
  File 
"/usr/lib/python2.5/site-packages/peppy-0.13.2-py2.5.egg/peppy/buffers.py", 
line 11, in <module>
    from peppy.actions import *
  File 
"/usr/lib/python2.5/site-packages/peppy-0.13.2-py2.5.egg/peppy/actions/__init__.py",
 line 31, in <module>
    from peppy.lib.multikey import KeyAccelerator
  File 
"/usr/lib/python2.5/site-packages/peppy-0.13.2-py2.5.egg/peppy/lib/multikey.py",
 line 120, in <module>
    'C-': wx.ACCEL_CMD,
AttributeError: 'module' object has no attribute 'ACCEL_CMD'

This is on Debian squeeze.

How do I solve this?

Regards
Johann
-- 
Johann Spies          Telefoon: 021-808 4599
Informasietegnologie, Universiteit van Stellenbosch

     "Lo, children are an heritage of the LORD: and the  
      fruit of the womb is his reward."        Psalms 127:3 
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to