Re: [python-win32] ValueError in relpath

2012-09-17 Thread Tim Roberts
Niemann, Hartmut wrote: > Tim babbled: >> This goes below wxPython down into wxWidgets. It may be that the best >> long-term solution is to have wxWidgets switch to the Unicode API with >> the \??\ prefix, but if you want my personal recommendation, I would >> just go implement it myself in Python

Re: [python-win32] ValueError in relpath

2012-09-17 Thread Niemann, Hartmut
> Niemann, Hartmut wrote: > > No, the relative path that crashed it has 245 characters: > > > > > 2012-08-07_diffzu_2012-09-12\PRJ\I1SITRAC\wrk\130_Eclipse\Work space\.metadata\.plugins\com.python.pydev.analysis\python_v1> _eo3pb4rfuku7u65tfbbltnbp5\v1_indexcache\pylint.test.input.fun c_noerror_c

Re: [python-win32] ValueError in relpath

2012-09-14 Thread Tim Roberts
Niemann, Hartmut wrote: > No, the relative path that crashed it has 245 characters: > > 2012-08-07_diffzu_2012-09-12\PRJ\I1SITRAC\wrk\130_Eclipse\Workspace\.metadata\.plugins\com.python.pydev.analysis\python_v1_eo3pb4rfuku7u65tfbbltnbp5\v1_indexcache\pylint.test.input.func_noerror_classes_meth_coul

Re: [python-win32] ValueError in relpath

2012-09-14 Thread Tim Golden
On 14/09/2012 10:03, Niemann, Hartmut wrote: > Hello Tim! > > Thank you for your reply. > >> -Ursprüngliche Nachricht- >> Niemann, Hartmut wrote: >>> I am not subscribed to this mailing list (so CC me on all >> replies please), >> >> How did you send this? The list only accepts posting

Re: [python-win32] ValueError in relpath

2012-09-14 Thread Niemann, Hartmut
Hello Tim! Thank you for your reply. > -Ursprüngliche Nachricht- > Niemann, Hartmut wrote: > > I am not subscribed to this mailing list (so CC me on all > replies please), > > How did you send this? The list only accepts postings from members. I did nothing special, it obviously acce

Re: [python-win32] ValueError in relpath

2012-09-13 Thread Tim Roberts
Niemann, Hartmut wrote: > I am not subscribed to this mailing list (so CC me on all replies please), How did you send this? The list only accepts postings from members. > This is Python 2.7.3 on Windows XP. > > My conclusions: > > (1) I wonder what limitation on windows was hit by the _get

[python-win32] ValueError in relpath

2012-09-12 Thread Niemann, Hartmut
Hello! I am not subscribed to this mailing list (so CC me on all replies please), but I encountered something that looks like a Windows related bug to me and hope that somebody knows how to take care of it in the python way. I have a tool that traverses and compares large file trees. Occasion