Message336809
| Author | Peter L3 |
|---|---|
| Recipients | Anthony Sottile, Chris Billington, Ivan.Pozdeev, Peter L3, SilentGhost, __Vano, barry, brett.cannon, cheryl.sabella, christian.heimes, emma_smith, eric.smith, eric.snow, ionelmc, jaraco, mhammond, ncoghlan, pitrou, steve.dower, takluyver, terry.reedy, veky |
| Date | 2019-02-28.07:10:58 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1551337858.24.0.639548755728.issue33944@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
+1 for python -v listing .pth files found and loaded.
For debugging, I just add a:
import sys; print('Loading mypth.pth')
to the start of the pth file.
A plain print doesn't work(?).
breakpoint() doesn't work(?).
It would be nice to be able to get the filename (__file__ is site.py) |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-02-28 07:10:58 | Peter L3 | set | recipients: + Peter L3, mhammond, barry, brett.cannon, terry.reedy, jaraco, ncoghlan, pitrou, eric.smith, christian.heimes, ionelmc, SilentGhost, __Vano, eric.snow, takluyver, steve.dower, veky, Ivan.Pozdeev, Anthony Sottile, emma_smith, cheryl.sabella, Chris Billington |
| 2019-02-28 07:10:58 | Peter L3 | set | messageid: <1551337858.24.0.639548755728.issue33944@roundup.psfhosted.org> |
| 2019-02-28 07:10:58 | Peter L3 | link | issue33944 messages |
| 2019-02-28 07:10:58 | Peter L3 | create | |