Changes between Version 4 and Version 5 of TipsTricks


Ignore:
Timestamp:
2011-01-06T23:58:53Z (13 years ago)
Author:
freestorm
Comment:

add tips to build binary egg for pycrypto

Legend:

Unmodified
Added
Removed
Modified
  • TipsTricks

    v4 v5  
    2424
    2525The only trick with [http://supervisord.org supervisord] is to make tahoe run as a single foreground process so it can be watched and killed correctly. Use a command like "bin/tahoe run -C /path/to/tahoe/home".
     26
     27=== Creating binary egg for pycrypto ===
     28
     29Juste add this line to setup.py: {{{from setuptools import setup, Extension}}}
     30
     31and run: {{{python setup.py bdist_egg}}}