Setting up developement environment: PyCharm, python-gtk, windows

前端 未结 5 2056
再見小時候
再見小時候 2021-01-18 04:06

I want to develop with these tools:

  • MS-Windows 10
  • Python3
  • gtk
  • PyCharm

I installed PyCharm, but up to now Python and g

5条回答
  •  甜味超标
    2021-01-18 04:43

    use 32 or 64 Bit version of Python?

    You can pick any, it doesn't really matter.

    how to install gtk for python (pip or exe)?

    You should able to install it with pip: pip install pygtk.

    Use virtual env in PyCharm or use "Existing Interpreter"?

    If you don't know, you probably need "Existing interpreter". There should be an option to select path to your python.exe It should be there: Menu->File->Settings->Project->Project Interpteter

提交回复
热议问题