ImportError: cannot import name prompts

Bug #731011 reported by Duncan McGreggor

This bug report was converted into a question: question #148249: ImportError: cannot import name prompts.

6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Bug Hugger
Invalid
Medium
Rick Spencer

Bug Description

I'm trying to run bughugger from trunk. I've got quickly installed from the latest trunk and am attempting to run bughugger from the latest trunk. Quickly installed with no issues using Python 2.6.6 on Ubuntu 10.10.

When I try to run ./bin/bughugger, I get this traceback:

$ ./bin/bughugger
Traceback (most recent call last):
  File "./bin/bughugger", line 21, in <module>
    from quickly import prompts
ImportError: cannot import name prompts

I have done the following, trying to track down what happened to prompts:
 * searched the filesystem under the local checkout of lp:quickly (nothing)
 * greped all the ./quickly python source files (nothing)
 * bzr log|grep -i prompt in the lp:quickly branch (nothing)
 * looked at the branches at code.launchpad.net/bughugger to see if any branch contained something like "remove prompts" (nothing)
 * looked at quickly source code on LP for the 0.x series to see if there was a module named "prompts" (nothing)

As you can see, I hit a dead end.

What happened to prompts? How is bughugger run from trunk without this?

Revision history for this message
Rick Spencer (rick-rickspencer3) wrote :

did you try installing quickly-widgets?
$sudo apt-get install python-quickly.widgets

That should fix you up, at least for this part.

Cheers, Rick

Changed in bughugger:
assignee: nobody → Rick Spencer (rick-rickspencer3)
importance: Undecided → Medium
status: New → Incomplete
Revision history for this message
Rick Spencer (rick-rickspencer3) wrote :

It's a question about getting bughugger to run from trunk, really. Should be more useful as an answered quesetion, I think.

Changed in bughugger:
status: Incomplete → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Related questions

Remote bug watches

Bug watches keep track of this bug in other bug trackers.