ioffer30 / google-blog-converters-appengine

Automatically exported from code.google.com/p/google-blog-converters-appengine
Apache License 2.0
0 stars 0 forks source link

Socorro porfavor! No module named gdata.service #86

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Estou tentando converter wordpress para blogger localmente.
"rodo  bin/run-appengine.sh [-p 8080] wordpress2blogger" no terminal
acesso localhost:8080 e quanto vou converter aparece a mensagem

Traceback (most recent call last):
  File "/var/www/lib/googleappengine/python/google/appengine/tools/dev_appserver.py", line 3197, in _HandleRequest
    self._Dispatch(dispatcher, self.rfile, outfile, env_dict)
  File "/var/www/lib/googleappengine/python/google/appengine/tools/dev_appserver.py", line 3140, in _Dispatch
    base_env_dict=env_dict)
  File "/var/www/lib/googleappengine/python/google/appengine/tools/dev_appserver.py", line 522, in Dispatch
    base_env_dict=base_env_dict)
  File "/var/www/lib/googleappengine/python/google/appengine/tools/dev_appserver.py", line 2399, in Dispatch
    self._module_dict)
  File "/var/www/lib/googleappengine/python/google/appengine/tools/dev_appserver.py", line 2309, in ExecuteCGI
    reset_modules = exec_script(handler_path, cgi_path, hook)
  File "/var/www/lib/googleappengine/python/google/appengine/tools/dev_appserver.py", line 2205, in ExecuteOrImportScript
    exec module_code in script_module.__dict__
  File "/var/www/src/blogger2wordpress/blogger2wordpress.py", line 18, in <module>
    import gdata.service
ImportError: No module named gdata.service 

What is the expected output? What do you see instead?
I am usingpython 2.7
SO: Linux Kubuntu 11.10

What version of the product are you using? On what operating system?
Please provide any additional information below.
gdata library installed and ran the test was 100%
I need to run locally because the other version only supports up to 1MB, I need 
a minimum 100MB XML file for wordpress.

Original issue reported on code.google.com by samuel.i...@gmail.com on 17 Feb 2012 at 2:48