Resolution to this issue is carefully setting ones PATH .

I used the following command to identify the folders I needed in my path.
python2.7 -v -c "import hashlib" 2> output.txt
It comes in handy whenever one encounters a missing module.

________________________________________
From: Alan Conway [acon...@redhat.com]
Sent: Tuesday, March 08, 2016 12:57 PM
To: users@qpid.apache.org
Subject: Re: QPID CPP 0.34: Qpid Management Framework - CMake - path or missing 
file? HELP

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
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org
For additional commands, e-mail: users-h...@qpid.apache.org

Reply via email to