quickly package generates error messages
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Quickly |
New
|
Undecided
|
Unassigned |
Bug Description
$ quickly create ubuntu-application "test project"
Creating project directory test-project
Creating bzr repository and committing
Launching your newly created project!le 0/1
Congrats, your new project is setup! cd /home/tony/
$ cd test-project/
$ quickly package
.........
-------
Command returned some ERRORS:
-------
ERROR: Python module test_projectconfig not found
ERROR: Python module Builder not found
ERROR: Python module helpers not found
ERROR: Python module preferences not found
ERROR: Python module Window not found
-------
Do you want to continue (this is not safe!)? y/[n]: y
Ubuntu packaging created in debian/
.......
-------
Command returned some ERRORS:
-------
ERROR: Python module test_projectconfig not found
ERROR: Python module Builder not found
ERROR: Python module helpers not found
ERROR: Python module preferences not found
ERROR: Python module Window not found
-------
Ubuntu package has been successfully created in ../test-
$ quickly --version
Quickly 11.04
Python interpreter: /usr/bin/python 2.7.1
Python standard library: /usr/lib/python2.7
Quickly used library: /usr/lib/
Quickly data path: /usr/share/quickly
Quickly detected template directories:
Copyright 2009 Rick Spencer
Copyright 2009-2010 Didier Roche
https:/
quickly comes with ABSOLUTELY NO WARRANTY. quickly is free software, and
you may use, modify and redistribute it under the terms of the GNU
General Public License version 3 or later.
description: | updated |
Hrm. This is bug 746565, which I had understood was going to make it into natty. Seems not. :(
I'll see about an SRU...