Re: bugfix 1.3.10
John Berninger <[email protected]>
| Newsgroups | gmane.network.up2date.current.devel |
|---|---|
| Message-ID | <[email protected]> |
Actually, the problem is much more simple - it should be
misc.PathJoin(...), not misc.JoinPath(...). If you make that change, it
should work correctly - the error message is simply saying there's no
such routine in the misc namespace, which there isn't. The routine
imported from misc is PathJoin, not JoinPath.
Granted, I haven't had time to test this yet, but that is going
to be a fairly major problem - you can't call a routine that doesn't
exist and expect things to work, Hunter... :)
On Tue, 20 Aug 2002, Arthur Clune wrote:
>
> OK, the following *seems* to solve the problem I had.
>
> The problem seems to be that when two versions of a package exist and the
> db is blank, the create_channel bit fails because no last_modified data
> exists
> when the package details come to be erased (they haven't been written yet).
>
> I've also added a test that file deletion occurs successfully, since this
> was giving
> me problems as well (for I think similar reasons - the file didn't exist).
>
> Please go easy on the code..."Programming Python" only landed on my desk
> at lunchtime yesterday so you could say I'm a little new to the language.
>
> Arthur
>
> --
> Arthur Clune [email protected]
> We are the sum of the things we pretend to be, so we must be careful
> who we pretend to be - Kurt Vonnegut
--
Thank you,
John Berninger
Systems Administrator [email protected]
Department of Mathematics Box 8205, Harrelson Hall
NC State University Raleigh, NC 27695
Phone: (919)515-6315 Fax: (919)515-3798
GPG Key ID: A8C1D45C
Fingerprint: B1BB 90CB 5314 3113 CF22 66AE 822D 42A8 A8C1 D45C
--