Edgewall Software
Modify

Opened 3 years ago

Closed 3 years ago

Last modified 3 years ago

#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 anonymous)

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 anonymous, 3 years ago

Description: modified (diff)

comment:2 by Ryan J Ollos, 3 years ago

Priority: highestnormal
Resolution: invalid
Status: newclosed

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

comment:3 by anonymous, 3 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.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The ticket will remain with no owner.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from (none) to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.