HOW NOT TO INSTALL:
1)1st of all, you never install packages globally!
2nd) you don't know what dependencies
HOWTO INSTALL:
1) On Windows / Linux you simply create 1st a directory somewhere else.
Install 1st setuptools,
read the instructions here (specially take care about 64 bit windows):
http://pypi.python.org/pypi/setuptools
2) You install vertualenv with: C:\Python\scripts\easy_install -U virtualenv
3) Let us say on window you create after it:
C:\Users\john\PyEnv
then you create a minimal environment:
C:\Python\scripts\virtualenv C:\Users\john\PyEnv\PyramidENV
In pyramidenv is a pyhon environment, which you will use for your
pyramid installation afterwards.
C:\Users\john\PyEnv\PyramidENV\bin\easy_install -U pyramid
and pyramid will be completly installed IN THIS ENVIRONMENT with all
it's dependencies.
If you still need help, contact me directly and we can workout something
directly, if you want so.
Tamer
Am 12.10.2012 00:34, schrieb John Smith:
> I have written first C:\Python32\python.exe setup.py install (in
> pyramid-1.3 directory), it made a TypeError: Can't use a bytes pattern
> on a string-like object, so I tried C:\Python32\python.exe setup.py
> build,it ran with no error,and I retried to use install,it made the same
> error,any solution?
> --
> You received this message because you are subscribed to the Google
> Groups "pylons-discuss" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/pylons-discuss/-/GrhP1McdDXwJ.
> To post to this group, send email to pylons-discuss@googlegroups.com.
> To unsubscribe from this group, send email to
> pylons-discuss+unsubscribe@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/pylons-discuss?hl=en.