How to handle '-' in the 'from' part in a "from import" statement?

jfong at ms4.hinet.net jfong at ms4.hinet.net
Tue Oct 8 21:12:26 EDT 2019


dieter於 2019年10月8日星期二 UTC+8下午1時33分20秒寫道:
> jfong at 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



More information about the Python-list mailing list