On Feb 1, 9:13 pm, Chris B <[email protected]> wrote: > Hi Mark and Wyatt > > Thanks for your interest. > In the end I installed on a different machine (Linux) and everything > was fine. > > Mark zlib_codec.py was where you said it would be - got a bit lost > when you mentioned 'development headers'. Would I have needed root > access to re-compile - or could I have created my own personal > compilation in my home directory, say?
You would have needed root access to install[1] system-wide (e.g., in / usr/local), but you could have also installed to $HOME. On Linux you'd probably need to set LD_LIBRARY_PATH if you install to $HOME. Personally, though, I'd almost always go with the package-management version of a library like that. I'm curious what kind of package management is available on HP-UX. [1] Just to pedantic, you don't need to be root to _compile_, only to install to a protected location. > Wyatt the original box I was using was running HP-UX B.11.11. > > Cheers, > > Chris > > On Jan 30, 2:41 pm, Wyatt Baldwin <[email protected]> wrote: > > > On Jan 29, 6:29 pm, Chris B <[email protected]> wrote: > > > > 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. > > > Wh ich flavor/version of UNIX? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
