pycharm

    -3熱度

    1回答

    class Strength(State): def run(self, gamedata): print("You have 100 points to assign to your character.\n Start now to assign those Points to your characters strength, agility, speed and de

    1熱度

    1回答

    我有這樣一段代碼一個Python模塊中PyCharm社區版2017.2開放在不確定的變量,沒有警告。 class Sample(object): def __init__(self): self.prop1 = 5 self.prop2 = 10 def method1(self): return foo def do_work

    0熱度

    3回答

    由於某些原因,我無法導入我自己的模塊import module。 IDE:Pycharm,Python版本:3 文件: projectname/scr/test1.py projectname/scr/test2.py test1.py: def print_value(x) print x test2.py: import test1 value = 5 test1.p

    0熱度

    3回答

    我正在pycharm上工作,有django項目。 每當我做「運行」的事情,我去我的主頁或其他地方「http://127.0.0.1:8000/ ..」 一切工作正常,但我得到這個錯誤: C:\用戶\ elmou \應用程序數據\ Local \ Programs \ Python \ Python36-32 \ lib \ importlib__init __。py:126: RemovedInD

    4熱度

    1回答

    的不堪不透明爲什麼IDE中的pylint的和智能感知功能具有難以識別的time.struct_time實例?下面的代碼包含了對類的現有/不存在屬性的一些簡單測試,名爲元組和名稱元組,如time.struct_time。一切正常的pylint的,和的IntelliJ VSCode - 在每種情況下,除了time.struct_time報告給缺少的屬性的訪問 - 它產生任何這些工具沒有警告或錯誤。他們

    0熱度

    1回答

    我是pygame和Python的新手。我查找了其他問題,提出類似的問題,但似乎他們達到了不同的解決方案。請有人告訴我我的代碼有什麼問題。 import pygame import sys pygame.init() size = (width, height) = (720, 720) background_color = (0, 255, 0) screen = pygame.

    0熱度

    1回答

    我的代碼在OSX El Capitan的終端中繪製了一個繪圖,但是沒有在PyCharm中繪製。 Terminal和PyCharm解釋器都被設置爲Anaconda Python 3.6.2並且安裝了必要的軟件包。 def plot_data(samples, centroids, clusters=None): """ Plot samples and color it acco

    0熱度

    1回答

    我目前正試圖在PyCharm中運行theano程序,該程序通過ssh鏈接到遠程計算機。 如果我們在本地計算機上運行此程序,用法 THEANO_FLAGS="floatX=float32,device=gpu" python train.py IMDB 10 但這裏是PyCharm問題: 我碼的手動設置,如下ENV, 當我運行它時,錯誤顯示: ValueError: Invalid value ("

    0熱度

    1回答

    我已經蟒蛇下創建環境py33,並試圖將其添加到PyCharm,但添加按鈕是灰色的: 我無法找到任何子目錄,其中OK可用。

    1熱度

    1回答

    我想在右側顯示項目窗格,我該怎麼做? 我google search是沒有多大幫助,所以我問了這裏。