Guest User

Untitled

a guest
May 18th, 2018
314
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. (zeitbyte.env)darianschramm@Brainiac:reporting $ python manageLogs.py process 20100123-1329167747.log
  2. Traceback (most recent call last):
  3. File "manageLogs.py", line 6, in ?
  4. from logFile import *
  5. ImportError: No module named logFile
  6. (zeitbyte.env)darianschramm@Brainiac:reporting $
  7.  
  8.  
  9. else:
  10. myEnv = '/home/darianschramm/zopesandboxes/current/'
  11. myRep = myEnv + 'reporting/'
  12. myPy = '/Users/darianschramm/zopesandboxes/zeitbyte.env/bin/python'
  13. mysqlPath = '/usr/local/mysql/bin/mysql'
  14. mysqlHost = 'localhost'
  15. mysqlUser = 'root'
  16. mysqlPass = ''
  17. dbName = 'zb_logs'
Add Comment
Please, Sign In to add comment