Advertisement
Guest User

Untitled

a guest
Apr 15th, 2013
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.32 KB | None | 0 0
  1. /tmp/uwsgi-1.9.5# ./uwsgi --http :9090 --wsgi-file hello.py
  2. *** Starting uWSGI 1.9.5 (32bit) on [Mon Jan 24 17:37:02 2000] ***
  3. compiled with version: 4.4.5 on 24 January 2000 17:25:05
  4. os: Linux-2.6.32-5-kirkwood #1 Mon Feb 25 13:55:40 UTC 2013
  5. nodename: debian
  6. machine: armv5tel
  7. clock source: unix
  8. detected number of CPU cores: 1
  9. current working directory: /tmp/uwsgi-1.9.5
  10. detected binary path: /tmp/uwsgi-1.9.5/uwsgi
  11. uWSGI running as root, you can use --uid/--gid/--chroot options
  12. *** WARNING: you are running uWSGI as root !!! (use the --uid flag)
  13. ***
  14. *** WARNING: you are running uWSGI without its master process manager
  15. ***
  16. your memory page size is 4096 bytes
  17. detected max file descriptor number: 1024
  18. lock engine: pthread robust mutexes
  19. uWSGI http bound on :9090 fd 4
  20. spawned uWSGI http 1 (pid: 6317)
  21. uwsgi socket 0 bound to TCP address 127.0.0.1:59744 (port
  22. auto-assigned) fd 3
  23. Python version: 2.6.6 (r266:84292, Dec 27 2010, 23:43:15) [GCC 4.4.5
  24. 20100902 (prerelease)]
  25. Fatal Python error: exceptions bootstrapping error.
  26. Aborted
  27.  
  28. /tmp/uwsgi-1.9.5# python
  29. Python 2.6.6 (r266:84292, Dec 27 2010, 21:57:32)
  30. [GCC 4.4.5 20100902 (prerelease)] on linux2
  31. Type "help", "copyright", "credits" or "license" for more information.
  32. >>> from distutils import sysconfig
  33. >>> sysconfig.get_config_var('Py_ENABLE_SHARED')
  34. 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement