Geany中最简单的Python程序hello worl,生成目标文件出错
Ubuntu16.04中安装来了Geany,编写了Python的helloworld程序 print("HelloPythonworld!"),Co...
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
第二个问题???
同样在ubuntu得终端运行这个python程序;
使用命令行:
xiongchen@xiongchen-virtual-machine:~$ cd Desktop/python_work/
bash: cd: Desktop/python_work/: 没有那个文件或目录
求助!!!!! 展开
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
第二个问题???
同样在ubuntu得终端运行这个python程序;
使用命令行:
xiongchen@xiongchen-virtual-machine:~$ cd Desktop/python_work/
bash: cd: Desktop/python_work/: 没有那个文件或目录
求助!!!!! 展开
1个回答
2017-11-15
展开全部
python是解释语言,所以执行方式就是python交互或python加文件名。如一个Python文件hello.py。在终端输入:python hello.py即可。在Geany:F5或菜单执行。Geany编译生成pyc文件,编译和make都不是必须的,除非你写个make文件,要不然怎么make啊。所以初学直接执行python。
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询