From: brian z. <bz...@zi...> - 2001-04-22 17:13:59
|
Ron, glob() is available in the glob module which comes with the standard CPython distribution. If you have CPython available, just add the \Lib directory to your python.path registry value. I don't know if it's possible to get just the CPython libraries or not, but it doesn't hurt to have both Python implementations available. brian -----Original Message----- From: jyt...@li... [mailto:jyt...@li...]On Behalf Of Uncle Roastie Sent: Saturday, April 21, 2001 11:12 PM To: br...@ec... Cc: jyt...@li... Subject: [Jython-users] Jython/Thinking in Patterns Question Bruce, "Thinking in Patterns", chapter 9 on the Jython interpreter, has been invaluable to me at work. Question: On pages 9.21 and 9.23 you show how to use "glob()" in Jython, and then you add that it is not part of the standard Jython package. So, where can we find this beast? And any other similar furry creatures that might exist. Thanks, Ron ron...@ne... (W) ro...@ro... (H) |