1

This may sound a newbie question, however I'm new to python,

I'm launching python shell then typing following into it from tastypie.resources import * The return message is

>>> from tastypie.resources import *
Aborted

The necessary modules are installed I've checked, please don't suggest running the command in separate .py file as my shell is launched with some setup by other scripts.

It there any python interpreter log (where it is located in ubuntu ?) Is there any python configuration which debugs script execution.

P.S. python is 2.7.2+

Thanks in advance

2
  • 1
    could you post the actual output from the interpreter, with inputs and outputs. errors are normally reported. Commented Jan 27, 2012 at 15:44
  • updated the original question Commented Jan 27, 2012 at 15:47

1 Answer 1

1

python -vv to trace import statements, try python --help.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.