So I have a simple PiCamera script that basically just calls the start_preview() function, and it works perfectly in the python 2.7.9 IDE if I click Run->Run Module.
When I call this script (named camera.py) from the terminal using:
python camera.py
It runs and executes successfully, but nothing happens. No camera preview window pops up...What is going on?