[
https://issues.apache.org/jira/browse/MESOS-2337?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14569344#comment-14569344
]
Marco Massenzio commented on MESOS-2337:
----------------------------------------
Apache Jira today is too painfully slow to do anything with it today - but
I think I moved this back to 'accepted' (as opposed to 'in progress') and
unassigned?
The idea would be to do some sprint planning, but we never got round to it
this Sprint...
*Marco Massenzio*
*Distributed Systems Engineer*
On Tue, Jun 2, 2015 at 8:46 AM, Niklas Quarfot Nielsen (JIRA) <
> __init__.py not getting installed in $PREFIX/lib/pythonX.Y/site-packages/mesos
> ------------------------------------------------------------------------------
>
> Key: MESOS-2337
> URL: https://issues.apache.org/jira/browse/MESOS-2337
> Project: Mesos
> Issue Type: Bug
> Components: build, python api
> Reporter: Kapil Arya
> Assignee: Marco Massenzio
> Priority: Blocker
>
> When doing a {{make install}}, the src/python/native/src/mesos/__init__.py
> file is not getting installed in
> {{$PREFIX/lib/pythonX.Y/site-packages/mesos/}}.
> This makes it impossible to do the following import when {{PYTHONPATH}} is
> set to the {{site-packages}} directory.
> {code}
> import mesos.interface.mesos_pb2
> {code}
> The directories {{$PREFIX/lib/pythonX.Y/site-packages/mesos/interface,
> native}} do have their corresponding {{__init__.py}} files.
> Reproducing the bug:
> {code}
> ../configure --prefix=$HOME/test-install && make install
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)