1

Command :Import setuptools .

Where python will going to search the setuptools ?

Like command : Import ryu.hooks

In this case it will search the ryu folder then import the code into the script which is calling it .

-Ajay

1
  • Which part of the tutorial did you have trouble with? Commented Sep 22, 2016 at 10:43

1 Answer 1

3

the interpreter first searches for a built-in module

https://docs.python.org/2/tutorial/modules.html#the-module-search-path

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

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.