I am using Windows XP and PyWallet, though I don't remember which fork I am using. I am able to successfully dump the key I want to use, I am not sure how to import the key into the new wallet. PyWallet keeps telling me I am missing a critical command line option, but it refuses to tell me what I am missing. I tried to mirror some of the example command lines from the website, but they are either not exactly what I need (and being they are Linux doesn't help) or seems to be missing something.
PyWallet -importprivkey=LawlThisIsAnExampleWalletKeyUsedAsPadding --label=Main --datadir="C:\Documents and Settings\Owner\Application Data\Bitcoin" --wallet=DonorWallet.dat
And before it gets suggested, yes I know how to import into the client, but I have about 700+ keys I need to work on, and I don't feel like doing each one manually. I hope you understand.
If I can get the importprivkey command to work with PyWallet, I can handle the rest from there. Thanks in advance!