Hi, On Sun, Mar 3, 2013 at 7:12 AM, Ming Lee <[email protected]> wrote: > Hi, all, > After I installed the python-storm with these three commands on the tutorial > page
Do you mean these three: sudo add-apt-repository ppa:storm/ppa sudo apt-get update sudo apt-get install python-storm ? If so, it might be that the version in that ppa doesn't really work on Ubuntu 11.10. I suggest that you remove the package and the ppa: sudo apt-get remove python-apt sudo rm -f /etc/apt/sources.list.d/storm-ppa-*.list sudo apt-get update and install the official version of the package for Ubuntu 11.10: sudo apt-get install python-storm Alternatively, please let me know what import error are you getting exactly (paste the full traceback that you get). Cheers, Free -- storm mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/storm
