[Trac-tickets] [The Trac Project] #1823: OS X Docs: Fink trac-py24 dependency clearsilver-py24 package does not include python bindings

The Trac Project noreply at edgewall.com
Fri Jul 22 16:01:54 CDT 2005


#1823: OS X Docs: Fink trac-py24 dependency clearsilver-py24 package does not
include python bindings
---------------------+------------------------------------------------------
       Id:  1823     |      Status:  new                     
Component:  general  |    Modified:  Fri Jul 22 16:01:54 2005
 Severity:  major    |   Milestone:                          
 Priority:  normal   |     Version:  0.8.4                   
    Owner:  jonas    |    Reporter:  metafeather at mac.com     
---------------------+------------------------------------------------------
 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/

-- 
Ticket URL: <http://projects.edgewall.com/trac/ticket/1823>
The Trac Project <>


More information about the Trac-Tickets mailing list