How do I build the package?

Asked by cako

I'd like to perform tests using the GUI before submitting any new postal services, but I don't know how to build it. Thanks for the help.

Question information

Language:
English Edit question
Status:
Answered
For:
parcel-tracker Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Vsevolod Velichko (torkvemada) said :
#1

Since this project was created using the Quickly, you can just run 'quickly package' or 'quickly package --extras' in command line to create an installable debian package.

Revision history for this message
cako (goldencako) said :
#2

I tried that, but I got

ERROR: Python module helpers not found
ERROR: Python module parcel_trackerconfig not found
ERROR: Python module Builder not found
ERROR: Python module Window not found

However, "quick run" did work. I think I'm going to stick to that, since it's all I need for testing.

Revision history for this message
Vsevolod Velichko (torkvemada) said :
#3

That errors can just be ignored, they are not affect the building process. If it fails, you should look for the error in some other place.
However, the 'quickly run' is sufficient, you are right.

Revision history for this message
cako (goldencako) said :
#4

Umm the whole error message is

----------------------------------
Command returned some ERRORS:
----------------------------------
ERROR: Python module helpers not found
ERROR: Python module parcel_trackerconfig not found
ERROR: Python module Builder not found
ERROR: Python module Window not found
----------------------------------
An error has occurred when creating debian packaging
ERROR: can't create or update ubuntu package
ERROR: package command failed
Aborting

It looks like this bug: https://bugs.launchpad.net/python-distutils-extra/+bug/746565
but I can't reproduce it, so it might be something else. Any ideas?

Revision history for this message
Vsevolod Velichko (torkvemada) said :
#5

You should probably run quickly with --verbose or --debug key (I do not remember exactly).
However I suppose the packaging fails because you have Quickly version without my last fixes that are already merged to trunk, but not included into packages yet.

Can you help with this problem?

Provide an answer of your own, or ask cako for more information if necessary.

To post a message you must log in.