> Hello Roberto De Ioris, faced with a strange problem on FreeBSD > 8.2-RC2 amd64. > > > uwsgi -s 127.0.0.1:3032 -M -p 2 --env DJANGO_SETTINGS_MODULE=settings -w > "django.core.handlers.wsgi:WSGIHandler()" > *** Starting uWSGI 0.9.6.7 (64bit) on [Mon Jan 31 21:16:18 2011] *** > compiled with version: 4.2.1 20070719 [FreeBSD] > Python version: 2.7.1 (r271:86832, Jan 31 2011, 17:33:14) [GCC 4.2.1 > 20070719 [FreeBSD]] > uWSGI running as root, you can use --uid/--gid/--chroot options > *** WARNING: you are running uWSGI as root !!! (use the --uid flag) *** > your memory page size is 4096 bytes > allocated 632 bytes (0 KB) for 1 request's buffer. > binding on TCP port: 3032 > your server socket listen backlog is limited to 100 connections > initializing hooks...done. > sem_init: No space left on device > Traceback (most recent call last): > File > "/usr/local/lib/python2.7/site-packages/django/core/handlers/wsgi.py", > line 8, in <module> > from django import http > File "/usr/local/lib/python2.7/site-packages/django/http/__init__.py", > line 5, in <module> > from urllib import urlencode > File "/usr/local/lib/python2.7/urllib.py", line 26, in <module> > import socket > File "/usr/local/lib/python2.7/socket.py", line 67, in <module> > from _ssl import SSLError as sslerror > ImportError: cannot import name SSLError > > > Python compile options > # This file is auto-generated by 'make config'. > # No user-servicable parts inside! > # Options for python27-2.7.1_1 > _OPTIONS_READ=python27-2.7.1_1 > WITH_THREADS=true > WITH_HUGE_STACK_SIZE=true > WITH_SEM=true > WITHOUT_PTH=true > WITH_UCS4=true > WITH_PYMALLOC=true > WITHOUT_IPV6=true > WITHOUT_FPECTL=true > >
This was solved during 0.9.5 development months ago, so i suspect it has to do with the way you compiled python. I am downloading the 8.2-rc3 to see if something changed -- Roberto De Ioris http://unbit.it _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
