Hi,

I am a relatively new Python and web developer and am currently trying
to get Imaging working on Google App Engine.
I pulled down the MuvMuv sample application code to try and dissect it
and borrow some good working code.
The problem I am having is that the 'simplejson' module is not
importing properly on my local machine. I am not familiar with JSON
and was hoping for some sample code to learn from that didn't require
me to learn it just yet. I have downloaded and installed 'simplejson'
on my local machine using 'python setup.py install' and have confirmed
that it works in the Python command line, but for some reason it does
not work in GoogleAppEngineLauncher.

Can anyone help me get this running or point me to a more basic
AppEngine application with source that uses the Imaging api?

Here is the errror I get from the AppEngineLauncher server:

File "/Users/alok/Desktop/appengine/muvmuv/main.py", line 8, in
<module>
    import simplejson
ImportError: No module named simplejson

Thanks,
Alok

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to