ImportError: No module named ply.lex

Bug #683645 reported by NeroBurner
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
WiiCan
Invalid
Low
J. Félix Ontañón

Bug Description

after getting the dependencies right (gettext) I was able to install the tarbal from https://launchpad.net/wiican/0.3/0.3.1 without errors.

when I try to start wiican (either with 'wiican' or 'wiican -f "%F"') I get the following message:

Traceback (most recent call last):
  File "/usr/local/bin/wiican", line 35, in <module>
    from wiican.defs import *
  File "/usr/local/lib/python2.6/dist-packages/wiican/__init__.py", line 28, in <module>
    import mapping
  File "/usr/local/lib/python2.6/dist-packages/wiican/mapping/__init__.py", line 24, in <module>
    from validator import WMInputValidator as MappingValidator
  File "/usr/local/lib/python2.6/dist-packages/wiican/mapping/validator.py", line 27, in <module>
    import ply.lex as lex
ImportError: No module named ply.lex

I'm using Ubuntu 10.04
Nero

Tags: packaging
Revision history for this message
J. Félix Ontañón (fontanon) wrote :

Well there's another dependency you must match: PLY (or python-ply as the package it's named in debian based distributions like Ubuntu).

In order to making easier for you to install every dependency, please refer to the provided INSTALL file where you will find all the current dependencies:

http://git.gnome.org/browse/wiican/tree/INSTALL

¿Did you know getdeb people packaged wiican-0.3.1? Maybe you'll find more convenient to install wiican-0.3.1 through debian packages:

http://www.getdeb.net/software/wiican

Changed in wiican:
status: New → Invalid
importance: Undecided → Low
assignee: nobody → J. Félix Ontañón (fontanon)
tags: added: packaging
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

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