Quickly will not package files in source folder with project.

Asked by Sebastian MacDonald

While working on a project, I added a couple of python files to the src equivalent directory. 'quickly run' ran perfectly, read the files as expected. However, when I 'quickly package,' it claims it cannot find the dependencies. What am I doing wrong and how can I fix it?

Question information

Language:
English Edit question
Status:
Solved
For:
Quickly Edit question
Assignee:
No assignee Edit question
Solved by:
Didier Roche-Tolomelli
Solved:
Last query:
Last reply:
Revision history for this message
Best Didier Roche-Tolomelli (didrocks) said :
#1

Thanks for your interest into Quickly.

You should have in your project directory the bin/ directory which contain your main python file and a <project-name>/ directory, containing already some boiler plate.
You should include every additional files in the latest directory too.

You can have a look at the tutorial and you will see that a lot of files can be modified there ($ quickly tutorial in your project directory).

Revision history for this message
Sebastian MacDonald (sebas310) said :
#2

Thanks Didier Roche, that solved my question.