alexxed / narro

Automatically exported from code.google.com/p/narro
2 stars 4 forks source link

Python Module 'time' missing #314

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Looks like time module is missing on the current deployment. Export operations 
have warning but continues the export. 

Error:

Running "make -s langpack-'az'" in 
"/home/alexxed/alexxed/narro_data/mozilla-build/project-28-obj/browser/locales" 
returned 2
'import site' failed; use -v for traceback
'import site' failed; use -v for traceback
Traceback (most recent call last):
File 
"/home/alexxed/alexxed/narro_data/mozilla-build/project-28-hg/config/JarMaker.py
", line 16, in <module>
import logging
File "/usr/lib64/python2.6/logging/__init__.py", line 34, in <module>
import sys, os, types, time, string, cStringIO, traceback
ImportError: No module named time
make[2]: *** [libs] Error 1
make[1]: *** [libs-az] Error 2
make: *** [libs-az] Error 2

Original issue reported on code.google.com by hitmana...@gmail.com on 18 Jun 2012 at 7:54