Edgewall Software
Modify

Opened 19 years ago

Closed 19 years ago

Last modified 9 years ago

#1823 closed defect (invalid)

OS X Docs: Fink trac-py24 dependency clearsilver-py24 package does not include python bindings

Reported by: metafeather Owned by: Jonas Borgström
Priority: normal Milestone:
Component: general Version: 0.8.4
Severity: major Keywords: macosx, clearsilver, fink, bindings
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

Following the TracOnOSX instructions for installing Trac v0.8.4 via Fink results in the error:

No module named neo_cgi

When viewing through a browser

This is because the Fink clearsilver-py24 package does not include python bindings so:

do a manual make of Clearsilver from the corresponding source version to the fink version:

$ cd <source dir>

$ ./configure —prefix=/sw —with-python=/sw/bin/python2.4 —disable-ruby

$ make

Then copy the python binding to the python lib:

$ cd <source dir>/python

$ sudo cp neo_cgi.so /sw/lib/python2.4/site-packages/

Attachments (0)

Change History (5)

comment:1 by metafeather, 19 years ago

Can my email address please be removed/edited from the reporter field as it appears to be in the clear.

comment:2 by Christopher Lenz, 19 years ago

Those pages are maintained by the community, not the Trac team. If you find errors, please just go ahead and fix them. Email address removed.

comment:3 by Christopher Lenz, 19 years ago

Resolution: invalid
Status: newclosed

Please just update the wiki page.

comment:4 by sid, 17 years ago

Keywords: macosx added; osx removed

comment:5 by Ryan J Ollos, 9 years ago

Keywords: macosx clearsilver fink bindings → macosx, clearsilver, fink, bindings

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jonas Borgström.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Jonas Borgström 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.