Alan Harris-Reid <
aharr...@googlemail.com> writes:
> I want to start using CherryPy with Python 3.1.1 and to that end I
> have downloaded and installed CherryPy-3.2.0rc1.win32.exe. However,
> when I try to load CherryPy via. the command-line I get the following
> error...
It looks like you may have installed the pre-python3 version. In earlier
releases urlparse was a top level library module, while in Python 3+ its
a sub-module within urllib.
I believe the installer you want is CherryPy-3.2.0rc1-py3.win32.exe
-- David