On Dec 15, 2:43 pm, snake001 <[email protected]> wrote: > On 2010-12-13 17:33, Radek Bartoň wrote:> Dne čtvrtek 09 Prosinec 2010 > 14:59:37 matt napsal(a): > I have only the egg package in the system > (C:\Python27\Lib\site-packages\tracscreenshots-0.8dev-py2.7.egg), not > the directory tracscreenshots > to get into to run setup.py file (and if I unpack this egg file, the > setup.py file is not there neither). So I'm not really > sure how to proceed
I also thought that Babel should not be necessary for English language, however it appears to be required by this specific plugin. How did you get the egg to being with? I don't see that he has the egg files as downloads from the ScreenshotsPlugin page, so I'd have to guess that you either downloaded the source and installed using `python setup.py install` (or `python setup.py bdist_egg`), or used easy_install. >From the system information you provided, we can see that you already have Babel installed. I'd suggest deleting your ScreenshotsPlugin egg file, downloading the source or checking it out via svn, and then running the two command shown here: http://trac-hacks.org/wiki/ScreenshotsPlugin#Abouti18nl10nsupport. -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/trac-users?hl=en.
