On 29 May 2013 15:51, Edwin Boersma <[email protected]> wrote:
> Hi, > > I upgraded from 2.1.6, which was a working config on Debian squeeze with > Apache and mod_wsgi. Now, the server won't start any more. Before going > into details, the server exits with this message: > > ImportError: No module named legalpages > > 'legalpages' exists in pootle/apps, together with all the other apps that > are listed in INSTALLED_APPS. So why it breaks on legalpages is unclear. > > I have taken pootle.wsgi from the deploy directory and changed it to fit > my configuration. It seems to be good. > > The question is: why is it not importing legalpages? > Sounds like legalpages is not on your Python path. I'd have a look at the WSGI file and make sure you are actually pointing to the code in question. > > > -- > > With best regards, > > Edwin Boersma > > *Fasterminds* > /A Marketing Company./ > www.fasterminds.com <http://www.fasterminds.com> > > Phone: +46 (709) 726431 / +46 (520) 212989 > Head Office: +46 (31) 3011801 > > Webpage: www.fasterminds.com <http://www.fasterminds.com> > Email: [email protected] <mailto:edwin.boersma@** > fasterminds.com <[email protected]>> > > This communication is intended for the person or entity to which it is > addressed and may be confidential. Any review, re-transmission or > dissemination is prohibited. If you received this transmission in error, > please contact the sender then delete this message. > > This email has been virus checked by the latest virus checking software, > however, we advise you to carry out your own virus check as we cannot > accept liability for any damage sustained as a result of any software > viruses. > > > > > > > > ------------------------------------------------------------------------------ > Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET > Get 100% visibility into your production application - at no cost. > Code-level diagnostics for performance bottlenecks with <2% overhead > Download for free and get started troubleshooting in minutes. > http://p.sf.net/sfu/appdyn_d2d_ap1 > _______________________________________________ > Translate-pootle mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/translate-pootle > > -- Dwayne *Translate* +27 12 460 1095 ------------------------------------------------------------------------------ Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET Get 100% visibility into your production application - at no cost. Code-level diagnostics for performance bottlenecks with <2% overhead Download for free and get started troubleshooting in minutes. http://p.sf.net/sfu/appdyn_d2d_ap1 _______________________________________________ Translate-pootle mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/translate-pootle
