Hello
I am trying to install Pylons in my home directory on a Unix server.
I am new to both Python and Unix and, unfortunately have fallen at the
first hurdle :-(
When I run the the "go-pylons.py" script, I get the following
traceback:
>python go-pylons.py pylons_sandbox/
Traceback (most recent call last):
File "go-pylons.py", line 950, in ?
SITE_PY = """
LookupError: unknown encoding: zlib
This corresponds to the following section of the script:
##file site.py
SITE_PY = """
blah...blah...blah...
""".decode("base64").decode("zlib")
Here are some environment details:
OS = HP-UX B.11.11 U 9000/800
Python version = 2.4.1
There is an implementation of zlib version 1.1.3 installed at opt/zlib
If anyone has any ideas that would be much appreciated.
Thanks
Chris
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"pylons-discuss" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---