okay i tried importing my gm entries into b2 and that worked fine.
then i tried importing from b2 to wordpress 1.5 and it didnt work.
i got this during step 2:
"First we’re going to add excerpt, post, and password functionality...
WordPress database error: [Duplicate column name 'post_excerpt']
ALTER TABLE wp_posts ADD COLUMN post_excerpt text NOT NULL;
WordPress database error: [Duplicate column name 'post_status']
ALTER TABLE wp_posts ADD post_status ENUM('publish','draft','private') NOT NULL, ADD comment_status ENUM('open','closed') NOT NULL, ADD ping_status ENUM('open','closed') NOT NULL, ADD post_password varchar(20) NOT NULL;
That went well! Now let's clean up the b2 database structure a bit...
WordPress database error: [Can't DROP 'ID'. Check that column/key exists]
ALTER TABLE wp_posts DROP INDEX ID
One down, two to go...
So far so good.
WordPress database error: [Can't DROP 'post_karma'. Check that column/key exists]
ALTER TABLE wp_posts DROP post_karma
Almost there...
WordPress database error: [Can't DROP 'ID'. Check that column/key exists]
ALTER TABLE wp_users DROP INDEX ID
Welcome to the family. Have fun!"
seems like none of the import scripts are working for wordpress 1.5