开发者

Installing mypysql

In the readme file for mypysql, under the Installation section, all that is written is the following:

$ svn export http://mypysql.svn.sourceforge.net/svnroot/mypysql mypysql
$ cd mypysql
$ make compile
$ sudo make install

W开发者_运维百科here would I execute such code?


At a shell prompt.


I have compile mypysql-0.5 for window using vc2005. The project src at mypysql-0.5-win.zip


You're not installing it, you're compiling it. To install it you just need to copy mypysql.pyd and libmysql.dll to [your python folder]/DLLs/

You'll need to get libmysql.dll from your mysql folder or download it from the mysql website.


Execute the above code at the command prompt.

If you are using Windows OS then execute it at C:\

If you are using Mac/Unix/Linux like OS, start the terminal and execute it there - []$

You will need to have the administrator privileges to do this.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜