Changeset 10856 for main/waeup.diazo


Ignore:
Timestamp:
27 Dec 2013, 01:49:47 (11 years ago)
Author:
uli
Message:

Hint for people running into nasty setuptools problem.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.diazo/trunk/README.rst

    r10123 r10856  
    2222
    2323    (sandbox27)$ python bootstrap.py
     24
     25   If you get an error message about::
     26
     27     AttributeError: 'NoneType' object has no attribute 'location'
     28
     29   then you have to install the Python `distribute` package. This is
     30   not a big thing, when operating in a virtual environment::
     31
     32    (sandbox27)$ pip install --upgrade distribute
     33
     34   Finally, fetch packages and configure everything by::
     35
    2436    (sandbox27)$ ./bin/buildout
    2537
    2638   This also creates a runnable Grok instance in src/waeup.kofa.
     39
    2740
    28413) Start some grok instance on port 8080 and create a kofa instance
Note: See TracChangeset for help on using the changeset viewer.