Note: it can be in a sub folder (both in .blender and c:/python31) Martin
--- On Sun, 1/17/10, Martin Poirier <[email protected]> wrote: > From: Martin Poirier <[email protected]> > Subject: Re: [Bf-committers] Python error on blender2.5 debug build start > To: "bf-blender developers" <[email protected]> > Received: Sunday, January 17, 2010, 6:58 PM > I meant in your system's python > installations (probably something like C:/python31), where > the files in .blender\python\lib\ were copied from. > > There should be a file in there called _socket > (.something). If there isn't, it's a broken installation. > > Martin > > --- On Sun, 1/17/10, Steven Truppe <[email protected]> > wrote: > > > From: Steven Truppe <[email protected]> > > Subject: Re: [Bf-committers] Python error on > blender2.5 debug build start > > To: "bf-blender developers" <[email protected]> > > Received: Sunday, January 17, 2010, 6:54 PM > > My ./blender/python/lib directory > > only has a single .dll file: > > sqlite3.dll, how many do you have listed there ? > > > > Am 18.01.2010 00:44, schrieb Martin Poirier: > > > 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 > > > > > > > > > > > _______________________________________________ > > Bf-committers mailing list > > [email protected] > > http://lists.blender.org/mailman/listinfo/bf-committers > > > > > > __________________________________________________________________ > Yahoo! Canada Toolbar: Search from anywhere on the web, and > bookmark your favourite sites. Download it now > http://ca.toolbar.yahoo.com. > _______________________________________________ > 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
