This repository has been archived on 2023-10-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
blender-archive/source/blender/python/intern
Campbell Barton 914e2ee01f problem with blender and python 3.2
- python 3.2 does 'import site' on startup which now tries to parse pyconfig.h which isn't copied. so for now just run without importing 'site', alternative would be to copy the header file for posix systems.
- cache PYTHON_VERSION variable so it can be set to 3.2, needed for copying python installation's other then 3.1.
2011-02-08 06:22:06 +00:00
..
2011-01-18 21:39:50 +00:00
2010-02-12 13:34:04 +00:00
2010-02-12 13:34:04 +00:00
2011-01-13 21:44:18 +00:00
2010-03-21 01:14:04 +00:00
2010-09-03 03:30:20 +00:00