Advertisement
Guest User

Untitled

a guest
Nov 18th, 2014
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. [root@inet noc]# ./scripts/check-postgis.py
  2. Checking PostGIS installation
  3. ... not found
  4. Installing postgis
  5. Traceback (most recent call last):
  6. File "./scripts/check-postgis.py", line 241, in <module>
  7. PGDriver().check()
  8. File "./scripts/check-postgis.py", line 65, in check
  9. self.install_postgis()
  10. File "./scripts/check-postgis.py", line 205, in install_postgis
  11. self.check_paths()
  12. File "./scripts/check-postgis.py", line 69, in check_paths
  13. self.assert_dir(self.pg_sharedir)
  14. File "./scripts/check-postgis.py", line 100, in assert_dir
  15. if not os.path.isdir(path):
  16. File "/opt/noc/lib64/python2.6/genericpath.py", line 41, in isdir
  17. st = os.stat(s)
  18. TypeError: coercing to Unicode: need string or buffer, NoneType found
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement