dieter於 2019年10月8日星期二 UTC+8下午1時33分20秒寫道:
> jf...@ms4.hinet.net writes:
> > ...
> > But most of the download from Github has a directory named 'xxxx-master' 
> > which causes a trouble sometimes.
> 
> Those are likely not meant to be imported directly.
> 
> Typically, you have a "setup" step which installs (in some way)
> a "distribution". This step usually ensures that you can use
> "normal" Python import syntax to access all associated packages.
> 
> The "setup" step is typically performed with
> "python setup.py develop" or "python setup.py install" --
> with the "distribution" providing the "setup.py".

Yes, I understand the normal procedure on using a package, but it's not always 
the case.

--Jach
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to