Skip to content Skip to sidebar Skip to footer

Issue With Pyramid Framework Wit Python 3.3 Version

Could you please help me to solve below error while starting my pyramid project ? c:\Python33\Scripts\v_env_testmvc_cmd\Scripts>activate (v_env_testmvc_cmd) c:\Python33\Scripts\

Solution 1:

Don't use activate. Instead set an environment variable to your virtual environment path and use that when invoking commands. Details are in this setup guide. Alternatively, the master branch of the documentation has the "bleeding edge" for Windows installation of Pyramid that has been thoroughly tested by tutorial and meetup participants.

Once you have done that, then follow the process described in Creating a Pyramid Project.

Solution 2:

Post a Comment for "Issue With Pyramid Framework Wit Python 3.3 Version"