Modify ↓
#13423 closed defect (invalid)
print "usage: "+sys.argv[0]+" socket trac_dir"
| Reported by: | anonymous | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | |
| Severity: | critical | Keywords: | screen |
| Cc: | Branch: | ||
| Release Notes: |
Trac-1.5.3-py3-none-any.whl |
||
| API Changes: | |||
| Internal Changes: | |||
Description (last modified by )
Regarding ticket https://trac.edgewall.org/ticket/13422 I instaled
pip install https://download.edgewall.org/trac/Trac-1.5.3-py3-none-any.whl
But can't run this by screen
screen trac-fcgi /usr/home/userman/domains/soemdomain.com/fastcgi0.sock /usr/home/userman/tracx/mydir
File "/usr/local/company/bin/trac-fcgi", line 10
print "usage: "+sys.argv[0]+" socket trac_dir"
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("usage: "+sys.argv[0]+" socket trac_dir")?
By this command working track Trac-1.4.3-py2-none-any.whl on python27 But not wokring Trac-1.5.3-py3-none-any.whl on python 3.8
Attachments (0)
Change History (3)
comment:1 by , 4 years ago
| Description: | modified (diff) |
|---|
comment:2 by , 4 years ago
| Priority: | highest → normal |
|---|---|
| Resolution: | → invalid |
| Status: | new → closed |
comment:3 by , 4 years ago
Why there if this is basic question about smooth operation for Python3
https://trac.ietf.org/trac/ietf/meeting/wiki/TracFastCgi
No any place about trac-fcgi.
Note:
See TracTickets
for help on using tickets.



You need to update
trac-fcgifor Python 3. Please ask install questions on the MailingList.