Changes between Version 6 and Version 7 of TipsTricks


Ignore:
Timestamp:
2011-05-17T21:03:04Z (13 years ago)
Author:
zooko
Comment:

moved packaging tip over to wiki:Packaging

Legend:

Unmodified
Added
Removed
Modified
  • TipsTricks

    v6 v7  
    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 
    29 Juste add this line to setup.py: {{{from setuptools import setup, Extension}}}
    30 
    31 and run: {{{python setup.py bdist_egg}}}