I am having difficulty getting MyMedia to work with my new Roku.
I hope to access video which is on my mac from the MyMedia channel.
On the mac, I had Python 2.3.3 already installed,
I installed additionally, Python 2.7.1
I installed libpng and libjpeg (combo package)
When I attempt to install PIL, and copy and paste the command:
sudo easy_install --find-links
http://www.pythonware.com/products/pil/ Imaging
into Terminal, I first get the prompt to type my password, after entering my password, then I get:
sudo: easy_install: command not found
I never get to a message that jpeg support is available.
Further attempts only give me this same error message with no possibility of entering a password.
Do you have any suggestions what I might try?
Thank You
New update:
After installing PIL using an installer. I did get the message near the end of the install that jpegs were supported
also that Tkinter was supported.
When I launch springboard.py, I get the server configuration window, enter the information, click "install client" and see
writing configuration
uploading ../zips/client.zip to
http://10.0.1.8:80/plugin_installmultipart/form-data; boundary=----------ThIs_Is_tHe_bouNdaRY_$
then I click "launch server" and get:
writing configuration
Exception in Tkinter callback
Traceback (most recent call last):
File "/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/lib-tk/Tkinter.py", line 1345, in __call__
return self.func(*args)
File "/Applications/netguy204-roku_media_server-25aaa89/server/springboard.py", line 168, in launch_server
panel = ServerPanel(root, self.spawn_server())
File "/Applications/netguy204-roku_media_server-25aaa89/server/springboard.py", line 182, in spawn_server
import subprocess
ImportError: No module named subprocess
I get an empty window tk #2
Any ideas why this exception is occurring, an how I can resolve it?
Thank You