quickly missing desktopcouch depends

Bug #708114 reported by hcmeyer
14
This bug affects 2 people
Affects Status Importance Assigned to Milestone
quickly (Ubuntu)
Fix Released
Medium
Unassigned
Natty
Fix Released
Medium
Unassigned

Bug Description

Binary package hint: quickly

executing command in tutorial produces:
hcmeyer@evilStudent:~$ cd Software/Quickly/
hcmeyer@evilStudent:~/Software/Quickly$ ls
hcmeyer@evilStudent:~/Software/Quickly$ quickly tutorial ubuntu-application
hcmeyer@evilStudent:~/Software/Quickly$ quickly tutorial ubuntu-application&
[1] 4121
hcmeyer@evilStudent:~/Software/Quickly$ quickly ubuntu-application jotty
ERROR: No ubuntu-application command found.
Candidate commands are: commands, getstarted, help, quickly
hcmeyer@evilStudent:~/Software/Quickly$ quickly create ubuntu-application jotty
Creating project directory jotty
Creating bzr repository and committing
Launching your newly created project!le 0/1
Traceback (most recent call last):
  File "./jotty", line 35, in <module>
    from jotty import (BaseJottyWindow)
  File "/home/hcmeyer/Software/Quickly/jotty/jotty/BaseJottyWindow.py", line 9, in <module>
    from jotty import (
  File "/home/hcmeyer/Software/Quickly/jotty/jotty/PreferencesJottyDialog.py", line 26, in <module>
    from jotty.preferences import preferences
  File "/home/hcmeyer/Software/Quickly/jotty/jotty/preferences.py", line 14, in <module>
    from desktopcouch.records.server import CouchDatabase
  File "/usr/lib/pymodules/python2.7/desktopcouch/records/server.py", line 9, in <module>
    from desktopcouch.application.server import *
ImportError: No module named application.server
Congrats, your new project is setup! cd /home/hcmeyer/Software/Quickly/jotty/ to start hacking.

a check of imports:

hcmeyer@evilStudent:~/Software/Quickly$ ls /usr/lib/pymodules/python2.7/desktopcouch/records/
database.py http.py record.py server.py
database.pyc http.pyc record.pyc server.pyc
field_registry.py __init__.py server_base.py
field_registry.pyc __init__.pyc server_base.pyc
hcmeyer@evilStudent:~/Software/Quickly$ ls /usr/lib/pymodules/python2.7/desktopcouch/records/server.py
/usr/lib/pymodules/python2.7/desktopcouch/records/server.py
hcmeyer@evilStudent:~/Software/Quickly$ cat /usr/lib/pymodules/python2.7/desktopcouch/records/server.py
"""Deprecated."""

import warnings
warnings.warn(
    'Deprecated import path; use desktopcouch.application.server '
    'instead.', DeprecationWarning, stacklevel=2)

# pylint: disable=W0401,W0614
from desktopcouch.application.server import *
hcmeyer@evilStudent:~/Software/Quickly$

1) System is narwhal

2) quickly is 11.03-ubuntu

3) I expected quickly to start up my new empty application

4) I got a python traceback

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: quickly 11.03-0ubuntu1
ProcVersionSignature: Ubuntu 2.6.37-12.26-generic 2.6.37
Uname: Linux 2.6.37-12-generic i686
Architecture: i386
Date: Wed Jan 26 11:12:23 2011
InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Alpha i386 (20101204)
PackageArchitecture: all
ProcEnviron:
 LANGUAGE=en_US.UTF-8:en
 PATH=(custom, user)
 LANG=en_US.UTF-8
 LC_MESSAGES=en_AG.utf8
 SHELL=/bin/bash
QuicklyDataPath: /usr/share/quickly
QuicklyTemplates:
 /usr/share/quickly/templates/ubuntu-application
 /usr/share/quickly/templates/ubuntu-cli
 /usr/share/quickly/templates/ubuntu-pygame
QuicklyTemplatesDirectories: /usr/share/quickly/templates/
SourcePackage: quickly

Related branches

Revision history for this message
hcmeyer (hcmeyer) wrote :
Revision history for this message
hcmeyer (hcmeyer) wrote :

  Today I installed packages:

  python-desktopcouch-application
  python-desktopcouch-recordtypes

  and

  desktopcouch

Because I thought they were missing, and should have been required by Quicky.
Now the imports are satisfied, the created program starts up,
but an error appears immediately in /usr/lib/couchdb/bin/couchjs.
I have filed bug #708938 on this error..

summary: - error creating quickly application
+ quickly missing desktopcouch depends
Changed in quickly (Ubuntu):
importance: Undecided → Medium
status: New → Triaged
tags: removed: running-unity
Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package quickly - 11.03.1-0ubuntu2

---------------
quickly (11.03.1-0ubuntu2) natty; urgency=low

  * debian/control:
    - Depend on full desktopcouch, as we were missing one of the python
      packages earlier. LP: #708114
    - Update recommends from python-quickly-widgets to new name
      python-quickly.widgets
 -- Michael Terry <email address hidden> Wed, 09 Feb 2011 08:55:02 -0500

Changed in quickly (Ubuntu Natty):
status: Triaged → 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.