Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb5196d9

Browse files
committed
Update FAQ
1 parent9a04eee commitb5196d9

File tree

3 files changed

+33
-0
lines changed

3 files changed

+33
-0
lines changed

‎Changelog.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changelog
22
=========
33

4+
## 2012-**-** 0.6.9
5+
-------------------
6+
* Update autopep8
7+
* Improve pymode#troubleshooting#Test()
8+
49
## 2012-09-06 0.6.8
510
-------------------
611
* Add PEP8 indentation ":help 'pymode_indent'"

‎README.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -433,6 +433,20 @@ Try use pyflakes_, see ``:h 'pymode_lint_checker'``.
433433
Example: On Flask projects I automaticly set ``g:pymode_lint_checker = "pyflakes"``, on django ``g:pymode_lint_cheker = "pylint"``
434434

435435

436+
OSX cannot import urandom
437+
-------------------------
438+
439+
See: https://groups.google.com/forum/?fromgroups=#!topic/vim_dev/2NXKF6kDONo
440+
441+
The sequence of commands that fixed this: ::
442+
443+
brew unlink python
444+
brew unlink macvim
445+
brew remove macvim
446+
brew install -v --force macvim
447+
brew link macvim
448+
brew link python
449+
436450

437451
Bugtracker
438452
===========

‎doc/pymode.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -481,6 +481,20 @@ from `.vimrc` from your projects directories.
481481
On Django 'g:pymode_lint_checker = "pylint"'
482482
<
483483

484+
OSX cannot import urandom
485+
-------------------------
486+
487+
See:https://groups.google.com/forum/?fromgroups=#!topic/vim_dev/2NXKF6kDONo
488+
489+
The sequence of commands that fixed this:
490+
>
491+
brew unlink python
492+
brew unlink macvim
493+
brew remove macvim
494+
brew install -v --force macvim
495+
brew link macvim
496+
brew link python
497+
<
484498

485499
==============================================================================
486500
6. Credits~

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp