[Zope-dev] iterating over class without __iter__ but with __getitem__ raises AttributeError:__iter__
    Hanno Schlichting 
    hannosch at hannosch.eu
       
    Wed Apr 15 18:32:44 EDT 2009
    
    
  
Chris Withers wrote:
> Hanno Schlichting wrote:
>>> ....how would I force recompilation in a buildout environment?
>> Via "python setup.py build_ext -i -f" - works in all environments.
>> Deleting the .so files is probably another way.
> 
> I guess that equates to:
> bin/buildout setup path/to/setup.py build_ext -i -f
> ?
No.
cd <path to develop egg>
python setup.py build_ext -i -f
There's nothing buildout specific about this.
Hanno
    
    
More information about the Zope-Dev
mailing list