VS C++项目中,选择工程项名称,右菜单中选择--->仅适用于项目---->仅生成(项目)

1.make_buildinfo,make_versioninfo

make_buildinfo.exe

make_versioninfo_d.exe

2.pythoncore

python25_d.lib

python25_d.dll

3.python,pythonw

python_d.exe

pythonw_d.exe

下载setuptools-21.1.0.zip  (WINDOW 下的扩展名 zip)

E:\setuptools-21.1.0\setuptools-21.1.0>python setup.py install

Copying setuptools-21.1.0-py3.4.egg to c:\python34\lib\site-packages
Adding setuptools 21.1.0 to easy-install.pth file
Installing easy_install-script.py script to C:\Python34\Scripts
Installing easy_install.exe script to C:\Python34\Scripts
Installing easy_install.exe.manifest script to C:\Python34\Scripts
Installing easy_install-3.4-script.py script to C:\Python34\Scripts
Installing easy_install-3.4.exe script to C:\Python34\Scripts
Installing easy_install-3.4.exe.manifest script to C:\Python34\Scripts

---------------------------------------------------------------------------------------------------

安装Django:

E:\Django-1.9.6\Django-1.9.6>python setup.py install

creating 'dist\Django-1.9.6-py3.4.egg' and adding 'build\bdist.win32\egg' to it
removing 'build\bdist.win32\egg' (and everything under it)
Processing Django-1.9.6-py3.4.egg
creating c:\python34\lib\site-packages\Django-1.9.6-py3.4.egg

Extracting Django-1.9.6-py3.4.egg to c:\python34\lib\site-packages

Adding Django 1.9.6 to easy-install.pth file

Installing django-admin.py script to C:\Python34\Scripts
Deleting C:\Python34\Scripts\django-admin.py
Installing django-admin-script.py script to C:\Python34\Scripts
Installing django-admin.exe script to C:\Python34\Scripts
Installing django-admin.exe.manifest script to C:\Python34\Scripts

Installed c:\python34\lib\site-packages\django-1.9.6-py3.4.egg
Processing dependencies for Django==1.9.6
Finished processing dependencies for Django==1.9.6

---------------------------------------------------------------------------------------------------------------------------------

系统变量加入以下路径:
C:\Python34;C:\Python34\Scripts;C:\Python34\Lib\site-packages\Django-1.9.6-py3.4.egg\django\bin

测试:

C:\Users\Administrator>cd C:\Python34\Lib\site-packages\Django-1.9.-py3..egg\django\bin

C:\Python34\Lib\site-packages\Django-1.9.-py3..egg\django\bin>python Django-admin.py  startproject  testemo

C:\Python34\Lib\site-packages\Django-1.9.-py3..egg\django\bin>cd testemo

C:\Python34\Lib\site-packages\Django-1.9.-py3..egg\django\bin\testemo> python manage.py runserver
Performing system checks... System check identified no issues ( silenced). You have unapplied migrations; your app may not work properly until they are applied.
Run 'python manage.py migrate' to apply them.
May , - ::
Django version 1.9., using settings 'testemo.settings'
Starting development server at http://127.0.0.1:8000/
Quit the server with CTRL-BREAK.
Not Found: /
[/May/ ::] "GET / HTTP/1.1"
Not Found: /favicon.ico
[/May/ ::] "GET /favicon.ico HTTP/1.1"
ie:
http://127.0.0.1:8000/

It worked!

Congratulations on your first Django-powered page.

Of course, you haven't actually done any work yet. Next, start your first app by running python manage.py startapp [app_label]. 

You're seeing this message because you have DEBUG = True in your Django settings file and you haven't configured any URLs. Get to work! 

python 2.5源代码编绎的更多相关文章

  1. MYSQL 源代码编绎脚本

    http://blog.csdn.net/hopingwhite/article/details/5808101

  2. mysql 源代码编绎

    http://blog.chinaunix.net/uid-20723616-id-769326.html https://software.intel.com/zh-cn/blogs/2010/08 ...

  3. Linux CentOS 编绎安装Python 3.5

    Linux CentOS 编绎安装Python 3.5 先决条件(若无安装,则不能编绎使用idle3):yum install tk-devel xz -d Python-3.5.0.tar.xzta ...

  4. 编绎openssl杂记(window)

    Window 下 OpenSSL 编绎过程 1. 下载 ActivePerl-5.12.4.1205  , openssl-0.9.8 , 配置Perl环境变量 , 解压openssl-0.9.82. ...

  5. JavaScript构建(编绎)系统大比拼:Grunt vs. Gulp vs. NPM

    Nicolas Bevacqua进行了一个比较JavaScript构建(编绎)系统的任务.他对三巨头: Grunt, Gulp and NPM进行了比较,并讨论了每种的优缺点. By Nicolas ...

  6. 编绎报错,解决方法objc_msgSend too many arguments to function call,expected 0, have3 (转)

      编绎报错,objc_msgSend too many arguments to function call,expected 0, have3 解决方法:    

  7. 编绎OpenJDK

    因为对于Java里的vtable,itable,有个地方还没搞明白,不得已去下个OpenJDK来研究下. 本来很不愿意去编绎OpenJDK,因为很有可能做的只是无用功,还有可能要去解决各种找不到链接库 ...

  8. CentOS编绎gcc

    1.解压tar -jxvf gcc-6.3.0.tar.bz2 -C ~/dev/2.下载前前提软件包cd gcc-6.3.0 ./contrib/download_prerequisitescd . ...

  9. Ubuntu编绎 Objective C程序

    1.安装如下组件 sudo apt-get install如下组件:build-essential gobjc gobjc++ gnustep-devel 2.在工作目录建立下如Shell脚本,并更改 ...

随机推荐

  1. C#条件语句、循环语句

    一.程序的三种结构 顺序结构 分支结构 循环结构 二.条件语句if 语句是最有用的控制结构之一. if … else …语句的语法: if (布尔表达式)执行操作的语句  或if (布尔表达式)执行操 ...

  2. SqlServer中输出错误消息

    raiserror('所有参数都不能为空',16,1,@@error)

  3. iOS开发常用输入校验

    1.数字字符校验 #define NUMBERSPERIOD @"0123456789." - (BOOL)CheckInput:(NSString *)string { NSCh ...

  4. 下破解安装Python开发工具WingIDE4.1

    步骤: 1.将系统时间调整到一个月之前,然后执行安装. 可以使用date命令调整系统时间,如:date -s '2012-08-14 10:00:00' 2.安装成功后,打开程序,按照提示信息,申请一 ...

  5. matlab中图像处理常见用法

    一. 读写图像文件 1. imread imread函数用于读入各种图像文件,如:a=imread('e:/w01.tif') 注:计算机E盘上要有w01相应的.tif文件. 2. imwrite i ...

  6. [Hive - LanguageManual] Create/Drop/Grant/Revoke Roles and Privileges / Show Use

    Create/Drop/Grant/Revoke Roles and Privileges Hive Default Authorization - Legacy Mode has informati ...

  7. Trail: JDBC(TM) Database Access(1)

    package com.oracle.tutorial.jdbc; import java.sql.BatchUpdateException; import java.sql.Connection; ...

  8. Hadoop上路-02_Hadoop FS Shell

    一.上传文件/目录 1)put 从本地文件系统中复制N个源路径到目标文件系统. 2)copyFromLocal 源路径须是一个本地文件. 二.下载文件/目录 1)get 复制文件到本地文件系统. 2) ...

  9. Tasks Queues and Cron Jobs(任务队列和时钟守护作业)

    一个网络应用必须迅速响应网络请求,一般要小于1s,最好是几十微秒,以便为坐在浏览器前面的用户提供一个流畅的体验.这就给不了应用太多的时间来处理工作.有时会是有更多的工作要做而不是有时间来做它.< ...

  10. POJ 2185 Milking Grid(KMP)

    Milking Grid Time Limit: 3000MS   Memory Limit: 65536K Total Submissions: 4738   Accepted: 1978 Desc ...