易截截图软件、单文件、免安装、纯绿色、仅160KB

【求助】python传系统参数无法传入,急!

我在批处理中调用python脚本
如下:
call %pyscript%\StaticResult.py -s D:\DailySDV\Bts8.1\TestLog\TestResult.xml -d %CiRoot_WndPath%\cruisecontrol\userData\groups\group01\projects\%ProjectName%\%GtrRltPath%\!GtrRltNameStr!.xml -t %CiRoot_WndPath%\cruisecontrol\userData\groups\group01\projects\%ProjectName%\script\batmass\TestDuration.xml

但打印系统参数显示,
#传入参数处理
print sys.argv

发现上面参数根本没有被传入,同样脚本在其他机器上没有该问题,不知道是什么原因了,求助各位大侠。。
这种参数需要做个分析的,不能直接使用的!

这里有个例子:

class update:
def __init__(self, args):
self.parseCMD(args)
projectPath = self.opts.VCProjectPath
。。。。
def parseCMD(self, args):
parser = OptionParser()
parser.add_option("-b", "--BoardName", dest="BoardName",\
help="the board name", default="")

parser.add_option("-p", "--ProjectPath", dest="VCProjectPath",\
help="the path of VC project", default="")

parser.add_option("-t", "--TestCasePath", dest="TestCasePath",\
help="the path of TestCase", default="")



相关问答:

IIS 7 python 2.6 cgi 文件上传问题

我每次上传的文件读到的数据都不正确。2M 的图片读得10多K 。。哪位大侠可以帮帮我啊。
#!D:\ProgrammerTools\python26\python.exe
#encoding=utf-8
import cgitb
import os
cgitb.enable()
import cgi,urllib ......

python 图像多边形切割

python的PIL库自带的方法只能进行矩形的切割,如果我有了一个多边形各个顶点的坐标,如何对现有的图片按照这个多边形进行切割呢?
不一定要用PIL库,任何能实现这个功能的方法都行。

图片切割的js不是很多吗?
......

python中的转义问题,高手指点哈

例如:
ss = "E:\ALL\20100201_NEW\script\lib\core\core"
strs = ss.replace("\\", "/")

print strs

输出:
E:/ALL�0201_NEW/script/lib/core/core ......

Python 怎样启动远程的QTP?

Python 怎样启动远程的QTP,然后执行某个路径下的TEST ?

VB可以这样:
Set qtApp = CreateObject("QuickTest.Application", "192.168.0.102")
qtApp.Launch
qtApp.Visible = T ......

一个Python小脚本运行超慢

我用Python写了一个小脚本,作用是统计我e:\download目录下文件都包含了哪些扩展名,并打印出来,但是不知道为什么,这个脚本虽然可以正常的运行,但是运行的非常非常慢,平均每一次运行的时间都超过了1分钟才有结果 ......
© 2009 ej38.com All Rights Reserved. 关于E健网联系我们 | 站点地图 | 赣ICP备09004571号