scottrice / Ice

Application to automatically add ROMs to Steam
http://scottrice.github.io/Ice/
MIT License
834 stars 96 forks source link

Problem with Pastebin module in (arch) linux #354

Closed Nibodhika closed 8 years ago

Nibodhika commented 8 years ago

I'm getting:

ImportError: No module named Pastebin

After the normal setup. Apparently according to this the solution is to install version 1.1.0, so after doing

pip2.7 install --user pastebin==1.1.0 --upgrade

and changing

import Pastebin as pastebin

to

import pastebin

I can launch ice.

scottrice commented 8 years ago

Thanks for reporting! Thats really odd behavior by the pastebin module. I have a fix incoming.

scottrice commented 8 years ago

Fixed by 4152a88ed52bffb6ad34d0386bae8e5aa313bea4