Cookielib in Jython

Felipe De Bene ttboy86 at gmail.com
Mon Oct 6 07:19:53 EDT 2008


Hi There,
I'm trying to run an App I wrote in Python 2.5.2 in Jython 2.2.1 and
everything works fine except when I try to import the Standard
CPython's cookielib. I know this may sound stupid, I could use an
advice here on what's wrong. Thanks in advance,
Felipe.

Output:
Jython 2.2.1 on java1.6.0_07
Type "copyright", "credits" or "license" for more information.
>>> import cookielib
Traceback (innermost last):
  File "<console>", line 1, in ?
ImportError: no module named cookielib
>>> from cookielib import *
Traceback (innermost last):
  File "<console>", line 1, in ?
ImportError: no module named cookielib
>>> from CookieLib import *
Traceback (innermost last):
  File "<console>", line 1, in ?
ImportError: no module named CookieLib



More information about the Python-list mailing list