mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-26 17:36:01 +03:00
[GH-ISSUE #440] Installation issues with python template files #426
Labels
No labels
bug
bug
dependencies
design
documentation
duplicate
enhancement
enhancement
enhancement
feedback-needed
help-needed
help-needed
installer
invalid
looking-for-sponsors
modoboa-contacts
new-ui
new-ui
pr
pull-request
pyconfr
python
question
security
stale
webmail
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/modoboa-modoboa#426
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tonioo on GitHub (Dec 4, 2013).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/440
Originally assigned to: @tonioo on GitHub.
Originally created by Antoine Nguyen on 2013-07-29T07:31:45Z
The deploy command uses python template files to generate fresh installations. The problem is setuptools considers them as regular python files and so complains about syntax errors.
@tonioo commented on GitHub (Dec 4, 2013):
Posted by Simon Kern on 2013-07-30T23:35:38Z
We already talked about that in IRC, if I remember correctly. The fix should be simple - just rename the templates, so that they are no longer considered being python files. ;-)
@tonioo commented on GitHub (Dec 4, 2013):
Posted by Antoine Nguyen on 2013-08-01T15:09:25Z
Applied in changeset commit:315b13baf0bace4f205c052a58880423d8a602ee.