Followup
| Message |
 |
- Date: 2011-02-28 19:25
- Sender: Ton Roosendaal
- To me it seems there's a conflict in py scripts in your install/compile... but campbell will know better.
| - Date: 2011-02-28 20:46
- Sender: Campbell Barton
- Tested python
- 2.7.1 - 3.1.3 - 3.2.0
all have os.path.samefile()
There must be some trouble with your python installation. can you do this in the python console? import os; dir(os.path)
and paste the output.
| - Date: 2011-02-28 22:13
- Sender: Tom Edwards
- ['__all__', '__builtins__', '__doc__', '__file__', '__name__', '__package__', '_get_altsep', '_get_bothseps', '_get_colon', '_get_dot', '_get_empty', '_get_sep', '_getfullpathname', 'abspath', 'altsep', 'basename', 'commonprefix', 'curdir', 'defpath', 'devnull', 'dirname', 'exists', 'expanduser', 'expandvars', 'extsep', 'genericpath', 'getatime', 'getctime', 'getmtime', 'getsize', 'isabs', 'isdir', 'isfile', 'islink', 'ismount', 'join', 'lexists', 'normcase', 'normpath', 'os', 'pardir', 'pathsep', 'realpath', 'relpath', 'sep', 'split', 'splitdrive', 'splitext', 'splitunc', 'stat', 'supports_unicode_filenames', 'sys']
Same with MinGW and VC builds.
I did notice an update to the Py libs when I checked SVN earlier today...
| - Date: 2011-02-28 22:13
- Sender: Tom Edwards
- PYTHON INTERACTIVE CONSOLE 3.1.2 (r312:79147, Aug 27 2010, 16:34:49) [MSC v.1500 32 bit (Intel)]
| - Date: 2011-03-01 09:29
- Sender: Campbell Barton
- Turns out this was only added for windows in py3.2, we should upgrade soon, fixed r35275.
| - Date: 2011-03-01 10:38
- Sender: Tom Edwards
- Scons+MinGW builds now fail:
C:\blender-svn\build\lib\libbf_python.a(bpy_rna.o):bpy_rna.c:(.text+0xf6): undefined reference to `_imp__PyExc_ReferenceError' C:\blender-svn\build\lib\libbf_python.a(bpy_rna.o):bpy_rna.c:(.text+0x160): undefined reference to `_imp__PyExc_ReferenceError'
Related?
| |
|