makerbot / conveyor

A printing dispatch engine for 3D objects and their friends
GNU Affero General Public License v3.0
26 stars 10 forks source link

logging module dictConfig is not available on the Mac #6

Closed msamsonoff closed 12 years ago

msamsonoff commented 12 years ago

This is another Python 2.7 feature that isn't available on the Mac. We should be able to backport the method (if someone hasn't already done so).

cera commented 12 years ago

Example output

(virtualenv)[1347] [c@Chris-Ceras-MacBook-Air:~/makerbot/conveyor] $ ./conveyor Traceback (most recent call last): File "src/main/python/conveyor/client/main.py", line 168, in sys.exit(_main(sys.argv)) File "src/main/python/conveyor/client/main.py", line 162, in _main conveyor.log.earlylogging('conveyor') File "/Users/c/makerbot/conveyor/src/main/python/conveyor/log.py", line 78, in earlylogging logging.config.dictConfig(dct) AttributeError: 'module' object has no attribute 'dictConfig'

cera commented 12 years ago

I closed this by accident previously.