Re: weblogsping.py problems.
Joe Topjian <[email protected]>
| Newsgroups | gmane.comp.web.pyblosxom.user |
|---|---|
| Message-ID | <[email protected]> |
> Hi Mat
>
> It looks like there's something wrong with the pickled file. Maybe it's
> corrupted or empty?
>
> If you created the file with "touch LATEST", that won't work.
>
> $ touch pickletest
> $ python
> >>> import cPickle as pickle
> >>> fp = open("pickletest", "rb")
> >>> data = pickle.load(fp)
> Traceback (most recent call last):
> File "<stdin>", line 1, in ?
> EOFError
> >>>
That's odd.. I created a blank file to see if I could re-create his error
and the plugin just silently didn't work for me..
--
Joe Topjian
email: [email protected]
web: http://adminspotting.net