google-code-issues-migrator icon indicating copy to clipboard operation
google-code-issues-migrator copied to clipboard

Error when running migrateissues!

Open neomatrix369 opened this issue 12 years ago • 4 comments

I tried using you script for the first time and got the below error, here's my inpu It and output. What should I be doing? I have installed all the pre-requisite components you recommended.

CLI input: python migrateissues.py -s mutability-detector neomatrix369 mutability-detector

Output: Traceback (most recent call last): File "migrateissues.py", line 11, in from github import Github ImportError: No module named github

neomatrix369 avatar Nov 29 '12 00:11 neomatrix369

@neomatrix369 my guess is the install of PyGithub somehow didn't work for you.

I have been able to successfully transfer the issues into the same repo that @neomatrix369 was trying.

Grundlefleck avatar Dec 05 '12 21:12 Grundlefleck

I get it now, it does not surprise me, its the release of Ubuntu which has been failing bash scripts as well. I ran it under Ubuntu 12.04, @Grundlefleck what OS (version) did you run it under?

neomatrix369 avatar Dec 05 '12 22:12 neomatrix369

Ubuntu 12.04.1 LTS as well.

Did you make sure you ran the pip commands as root user?

Grundlefleck avatar Dec 05 '12 22:12 Grundlefleck

not root user, just the usual Admin user! I didn't follow the instructions did i? Well another time then! :(

neomatrix369 avatar Dec 05 '12 22:12 neomatrix369