[问题] from 和 import 问题

楼主: kisha024 (4545454554)   2024-07-01 21:08:25
各位好
from PIL import Image
from matplotlib import pyplot as plt
上面这两行 如果写成下面这样 也可以
import PIL.Image as Image
import matplotlib.pyplot as plt
from collections import namedtuple
但上面一行 如果写成下面这样 就不行
import collections.namedtuple as namedtuple
想请问 为什么不行这样写呢?
谢谢
作者: poototo (poototo)   2024-07-02 00:19:00
错误讯息有告诉你为什么
作者: goitaly (机会不等人)   2024-07-02 04:35:00
依功能性来看 一个是module 一个是function
作者: LeFilsDuVent (Le Fils Du Vent)   2024-07-02 12:49:00
.的意思是the directory of a module for relativeimport 而namedtuple不是个package举例 from pandas import Series 是ok的import pandas.Series as ser 会出错
作者: only0307 (塔史亮晶晶)   2024-07-21 07:38:00
感谢楼上 涨姿势

Links booklink

Contact Us: admin [ a t ] ucptt.com