[Bf-committers] Python error on blender2.5 debug build start

Nathan Letwory jesterking at letwory.net
Mon Jan 18 15:57:58 CET 2010


Whatever you do, don't start blender from the BF_BUILDDIR, but from
the BF_INSTALLDIR

/Nathan

2010/1/18 Steven Truppe <admin at byteshelter.org>:
> 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
> Bf-committers at blender.org
> http://lists.blender.org/mailman/listinfo/bf-committers
>


More information about the Bf-committers mailing list