I've copied the "win32-vc" folder to my folder where i place all my blender builds into and have renamed the folder to something like "win32-vc-release-simpleconfig". I currently try a fresh checkout and follow the instructions from http://www.letworyinteractive.com/b/2009/11/building-blender-2-5-on-windows-7-with-msvc-and-scons/ in case i forgot a step by mistake.
steven Am 18.01.2010 15:57, schrieb Nathan Letwory: > Whatever you do, don't start blender from the BF_BUILDDIR, but from > the BF_INSTALLDIR > > /Nathan > > 2010/1/18 Steven Truppe<[email protected]>: > >> 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 >> >> > _______________________________________________ > 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
