新一コナン 2018-03-10 12:06 采纳率: 0%
浏览 3192
已结题

robotframework-ride打开不是图形界面

这几天研究robotframework,下载完了,昨天还可以正常运行,我今天又安装了个mysql和tomcat,按理说这个没有影响吧,但是今天打开robotframework-ride,就变成了下面一串代码,不是之前的图形界面了。百度也没搜到这种问题。有知道的吗,麻烦帮忙看下,谢谢。
#!C:\Python27\python.exe

Copyright 2008-2015 Nokia Solutions and Networks

Licensed under the Apache License, Version 2.0 (the "License");

you may not use this file except in compliance with the License.

You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software

distributed under the License is distributed on an "AS IS" BASIS,

WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

See the License for the specific language governing permissions and

limitations under the License.

import sys
from robotide import main

Must be protected against reimporting

As multiprocessing has an odd requirement

and we use multiprocessing

http://docs.python.org/library/multiprocessing.html#windows

if name == '__main__':
main(*sys.argv[1:])

  • 写回答

1条回答 默认 最新

  • threenewbee 2018-03-10 15:44
    关注

    看上去是你的python被更新或者替换了,重新安装下,或者看下环境变量。

    评论

报告相同问题?

悬赏问题

  • ¥15 求差集那个函数有问题,有无佬可以解决
  • ¥15 【提问】基于Invest的水源涵养
  • ¥20 微信网友居然可以通过vx号找到我绑的手机号
  • ¥15 寻一个支付宝扫码远程授权登录的软件助手app
  • ¥15 解riccati方程组
  • ¥15 display:none;样式在嵌套结构中的已设置了display样式的元素上不起作用?
  • ¥15 使用rabbitMQ 消息队列作为url源进行多线程爬取时,总有几个url没有处理的问题。
  • ¥15 Ubuntu在安装序列比对软件STAR时出现报错如何解决
  • ¥50 树莓派安卓APK系统签名
  • ¥65 汇编语言除法溢出问题