On Mon, 2016-03-07 at 20:29 +0000, Flores, Paul A. wrote:
> frustrating issue....
> 
> 
> 
> Any ideas?
> 
> 
> 
> -- Regenerating Qpid Management Framework sources
> Traceback (most recent call last):
>   File "/home/pflores/Shop/qpid-cpp-0.34/managementgen/qmf-gen", line
> 23, in <module>
>     from qmfgen.schema   import SchemaPackage, SchemaClass
>   File "/home/pflores/Shop/qpid-cpp-
> 0.34/managementgen/qmfgen/schema.py", line 21, in <module>
>     from cStringIO       import StringIO
> ImportError: No module named cStringIO
> CMake Error at src/CMakeLists.txt:142 (include):
>   include could not find load file:
> 
>     /home/pflores/Shop/qpid-cpp-0.34/build08/src/managementgen.cmake
> 
> 

This is a python problem, cStringIO is part of the python 2 standard
library: https://docs.python.org/2/library/stringio.html

I'm not sure what the status of is with regard to python 3. 




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org
For additional commands, e-mail: users-h...@qpid.apache.org

Reply via email to