Import and current directory of Python3

Source: Internet
Author: User

Environment:

Python-3.4.3

web.py-0.37

When installing the web.py , Prompt

' Utils '

Look at the source,setup.py, there is a sentence

 from Import __version__

This sentence will be executed in the Web folder __init__.py, and then see __init__.py, there are

import utils, DB, net, Wsgi, HTTP, Webapi, Httpserver, Debugerror

utils.py, db.py etc with __init__.py in the same folder

Did an experiment.

A folder a, there are a.py and b folders,B folder has __init__ . PY

a.py

Import OS Import B Print (OS.GETCWD ())

__init__.py

Import OS Print (OS.GETCWD ())

Run a.py, output the same as two paths

Python3 from the sys.path to find the import module or package, and Python3 in the above import B When running __init__.py does not change the current directory, the current directory is still a

Later...... We found Https://github.com/warmwaver/webpy/tree/python3.

--date:2015-08-19

Import and current directory of Python3

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.