Looks like the python library that has been copied [1] is missing some modules (the _socket module is probably a .dll on windows).
Do you have a file with that name in your python 3.1 installation? Martin [1] in E:\build\blender\bin\DEBUG-~1\.blender\python\lib\ --- On Sun, 1/17/10, Steven Truppe <[email protected]> wrote: > From: Steven Truppe <[email protected]> > Subject: [Bf-committers] Python error on blender2.5 debug build start > To: [email protected] > Received: Sunday, January 17, 2010, 6:41 PM > Hi again, > > when i build blender2.5 with the following user-config.py > file i get a > python error at startup: > > found bundled python: > E:\build\blender\bin\DEBUG-~1\.blender\python > Traceback (most recent call last): > File > "E:\build\blender\bin\DEBUG-~1\.blender\scripts\modules\bpy\__init__.py", > line > 56, in test_import > ret = __import__(module_name) > File > "E:\build\blender\bin\DEBUG-~1\.blender\scripts\io\netrender\__init__.py", > > line 21, in <module> > from netrender import model > File > "E:\build\blender\bin\DEBUG-~1\.blender\scripts\io\netrender\model.py", > > line 20, in <module> > import http, http.client, > http.server, urllib > File > "E:\build\blender\bin\DEBUG-~1\.blender\python\lib\http\client.py", > line > 69, in <module> > import email.parser > File > "E:\build\blender\bin\DEBUG-~1\.blender\python\lib\email\parser.py", > > line 12, in <module> > from email.feedparser import > FeedParser > File > "E:\build\blender\bin\DEBUG-~1\.blender\python\lib\email\feedparser.py", > > line 27, in <module> > from email import message > File > "E:\build\blender\bin\DEBUG-~1\.blender\python\lib\email\message.py", > > line 17, in <module> > from email import utils > File > "E:\build\blender\bin\DEBUG-~1\.blender\python\lib\email\utils.py", > line > 27, in <module> > import socket > File > "E:\build\blender\bin\DEBUG-~1\.blender\python\lib\socket.py", > > line 45, in <module> > import _socket > ImportError: No module named _socket > > > Here my user-config.py file: > > BF_DEBUG = True > WITH_BF_DOCS = True > BF_NUMJOBS = 2 > WITH_BF_QUICKTIME = False > WITH_BF_RAYOPTIMIZATION = True > > > Is this a known issue ? I'm on win7 here.. > > best regards, > Steven Truppe > _______________________________________________ > Bf-committers mailing list > [email protected] > http://lists.blender.org/mailman/listinfo/bf-committers > __________________________________________________________________ Looking for the perfect gift? Give the gift of Flickr! http://www.flickr.com/gift/ _______________________________________________ Bf-committers mailing list [email protected] http://lists.blender.org/mailman/listinfo/bf-committers
