Re: [Python-Dev] Confused about test_bsddb failures on Mac OS X

2008-02-10 Thread Jesus Cea
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [EMAIL PROTECTED] wrote: | Guido> I recall seeing this too, though my memory is fuzzy. I believe | Guido> there's a temp file or directory left behind from a previous run | Guido> that you need to delete. | | Thanks. I zapped my build dire

Re: [Python-Dev] Confused about test_bsddb failures on Mac OS X

2008-02-10 Thread skip
Guido> I recall seeing this too, though my memory is fuzzy. I believe Guido> there's a temp file or directory left behind from a previous run Guido> that you need to delete. Thanks. I zapped my build directory then reran configure ;; make ;; make test Seems to be working bette

Re: [Python-Dev] Confused about test_bsddb failures on Mac OS X

2008-02-10 Thread Guido van Rossum
I recall seeing this too, though my memory is fuzzy. I believe there's a temp file or directory left behind from a previous run that you need to delete. Maybe the source around that error will give you a hint on what its name is. I know I eventually got over is. On Feb 10, 2008 11:34 AM, <[EMAIL

[Python-Dev] Confused about test_bsddb failures on Mac OS X

2008-02-10 Thread skip
I'm having trouble with test_bsddb on my new MacBook Pro (OS X 10.5.1). Many tests give this error: Traceback (most recent call last): File "/Users/skip/src/python/trunk/Lib/test/test_bsddb.py", line 18, in setUp self.f = self.openmethod[0](self.fname, self.openflag, cachesize=3