Greg, I ran into the same problem. However, there is a fix listed on Andy Skelton’s page by Elton Wilson in the comment section (about 5th from bottom). Anyway, you have to edit the import-blogger.php script at line 82 so that the INSERT command reads as follows:
INSERT INTO $wpdb–>users (
user_login,
user_pass,
user_nicename,
user_email,
user_url,
user_registered
) VALUES (
‘$user_login’,
‘$pass1’,
‘$user_nickname’,
‘$user_email’,
‘$user_url’,
‘$user_joindate’
)”);
Here’s the link to Andy’s page: http://www.skeltoac.com/2005/03/12/from-blogger-to-wordpress-2/
The above worked for me 🙂 Good luck.
http://www.gilestimms.com