Comment 5 for bug 385040

Revision history for this message
Stuart Bishop (stub) wrote :

$ python
Python 2.6.2 (release26-maint, Apr 19 2009, 01:58:18)
[GCC 4.3.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import storm
>>> storm.has_cextensions
False
>>>

$ make harness
bin/harness
execute_zcml_for_scripts()...
xmlconfig.file()...
Reading $PYTHONSTARTUP...
Initializing storm...
Creating the factory...

>>> import storm
>>> storm.has_cextensions
True
>>>