This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mirabilos
Recipients Ramchandra Apte, alanh, christian.heimes, ezio.melotti, jcea, mirabilos, pitrou, python-dev, serhiy.storchaka, skrah, trent
Date 2013-05-11.14:57:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <Pine.BSM.4.64L.1305111456010.13677@herc.mirbsd.org>
In-reply-to <1368283122.2537.6.camel@fsol>
Content
Antoine Pitrou dixit:

>"python -m test" (with any options you might like), but we don't

No, I tried that (as it was the only thing I could find on the
’net as well) on an i386 system and only get:

tglase@tglase:~ $ python2.7 -m test
/usr/bin/python2.7: No module named test.__main__; 'test' is a package and cannot be directly executed
1|tglase@tglase:~ $ python3.2 -m test
/usr/bin/python3.2: No module named test.__main__; 'test' is a package and cannot be directly executed

Same when adding ‘-h’.

bye,
//mirabilos
-- 
Gast: „Ein Bier, bitte!“
Wirt: „Geht auch alkoholfrei?“
Gast: „Geht auch Spielgeld?“
History
Date User Action Args
2013-05-11 14:57:31mirabilossetrecipients: + mirabilos, jcea, pitrou, christian.heimes, trent, ezio.melotti, alanh, skrah, python-dev, Ramchandra Apte, serhiy.storchaka
2013-05-11 14:57:31mirabiloslinkissue17237 messages
2013-05-11 14:57:30mirabiloscreate