Public bug reported: I tried to install python-storm today on my laptop that has Ubuntu 11.10 running. The installation went fine but when I tried to import the python module I just got error messages that it doesn't exist.
I followed this tutorial https://storm.canonical.com/Tutorial and I used the ppa:storm/ppa sudo add-apt-repository ppa:storm/ppa sudo apt-get update sudo apt-get install python-storm === This is my error message I got === >>> from storm.locals import * Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: No module named storm.locals === Some package information from a friendly guy in #storm @ freenode === kevin@aurore:~$ dpkg-deb -c python-storm_0.19-0ubuntu1~ppa1.11.10_i386.deb drwxr-xr-x root/root 0 2011-10-05 02:30 ./ drwxr-xr-x root/root 0 2011-10-05 02:30 ./usr/ drwxr-xr-x root/root 0 2011-10-05 02:30 ./usr/share/ drwxr-xr-x root/root 0 2011-10-05 02:30 ./usr/share/doc/ drwxr-xr-x root/root 0 2011-10-05 02:30 ./usr/share/doc/python-storm/ -rw-r--r-- root/root 194 2011-10-05 00:40 ./usr/share/doc/python-storm/copyright -rw-r--r-- root/root 343 2011-10-05 00:40 ./usr/share/doc/python-storm/changelog.Debian.gz ** Affects: storm (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/925070 Title: python-storm package broken for Ubuntu 11.10, missing files To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/storm/+bug/925070/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
