...now on my laptop...
Wednesday, 2003-3-12Moving a bzero blog
Hopefully the final note about moving a bzero blog from Solaris onto Windows: Just remove the directory.dbm file if you are moving from a big-endian host. I think it's just a kind of cache, but anydbm barfs because it can't figure out how to open it. Phil: if my suspicion is right about that, you might want to catch that exception and tell the user to remove (or move aside) that file.
Comment on this post [ so far] Cool, I can use XEmacs to edit bzero postsBut ... bummer, bzero gets some internal database problem when I attempt to do the "bzero zia send": Publish opening state file c:\dl\.bzero\zia\directory.dbm Traceback (most recent call last): File "c:/cygwin/usr/local/lib/bzero/bzero", line 21, in ? main.main() File "/home/phil/bzero/b0lib/main.py", line 162, in main File "/home/phil/bzero/b0lib/poll.py", line 147, in main File "/home/phil/bzero/b0lib/publish.py", line 28, in __init__ File "c:\insw\Python\lib\anydbm.py", line 83, in open raise error, "db type could not be determined" anydbm.error: db type could not be determined Exception exceptions.AttributeError: "Publisher instance has no attribute 'state'" in I though bzero didn't need no stinkin' database — doesn't it just use the OS' filesystem for stuff like that? Comment on this post [ so far] bzero on Windows
After a few (six) unsuccessful attempts at getting bzero to invoke my editor, I think I finally have bzero copied to and set up on my laptop (Windows XP). Here are a few notes:
Next: we'll see whether it actually uploads anything. Comment on this post [ so far] |