[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Getting better error messages out of the Python bindings

From: François Beausoleil <fbeausoleil_at_ftml.net>
Date: 2004-12-08 20:46:48 CET

(Sorry for the dup. post, Mike)

On 2004-12-08 14:30, C. Michael Pilato wrote:

> François Beausoleil <fbeausoleil@ftml.net> writes:
>
>> What's funny is that the path to the core.py file is still
>> C:\Python23\Lib.
>
>
> What do you mean, "the path to the core.py" file? Do you not have
> .../libsvn/core.py and .../svn/core.py?

I mean in the traceback, the paths to svn/core.py is the same, whether
the files are in lib or lib/site-packages:

C:\Python23\Lib>\test.py
Traceback (most recent call last):
...
   File "C:\Python23\lib\svn\core.py", line 33, in run_app

C:\Python23\Lib>dir *svn* /s/b
C:\Python23\Lib\libsvn
C:\Python23\Lib\svn

(move folders around)

C:\Python23\Lib>\test.py
Traceback (most recent call last):
...
   File "C:\Python23\lib\svn\core.py", line 33, in run_app

C:\Python23\Lib>dir *svn* /s/b
C:\Python23\Lib\site-packages\libsvn
C:\Python23\Lib\site-packages\svn

That's what I meant.

Thanks for your time, Mike.
François

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Dec 8 20:53:08 2004

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.