[wxPython-dev] 20060923 2.7 preview build (xrced doesn't save)
Alexei Vinidiktov
alexei.vinidiktov at gmail.com
Mon Oct 2 08:54:09 PDT 2006
Hi,
When I try to save changes in an xrc file, XRCed fails to save them. I'm
on WinXP SP2 Russian edition, Python 2.4.3, wxPython 2.7.0pre 20060923
"Save As..." works fine.
I'm getting this error with "Save":
Traceback (most recent call last):
File
"D:\Python24\Lib\site-packages\wx-2.7.0-msw-unicode\wx\tools\XRCed\xrced.
py", line 403, in OnSaveOrSaveAs
shutil.move(tmpName, path)
File "D:\Python24\lib\shutil.py", line 193, in move
copy2(src,dst)
File "D:\Python24\lib\shutil.py", line 92, in copy2
copyfile(src, dst)
File "D:\Python24\lib\shutil.py", line 41, in copyfile
if _samefile(src, dst):
File "D:\Python24\lib\shutil.py", line 36, in _samefile
return (os.path.normcase(os.path.abspath(src)) ==
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc0 in position 12:
ordinal not in range(128)
Robin Dunn wrote:
> Hi All,
>
> I started a preview build over the weekend but it apparently got stuck
> sometime after uploading the files to starship and sending the email to
> this list. The files are available at the usual place:
>
> http://starship.python.net/crew/robind/wxPython/daily/20060923/
> http://starship.python.net/crew/robind/wxPython/daily/20060923/CHANGES.txt
>
> I'm uploading the Ubuntu packages right now.
>
> Since this build was done I've fixed a couple bugs in the new
> wx.lib.expando module, and also the AttributeErrors when importing
> wxPython.wx, but I decided to stick with the current packages since they
> were already built and uploaded. These additional fixes will be in the
> next build.
>
--
Best regards,
Alexei Vinidiktov
More information about the wxpython-dev
mailing list