Hello Trac users,

After encountering several issues in plugins installation, I decided to compile Babel on our project environment (not having admin rights for the webserver).

As we don't have internet access from the webserver, I followed a usual procedure for me: checkout the package repository on my laptop, clone it via intranet to the webserver and then build on it. But, with CDLR dependency, I had to checkout the right tag for the web server OS and launch 'import_cldr' in order to download the corresponding CDLR zip archive (here 1.3 for Babel and core-23.1.zip for CLDR).

After the cloning and the archive copy to the webserver, I reiterated the same command 'import_cldr' and build the data files. Finally I got the egg file for Babel and copied it to ~/trac/plugins directory as usual.

But when I refreshed a Trac page on my browser, the browser loading indefinitely and the log complained about missing data files:

RuntimeError: The babel data files are not available. This usually
happens because you are using a source checkout from Babel and you did
not build the data files.  Just make sure to run "python setup.py
import_cldr" before installing the library.

What did I do wrong ?


Regards,
Nicolas MARTIN

--
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to trac-users+unsubscr...@googlegroups.com.
To post to this group, send email to trac-users@googlegroups.com.
Visit this group at https://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to