ImportError: No module named aptzeroconf
Bug #494698 reported by
Anton Yakutovich
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
apt-zeroconf |
New
|
Undecided
|
Unassigned |
Bug Description
I've created deb package with sources from trunk. "apt-zeroconf" in terminal tells me:
~ $ apt-zeroconf
Traceback (most recent call last):
File "/usr/bin/
from aptzeroconf import main
ImportError: No module named aptzeroconf
I tryed change config location in /usr/share/
To post a comment you must log in.
This is a known issue... though the solution is unclear. It appears that whatever user is used to execute scripts on init or from debconf itself is missing the actual python path values. The code has worked from a user's terminal though even with sudo. I too am still looking for clarifications to this problem.