wicd.mo doesn't exist

Bug #980425 reported by John Doe
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
wicd
New
Undecided
Unassigned

Bug Description

I tried to install wicd-1.7.2.1 on both Slackware64 and Mint x64 (Ubuntu) with this bug preventing installation (as root and regular user):

Installation method (from INSTALL file):
python setup.py configure && python setup.py install

error under the python setup.py install:
error: can't copy 'translations/vi/LC_MESSAGES/wicd.mo': doesn't exist or not a regular file

My python version: 2.7.2 (Slackware) and 2.7.2+ (Mint)

Revision history for this message
John Doe (johndoe32102002) wrote :

I thought installing pybabel would fix this bug, but it did not. Also, pybabel should be moved to optional not a dependency.

Revision history for this message
David Paleino (dpaleino) wrote :

Could you please paste your "./setup.py configure" ?

Revision history for this message
John Doe (johndoe32102002) wrote :

As requested, attached is my: python setup.py configure.

Revision history for this message
David Paleino (dpaleino) wrote :

Is that all? It seems like it's missing some bits.

Could you please verify that your setup.py has the following lines?

        trans = compile_translations(self.distribution)
        trans.run()

Revision history for this message
John Doe (johndoe32102002) wrote :

The setup.py has these lines:
369 trans = compile_translations(self.distribution)
370 trans.run()

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.