You mean this?
http://docs.pylonsproject.org/projects/pyramid/en/latest/quick_tutorial/scaffolds.html

Do this:

    $VENV/bin/python

What python version shows? If not Python 3.4.x (as you would expect), then try this:

    $VENV/bin/python3

...and if it shows 3.4.x, then adjust any command with 'python' to use 'python3' instead.

[Note to self, we might need to add a step for users to check that they have the desired Python version as the default in their PATH.]

Next, did you do the previous step 2?

    $VENV/bin/pcreate --scaffold starter scaffolds

Next, did you follow Requirements previously and to the letter?
http://docs.pylonsproject.org/projects/pyramid/en/latest/quick_tutorial/requirements.html

If you did not, then start over with a clean directory, and follow every step. Do not go off the beaten path with pip, unless you know the implications (as stated at the end of Requirements).

--steve


On 8/9/15 at 9:03 PM, [email protected] (Yetta) pronounced:

I am wanting to step through the tutorials but I get "ImportError: /home/brian/projects/quick_tutorial/env/lib/python3.4/lib-dynload/_ctypes.cpython-34m-
x86_64-linux-gnu.so: undefined symbol: _PyTraceback_Add"
I am in this directory
~/projects/quick_tutorial/scaffolds
and I try running
$VENV/bin/python setup.py develop
The ~/projects/quick_tutorial/env/bin   folder does have a copy of python3.4

Any idea what I am missing?
Thanks
Brian


------------------------
Steve Piercy, Soquel, CA

--
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/pylons-discuss.
For more options, visit https://groups.google.com/d/optout.

Reply via email to