[13:37:52] <mgedmin> it seems to me that pip list --outdated doesn't list outdated packages -- instead it lists all packages and mentions whether each of them is outdated or not
[13:41:08] <tos9> state=latest isn't really a reasonable thing IMHO -- but why isn't the solution there to just run pip install -U and report changed based on whether stdout says already up to date
[14:12:19] <xafer> A (far-fetched) equivalent command for pip install --dry-run would be pip download
[14:13:09] <xafer> But this would not work in the pip install -U case
[16:35:17] <ngaio> I've completed the first round of building my setup.py, using setuptools. The package directory is raphodo. I've confirmed I can import things, e.g. >>> from raphodo import storage . But when I want to run the end user program using the entry_point gui_script, I get this: ImportError: No module named 'storage'