Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I need to make a ~/folder/configFile to use with my aplication. when the deb package is created by "quickly" should create this folder with this file. Someone can teach me to do it? By the way, can also tell me where should I put my axillary files ".py" in the project folders (like classes and stuff)?

share|improve this question

closed as off topic by the Tin Man, Eduardo, Lafada, Nimit Dudani, evilone Nov 28 '12 at 5:58

Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

up vote 0 down vote accepted

See homepath in the docs. You can put your axillary files in the same folder as your application's or in a subdirectory and make them part of packages.

share|improve this answer
I wonder if it is possible to "quickly" when generating the package, create this folder with that file. Independently of the language. – CondeGil Nov 28 '12 at 0:10
You can create a package subdirectory and file any way you wish. The __init__.py is often empty and even when it is not, it's just a plain text file like any Python script. – martineau Nov 28 '12 at 2:09

Not the answer you're looking for? Browse other questions tagged or ask your own question.