Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Need help installing pyramid 1.3
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  2 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
John Smith  
View profile  
 More options Oct 11 2012, 6:34 pm
From: John Smith <aegypt...@yahoo.com>
Date: Thu, 11 Oct 2012 15:34:40 -0700 (PDT)
Local: Thurs, Oct 11 2012 6:34 pm
Subject: Need help installing pyramid 1.3

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 must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Tamer Higazi  
View profile  
 More options Oct 15 2012, 12:27 pm
From: Tamer Higazi <th9...@googlemail.com>
Date: Mon, 15 Oct 2012 18:27:09 +0200
Local: Mon, Oct 15 2012 12:27 pm
Subject: Re: Need help installing pyramid 1.3
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:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »