問題タブ [eric-ide]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
python - How to install the Django plugin for the Eric IDE?
I can't believe I have to ask this, but I have spent almost three hours looking for the answer. Anyway, I have Eric IDE 4 installed on my linux distro. I can't seem to download any plugins to the plugins repository.
The only one I really want is the Django plugin so when I start a new project in Eric, the Django option shows. The plugin repository just shows me an empty folder for .eric4/eric4plugins and there's no follow up as to where I can get the plugins from somewhere else. Actually, there was a hinting at it on the Eric docs site, but what I ended up getting was the ENTIRE trunk for eric. And the plugins that came with the trunk are just the bare bones ones that ship with it. I didn't get the Django one and the documentation on the Eric site is seriously lacking and overly complex.
Anyone know how I can just get the Django snap in?
python - EricIDEのオートコンプリートが機能しない
UbuntuSoftwareCenterからUbuntuにEric4.4.18をインストールしました。「オートコンプリートを有効にする」オプションをマークし、言語をpythonに設定しましたが、機能しません。エリックがしているように見えるのは、構文の強調表示だけです。どうすればそれを機能させることができますか?
python - Eric IDE: デフォルトのディレクトリ
Eric IDEのデフォルト ディレクトリを「ホーム」フォルダから「マイ プロジェクト」フォルダに変更するにはどうすればよいですか?
python-3.x - Eric5: 「新しいプロジェクト」ダイアログの [OK] ボタンが無効になっています
Eric5 のインストールに成功しました。しかし、「プロジェクトのプロパティ」ダイアログの「OK」ボタンが無効になっているため、新しいプロジェクトを作成できませんでした。ヘルプ !どうもありがとうございました。
PS: シナプス経由で依存関係をインストールします。システムは Ubuntu 14.04 です。
私は間接的な解決策に資金を提供しました:
- たとえば、python のチュートリアルからサンプル ソースをダウンロードします。Eric4 のチュートリアル
- *.e4p ファイルをテキスト エディターで編集し、'Project' セクションの 'version' の値が 5.0 以上であることを確認します。
- Eric IDE に戻り、プロジェクトを開きます。
- すべてのソース ファイルを削除し、プロジェクト ファイルとして予期されるフォルダーに保存します。
- ソース ファイルを追加し、プロジェクト プロパティを編集します。
- 保存
python - Eric 6 Python IDE Qt バージョン エラー
Linux Mint 17.1 で Eric 6 IDE をセットアップしたいと考えています。Eric 6 のソースコードをダウンロードしてセットアップしてみました。
以下でQtバージョンエラーが発生しました。
しかし、コンピューターでQTバージョンを制御したとき。出力は以下にあります。
これはどのように修正できますか?
python - eric python IDE とすべてのプラグインを Windows 7 にインストールする方法
だから、私はPythonを学びたいと思っていて、Python IDEを探しています。私はすでにPyCharmを持っていますが、GUIも作成できるようにしたいので、eric IDEをダウンロードしますeric IDEをインストールするには、これらの前提条件が必要です
私はすでにそれらをすべてダウンロードしており、python 2.7 をインストールできますが、他のインストール方法がわかりません。私が見つけた唯一のガイドは、win XP または Linux のみです。