I've installed tensor flow on Mac OS X. Successfully ran simple command line test. Now trying the first tutorial.
Fail on the first python line:
[python prompt:] import tensorflow.examples.tutorials.mnist.input_data
Traceback (most recent call last): File "", line 1, in ImportError: No module named examples.tutorials.mnist.input_data
But the file seems to be there:
new-host-4:~ karlovitz$ ls /Library/Python/2.7/site-packages/tensorflow/examples/tutorials/mnist/ BUILD fully_connected_feed.py mnist.py mnist_with_summaries.py init.py input_data.py mnist_softmax.py