English 中文(简体)
我怎么能够召集Geany编辑和操作我的“灰色”节目?
原标题:How can I configure Geany to compile and run my Python programs?
  • 时间:2010-01-19 14:27:26
  •  标签:
  • python
  • geany

在“建筑菜单”下,我可以看到“可选择”方案,但这是灰色的。

唯一可行的选择是: 当我点击这两个领域已经填满时。 我不得不在这里写什么?

“alt

最佳回答

我无需混淆Geany的任何东西。 我只打了F5,目前的模块已经安装。

你们的档案是否被确认为“灰尘”档案? 你们使用哪一种吉尼语(我使用特别志愿人员版本,该版本相当稳定;大坝,岩石稳固稳定;-)? 我的版本中用于汇编的配置稍有发展,但指挥部门相同,运作良好。

问题回答

我有同样的问题,找到了以下解决办法:

在建立备选办法的对话中,点击了对话的底线——外部援助,而“紧急选择”则变得不可磨灭。

我把全部路标放在了我在那里安装的沙里(C:Python27python %F)或(C:Python32python %F)上,似乎只做罚款。

由于一些不明原因,在Ubuntu 19.04(Disco Dingo)在python "%f”上安装了新装置。

我用python3“%f”解决了类似的问题。

don't abes to set the “KeyBled”, i.e., the key板shortcut-key 您敦促大家启动“Run, Execute, Compile, Save, Find, 印刷品等”。

为此;

Menu Edit >P参半>->>>.

这里,你可以选择/改变任何关键/要点,为你想要采取的任何行动绘制地图。

为什么? 由于其他一些六氯环己烷方案可能已经被压倒一切,或者可能已经拿到了缺水的地质公司指定地图钥匙。

你们需要从一开始就确定道路变量。 或者,你需要在Build->建立指挥系统。

这一录像可以让你清楚地看到:

<

你汇编的道路是看重的。 但是,在执行过程中,你走了这条路。 ......

<>C:python27python “%f”

  1. Find the Zhu console path.

  2. 现在确定环境变量





相关问题
Can Django models use MySQL functions?

Is there a way to force Django models to pass a field to a MySQL function every time the model data is read or loaded? To clarify what I mean in SQL, I want the Django model to produce something like ...

An enterprise scheduler for python (like quartz)

I am looking for an enterprise tasks scheduler for python, like quartz is for Java. Requirements: Persistent: if the process restarts or the machine restarts, then all the jobs must stay there and ...

How to remove unique, then duplicate dictionaries in a list?

Given the following list that contains some duplicate and some unique dictionaries, what is the best method to remove unique dictionaries first, then reduce the duplicate dictionaries to single ...

What is suggested seed value to use with random.seed()?

Simple enough question: I m using python random module to generate random integers. I want to know what is the suggested value to use with the random.seed() function? Currently I am letting this ...

How can I make the PyDev editor selectively ignore errors?

I m using PyDev under Eclipse to write some Jython code. I ve got numerous instances where I need to do something like this: import com.work.project.component.client.Interface.ISubInterface as ...

How do I profile `paster serve` s startup time?

Python s paster serve app.ini is taking longer than I would like to be ready for the first request. I know how to profile requests with middleware, but how do I profile the initialization time? I ...

Pragmatically adding give-aways/freebies to an online store

Our business currently has an online store and recently we ve been offering free specials to our customers. Right now, we simply display the special and give the buyer a notice stating we will add the ...

Converting Dictionary to List? [duplicate]

I m trying to convert a Python dictionary into a Python list, in order to perform some calculations. #My dictionary dict = {} dict[ Capital ]="London" dict[ Food ]="Fish&Chips" dict[ 2012 ]="...

热门标签