Warning: Undefined array key "sidebar-blog" in /home/koheizi/everything-beginner.com/public_html/programmer/wp-content/plugins/ad-inserter/settings.php on line 4104

Warning: Trying to access array offset on value of type null in /home/koheizi/everything-beginner.com/public_html/programmer/wp-content/plugins/ad-inserter/settings.php on line 4104

Warning: Undefined array key "sidebar-pages" in /home/koheizi/everything-beginner.com/public_html/programmer/wp-content/plugins/ad-inserter/settings.php on line 4104

Warning: Trying to access array offset on value of type null in /home/koheizi/everything-beginner.com/public_html/programmer/wp-content/plugins/ad-inserter/settings.php on line 4104

Warning: Undefined array key "sidebar-1" in /home/koheizi/everything-beginner.com/public_html/programmer/wp-content/plugins/ad-inserter/settings.php on line 4104

Warning: Trying to access array offset on value of type null in /home/koheizi/everything-beginner.com/public_html/programmer/wp-content/plugins/ad-inserter/settings.php on line 4104
python | 最底辺プログラマ雑記

python, Windows

こんばんは。
最底辺です。

最近、プログラミングなんてやる機会が無かったのですが、
とある方からちょっとしたツールを作ってくれなんて言われまして
さて何で作ろうかと考えてpythonを使ってみること ...

cygwin, python, Windows

折角cygwinでpythonを入れてみたので、
DOSでもこれを使おうとしたところ、うまく動かない。

DOS>pythonアクセスが拒否されました。

おかしいなあ、PATHには、ちゃんと追加されているし、which ...