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!

_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to