Ringo Kamens wrote:
Alright, so I looked more info this and found out I was missing rblib,
which I couldn't find in git (where I got the codebase).

Can't help you with the main problem you have at the end, but rblib is in git. As you can see from http://github.com/mysociety/whatdotheyknow , commonlib (which includes rblib) is included as a submodule. You have to run "git submodule update --init" in order to fetch submodules after cloning - this should be put in the README.

ATB,
Matthew

> I got it (the
rblib folder)from the cvs daily build and put it in ./ (the
whatdotheyknow directory) ./script and ./config in a directory called
rblib. I also copied the contents to each of those directories and the
error message went away.

Unfortunately, I've run into another trip-up when running the install script,

==  ChangeRawEmailToBinary: migrating =========================================
-- change_column(:raw_emails, :data, :binary, {:null=>true})
rake aborted!
An error has occurred, this and all later migrations canceled:

PGError: ERROR:  column "data" cannot be cast to type "bytea"
: ALTER TABLE "raw_emails" ALTER COLUMN "data" TYPE bytea

(See full trace by running task with --trace)


Does anybody know what this means or how I might fix it?

_______________________________________________
Mailing list [email protected]
Archive, settings, or unsubscribe:
https://secure.mysociety.org/admin/lists/mailman/listinfo/developers-public

Reply via email to