Geany中最简单的Python程序hello worl,生成目标文件出错 5
Ubuntu16.04中安装来了Geany,编写了Python的helloworld程序print("HelloPythonworld!"),Compile没问题,生成目...
Ubuntu16.04中安装来了Geany,编写了Python的hello world程序 print("Hello Python world!"),Compile没问题,生成目标文件出错。
make (在目录 /home/xiongchen/桌面/python_work 中)
make: *** 没有指明目标并且找不到 makefile。 停止。
编译失败。
Execute时出现
/tmp/geany_run_script_5FFW8Y.sh: 7: /tmp/geany_run_script_5FFW8Y.sh: python3hello_world.py: not found
------------------
(program exited with code: 127)
Press return to continue 展开
make (在目录 /home/xiongchen/桌面/python_work 中)
make: *** 没有指明目标并且找不到 makefile。 停止。
编译失败。
Execute时出现
/tmp/geany_run_script_5FFW8Y.sh: 7: /tmp/geany_run_script_5FFW8Y.sh: python3hello_world.py: not found
------------------
(program exited with code: 127)
Press return to continue 展开
4个回答
展开全部
检查一下xterm是不是已经安装了,虚拟终端并不是默认安装的。在root权限下输入yum install xterm等待安装结束再试试看。
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
python是解释语言,所以执行方式就是python交互或python加文件名。如一个Python文件hello.py。在终端输入:python hello.py即可。在Geany:F5或菜单执行。Geany编译生成pyc文件,编译和make都不是必须的,除非你写个make文件,要不然怎么make啊。所以初学直接执行python。
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
设置生成命令中的python3"%f"改为python "%f",中间有个空格就行
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
你好,请问你的问题解决了吗?
我是在Linux下也有同样的问题,如果解决了请教教我
我是在Linux下也有同样的问题,如果解决了请教教我
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询