[karmic] syncdaemon can't find python-configglue

Bug #385313 reported by Jorge Castro
24
This bug affects 3 people
Affects Status Importance Assigned to Milestone
Ubuntu One Client
Fix Released
Critical
Rick McBride

Bug Description

jorge@bojack:~/$ ubuntuone-syncdaemon --debug
Traceback (most recent call last):
  File "/usr/bin/ubuntuone-syncdaemon", line 36, in <module>
    from configglue import configglue
ImportError: No module named configglue

I updated to the beta PPA and tried to launch the daemon. I have python-configglue installed from the PPA but the daemon can't seem to find it.

Revision history for this message
Rick McBride (rmcbride) wrote :

I've confirmed that both jaunty and karmic versions of python-configglue are present on the BETA PPA, and that it's declared in the dependencies for the package. I'm not sure what else could be going on here. I'm not seeing this problem on my test machiens, (all Jaunty at the moment).

Lucio, who can figure this out easiest?

Changed in ubuntuone-client:
assignee: nobody → Lucio Torre (lucio.torre)
importance: Undecided → Critical
milestone: none → w09
status: New → Triaged
Changed in ubuntuone-client:
assignee: Lucio Torre (lucio.torre) → Rick McBride (rmcbride)
Revision history for this message
Jonathon Fernyhough (jfernyhough) wrote :

configglue is being installed to /usr/lib/python2.6/site-packages/ whereas all other python modules are in /usr/lib/python2.6/dist-packages.

Should this make a difference? configglue is the only one in site-packages on my Karmic install...

Doing (an admittedly bad idea):
cp -R /usr/lib/python2.6/site-packages/configglue* /usr/lib/python2.6/dist-packages/
allows it to be found.

Revision history for this message
James Westby (james-w) wrote :

Hi,

From the build log:

dh_pycentral -ppython-configglue
pycentral: pycentral debhelper: missing XB-Python-Version attribute in package python-configglue

so pycentral isn't acting on the package, so you're not getting a proper
python package.

Thanks,

James

Revision history for this message
Rick McBride (rmcbride) wrote :

THANK YOU!

I flubbed rebuilding the control files when I rebuilt that last version. Fixed and the new package for Karmic is on its way. This also explains why this was happening for Karmic and not Jaunty (as I did not rebuild the Jaunty package)

Changed in ubuntuone-client:
status: Triaged → Fix Committed
Rick McBride (rmcbride)
Changed in ubuntuone-client:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Remote bug watches

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