On 15/08/2013 01:57, gin(e) wrote:
> I don't know what's happen, but now pootle doesn't work anymore. I
> recive ImportError: No module named django_assets. I don't know how to
> menage it. Tell me if you need some other info to help me to fix.
> 
> Everything is installed and was too.
> 
> #pip install Pootle
> Requirement already satisfied (use --upgrade to upgrade): Pootle in
> /usr/pkg/lib/python2.7/site-packages
> Requirement already satisfied (use --upgrade to upgrade):
> ...
> django-voting==0.1 in ./django_voting-0.1-py2.7.egg (from Pootle)
> Requirement already satisfied (use --upgrade to upgrade): South>=0.7.6
> in ./South-0.7.6-py2.7.egg (from Pootle)
> Requirement already satisfied (use --upgrade to upgrade): django-assets
> in ./django_assets-0.8-py2.7.egg (from Pootle)
> ...
> Requirement already satisfied (use --upgrade to upgrade): lxml>=2.1.4 in
> /usr/pkg/lib/python2.7/site-packages (from Pootle)
> ...
> Requirement already satisfied (use --upgrade to upgrade): webassets==0.8
> in ./webassets-0.8-py2.7.egg (from django-assets->Pootle)
> Cleaning up...


> [Wed Aug 14 23:44:41 2013] [error] ImportError: No module named
> django_assets

reinstalling the modules one by one i fix my problem.

pip uninstall django-assets
pip install django-assets

then was the moment of: ImportError: No module named webassets.bundle

pip uninstall webassets
pip install webassets

after: ImportError: No module named voting

pip uninstall django-voting
pip install django-voting

after: ImportError: No module named lxml.etree

pip uninstall lxml
pip install lxml

Now run! I hope that someone can help me to understand what happened.

I will try to update to 2.5.1.





------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
_______________________________________________
Translate-pootle mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/translate-pootle

Reply via email to