Please help.
I have python installed and can run rss_server.py and hit my
http://127.0.0.1:8001/ and see all my files and all. So, my server seems fine.
My problem is that I can't run mymedia.py.
When I double-click it or run the mymedia.bat file I get the following error:
Traceback (most recent call last):
File "mymedia.py", line 3, in <module>
from google.appengine.api import users
ImportError: No module named google.appengine.api
Press any key to continue . . .
I read in this forum that MyMedia no longer needs google. Do I just have an outdated mymedia.py file? If so, where can I get the new one?
Thanks so much!