Python PGU Library - 如何安装它?

时间:2014-01-07 22:41:52

标签: python user-interface install pygame pgu

我正在使用Windows 8上的pygame开发Python游戏,我想添加一些按钮和内容。我找到了一个名为PGU的库,但我真的不知道如何安装它。

如果有人可以帮助我将PGU添加到pygame,那就太棒了。

2 个答案:

答案 0 :(得分:1)

我刚刚找到答案。当您下载PGU并解压缩时,在该文件夹中还有另外两个名为“pgu”和“data”的文件夹。将它们复制到项目的/程序的根文件夹中,你就完成了!

有关详细信息:https://code.google.com/p/pgu/source/browse/trunk/INSTALL.txt?r=21

答案 1 :(得分:0)

安装PGU的另一种方法是使用 ## a-priori contrasts library(stats) contrasts(DF$GzrTreat) <- cbind(c(1,-2,1), c(1,0,-1)) round(crossprod(contrasts(DF$GzrTreat))) c_labels <- list(GzrTreat=list('presence'=1, 'immigration'=2)) ## model library(car) EpiLM <- lm(log_EpiChla~TempTreat*GzrTreat*ShadeTreat, DF) summary.aov(EpiLM, split=c_labels) ### MUST USE summary.aov(), to get #contrast results, but sadly this uses Type I SS Anova(EpiLM, split=c_labels, type="III") # Uses Type III SS, but NO #CONTRASTS!!!!! drop1(EpiLM, ~., test="F") # again, this does not print contrasts # I need contrast results like from summary.aov(), AND Type III SS # like from Anova()

here下载.zip文件后,您可以按以下步骤操作:

pip

有关pip的更多信息,请阅读Wikipedia page