Open GoogleCodeExporter opened 8 years ago
When running the python sample, try:
google-blog-converters-r89/bin/livejournal2blogger.sh --help
If that works, it will give you the usage line for running the python
application.
Let me know if you still encounter this error.
Original comment by jlu...@google.com
on 6 Apr 2011 at 1:56
It says to execute lj2b.py -u username -p password [-s] but it doesn't make the
difference.
Do I have to modify the .py or the .sh to do the conversion?
Original comment by jordicat...@gmail.com
on 6 Apr 2011 at 7:17
Traceback (most recent call last):
File "src/livejournal2blogger/lj2b.py", line 30, in <module>
import gdata
ImportError: No module named gdata
What can I do?
Original comment by jordicat...@gmail.com
on 6 Apr 2011 at 9:22
Traceback (most recent call last):
File "bin/../lib/googleappengine/python/dev_appserver.py", line 68, in <module>
run_file(__file__, globals())
File "bin/../lib/googleappengine/python/dev_appserver.py", line 64, in run_file
execfile(script_path, globals_)
File "/Users/jordicatala/Desktop/google-blog-converters-r89/lib/googleappengine/python/google/appengine/tools/dev_appserver_main.py", line 449, in <module>
sys.exit(main(sys.argv))
File "/Users/jordicatala/Desktop/google-blog-converters-r89/lib/googleappengine/python/google/appengine/tools/dev_appserver_main.py", line 392, in main
config, matcher = dev_appserver.LoadAppConfig(root_path, {})
File "/Users/jordicatala/Desktop/google-blog-converters-r89/lib/googleappengine/python/google/appengine/tools/dev_appserver.py", line 3464, in LoadAppConfig
raise AppConfigNotFoundError
google.appengine.tools.dev_appserver.AppConfigNotFoundError
Original comment by jordicat...@gmail.com
on 6 Apr 2011 at 9:43
After putting in the user name and password at
https://livejournal2blogger.appspot.com/ the webpage times out with an HTTP 500
internal server error.
Original comment by scottjb0...@gmail.com
on 27 Apr 2011 at 6:43
Original issue reported on code.google.com by
jordicat...@gmail.com
on 5 Apr 2011 at 9:35