New submission from Бобёр Сатанист:

How to import modules/files in Python 3.6.2? I started to study python, in the 
section about importing modules, here is an example: I created a text file with 
the text "print('Hello module world!')" and saved it with the name 
"module1.py". I put the file in a folder with a python. As stated in the book, 
simply entering 
"import module1" python imports the contents of the file, wherever it is on the 
computer, or it can be executed with the command "python module1".

In short, the method does not work on version 3.6.2,when i tried to import 
file, python did not find the file, neither through calling the Python 
interpreter from the command line, nor through IDLE. Error module not found 
error, and with the command 
"python  module1" - syntax error.

PATH on my computer is configured.Windows 10 ver.1703 x64,Python 3.6.2 x64

----------
files: 1.jpg
messages: 301727
nosy: Бобёр Сатанист
priority: normal
severity: normal
status: open
title: does not work import in Python 3.6.2
type: behavior
versions: Python 3.6
Added file: https://bugs.python.org/file47126/1.jpg

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue31397>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to