[Tutor] How do I add an argument too...

Danny Yoo dyoo at hkn.eecs.berkeley.edu
Thu Jul 21 23:15:42 CEST 2005



On Thu, 21 Jul 2005, Joseph Quigley wrote:

> optparse.. Can I download that as a module or do I have to download
> epython?

Hi Joseph,

optparse derives from a hird-party library called Optik, so in a pinch,
you can probably just use Optik:

    http://optik.sourceforge.net/

It's also possible to port optparse back to older versions of Python,
although that may take more work.

Good luck!



More information about the Tutor mailing list