[storm] ImportError on Ubuntu 11.10
Free Ekanayaka
free.ekanayaka at gmail.com
Mon Mar 4 08:23:10 UTC 2013
Hi,
On Sun, Mar 3, 2013 at 7:12 AM, Ming Lee <cloudniw1 at gmail.com> 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
More information about the storm
mailing list