I am unable to reproduce it. Can you try to use entropy from git? # cd client/ # python equo.py pkg generate firefox
It that doesn't work, you should open client/solo/commands/pkg.py, locate the _generate(self, ...): method and attach the debugger there (simplest way: add a line "import pdb; pdb.set_trace()"). -- Fabio Erculiani
