Guest User

Untitled

a guest
Jul 18th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.67 KB | None | 0 0
  1. MOD_PYTHON ERROR
  2.  
  3. ProcessId: 10766
  4. Interpreter: '127.0.1.1'
  5.  
  6. ServerName: '127.0.1.1'
  7. DocumentRoot: '/var/www'
  8.  
  9. URI: '/~onyx/pyfa/gui_web/py/marketTree.psp'
  10. Location: None
  11. Directory: '/home/onyx/public_html/'
  12. Filename: '/home/onyx/public_html/pyfa/gui_web/py/marketTree.psp'
  13. PathInfo: ''
  14.  
  15. Phase: 'PythonHandler'
  16. Handler: 'mod_python.psp'
  17.  
  18. Traceback (most recent call last):
  19.  
  20. File "/usr/lib/python2.6/dist-packages/mod_python/importer.py", line 1537, in HandlerDispatch
  21. default=default_handler, arg=req, silent=hlist.silent)
  22.  
  23. File "/usr/lib/python2.6/dist-packages/mod_python/importer.py", line 1229, in _process_target
  24. result = _execute_target(config, req, object, arg)
  25.  
  26. File "/usr/lib/python2.6/dist-packages/mod_python/importer.py", line 1128, in _execute_target
  27. result = object(arg)
  28.  
  29. File "/usr/lib/python2.6/dist-packages/mod_python/psp.py", line 337, in handler
  30. p.run()
  31.  
  32. File "/usr/lib/python2.6/dist-packages/mod_python/psp.py", line 243, in run
  33. exec code in global_scope
  34.  
  35. File "/home/onyx/public_html/pyfa/gui_web/py/marketTree.psp", line 79, in <module>
  36. mGroupMods = marketGroup.getMarketGroup(name = "Ship Equipment")
  37.  
  38. File "/home/onyx/public_html/pyfa/model/marketGroup.py", line 91, in getMarketGroup
  39. elif name != None: c = cached_query(getMarketGroupByName, (name,))
  40.  
  41. File "/home/onyx/public_html/pyfa/model/cache.py", line 26, in cached_query
  42. c.execute(*args)
  43.  
  44. File "/usr/lib/pymodules/python2.6/MySQLdb/cursors.py", line 151, in execute
  45. query = query % db.literal(args)
  46.  
  47. TypeError: not all arguments converted during string formatting
Add Comment
Please, Sign In to add comment