Only search projects.blender.org
Log In
New Account
Home
My Page
Projects
Blender 2.x BF release
Summary
Activity
Tracker
SCM
Files
Blender 2.6 Bug Tracker: Browse
[#24617] Windows lib dir missing cp720.py from bundled Python.
Date:
2010-11-08 23:32
Priority:
3
State:
Closed
Submitted by:
yousef harfoush (
bat3a
)
Assigned to:
Nathan Letwory (jesterking)
Category:
Python
Status:
Fixed / Closed
Relates to:
Duplicates:
Patches:
Summary:
Windows lib dir missing cp720.py from bundled Python.
Detailed description
in new version from build 31700 and above there is missing this file (cp720.py)from blender-version\python\lib\encodings directory, when copied from an older build it works ok?!!!!
i attached the missing file
my pc rig is
Intel 3.4/2m
windows 7 ultimate x64
i tried every known build even the the one in official blender.org site with the same result
i tried other pc's and system with same result, tried clean format and every thing you could imagine
to produce the same error????
just extract any build and run it
Followup
Message
Date
: 2010-11-08 23:43
Sender
:
Campbell Barton
assigning to Nathan.
Date
: 2010-11-10 23:49
Sender
:
Brecht Van Lommel
It's the same as this bug, related to using Arabic system language:
http://projects.blender.org/tracker/?func=detail&atid=498&aid=19327&group_id=9
That was a bug in python, that I would expect to be fixed in Python 3.1.2 already, since they fixed it 15 months ago in svn, but still that release missed the file. Python 3.2 alpha includes it however. I don't have a windows install to test this with, so I rather not recreate the python zip file to commit. Nathan, could you do this?
Date
: 2010-11-15 09:50
Sender
:
Nathan Letwory
Our current .zip is from official 3.1.2 release, but unfortunately that is missing. I'll rebuild the .zip in a few moments.
Date
: 2010-11-15 10:15
Sender
:
Nathan Letwory
r33078 for 64bit, r33080 for 32bit
Date
: 2010-11-20 19:14
Sender
:
yousef harfoush
the fix didn't work it is the same problem, i compared the one you add with the one i uploaded it has a little deference in code which is using (u'\x00') instead of ('\x00') in my version i checked other encoding files and it shares the same format as the later -without the u-, you can check the uploaded file,
PS: editing the file u add and remove the u from (u'\x00') and save fixes the problem.
my uploaded file it's modified date 2009 as the whole library, and the one u added 2010 ???
Attached Files:
Name
Date
Download
cp720.py
2010-11-08 23:32
Download
Changes:
Field
Old Value
Date
By
Resolution
Ready
2010-11-15 10:15
jesterking
close_date
2010-11-15 10:15
2010-11-15 10:15
jesterking
status_id
Open
2010-11-15 10:15
jesterking
Resolution
Investigate
2010-11-15 09:50
jesterking
summary
missed library item
2010-11-08 23:56
campbellbarton
Resolution
New
2010-11-08 23:43
campbellbarton
assigned_to
none
2010-11-08 23:43
campbellbarton
File Added
13473: cp720.py
2010-11-08 23:32
bat3a