"el.wubo" wrote:
Gcc is part of the developers tools osx package. When you install xcode and friends you will also get gcc.
If you don't mind installing xcode (it's on the osx dvd) then you can try the easy install command again and it will probably work.... long term we need to find a good pil binary distribution so that all our mac users don't have to install xcode.
"hammerpocket" wrote:
Thanks! I've got photos working well now--soooooo much faster. I didn't realize that gcc was not part of the default install, so I installed the developer tools. However, that wasn't the only hurdle. I noticed in the PIL install that it listed jpeg support as "not available." So I found a binary for jpeglib and pnglib (combined) and installed that. I also ended up reinstalling PIL because I read that jpeglib had to be installed first for PIL to find it. (However I didn't try it first.)
"hammerpocket" wrote:
Are you familiar with py2app? It's described as "a distutils extension which converts python scripts into executable Mac OS X applications, able to run without requiring an existing Python installation." I'm not a programmer, but that sounds to me like a possible solution to My Media installs on OS X for the masses.
EDIT: Here's a link to py2app documentation:
http://svn.pythonmac.org/py2app/py2app/ ... index.html
"jasonsf" wrote:
Maybe someone can help me with this. I've got the server setup and the Roku sees the server. It loads in the folder structures but nothing loads. Pictures, music, etc. Folder structure but no media. When I look in the log file, I get something like this:
WARNING:root:SECURITY WARNING: Someone was trying to access ..\2010\2010-02-27\P1060627.JPG. The MyMedia client shouldn't do this
Is this a security issue? Does the python user need to have different security privileges? Anyone know what user this runs under?
I'm running this on Windows 7. The media is on a network drive shared as a windows drive letter.
Thanks-
Jason
"el.wubo" wrote:
That's really interesting. Can you email me the log? (My email is in the readme)
"DeftOne" wrote:
Is MyMedia doing any sort of scaling of the photos when it displays them on-screen during the slideshow? For some reason the quality of the photos seems to be significantly less than when viewing the same photos through the Flickr channel.
THB_DIM = THB_SD_DIM
FULL_DIM = FULL_SD_DIM
THB_DIM = THB_HD_DIM
FULL_DIM = FULL_HD_DIM
"foliveri" wrote:
Does anyone have any instructions for loading this ON ubuntu 9.1. i am not a linux guy, but I got to fed up with windows, i loaded ubuntu and so far i like it. I have python loaded 2.6, i ran springboard ok and loaded the client to the roku. Tht problem I have is server side, i cannot even access it with 192.168.10.199:8001/feed
I am not sure why, i have looked around alot, but cannot find the answer.
thanks,
Fred