python3.2.5

Bug #1202684 reported by tracyone
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
UltiSnips
Confirmed
Medium
Unassigned

Bug Description

i install python3.2.5 in my xp
my UltiSnips setting is:
-------------------------------------------------------------------------------
let g:UltiSnipsExpandTrigger="<c-j>"
let g:UltiSnipsListSnippets ="<c-tab>"
let g:UltiSnipsJumpForwardTrigge="<c-j>"
let g:UltiSnipsJumpBackwardTrigge="<c-k>"
let g:UltiSnipsSnippetDirectories=["bundle/snippets"]
let g:UltiSnipsSnippetsDir=$VIM."/vimfiles/bundle/snippets"
---------------------------------------------------------------------------------------------

open a c source file with gvim
input for
press ctrl-j
nothing happen
press c-tab
it will list snippets
than press ctrl-j or press ctrl-k are not work

after i install pythonn2.7

the problem above is solved

Revision history for this message
tracyone (tracyone) wrote :

:echo has('python3')
1
:py3 import sys; print(sys.version)
no error

Revision history for this message
SirVer (sirver) wrote :

Really strange that you do not get an error. Which version are you using? Have you tried forcing py3 to be used?

Changed in ultisnips:
status: New → Incomplete
Revision history for this message
SirVer (sirver) wrote :
Revision history for this message
tracyone (tracyone) wrote :

hi SirVer
i uninstall python2.7.4
i add "let g:UltiSnipsUsePythonVersion = 3" in my vimrc
i update UltiSnips with vundle
the problem still exist
--------------------------------------
:version
+python/dyn
+python3/dyn

Revision history for this message
SirVer (sirver) wrote :

Thanks for testing - I'll need to rebuild a vim version with python 3.2 and test locally. It will be a while till I can look at this though.

Revision history for this message
tracyone (tracyone) wrote :

hi
i comile gvim in mingw:
    make -f Make_ming.mak FEATURES=HUGE OLE=yes STATIC_STDCPLUS=yes LUA=/c/Lua/5.1 LUA_VER=51 PYTHON=/c/Python27 DYNAMIC_PYTHON=yes PYTHON_VER=27 PYTHON3=/c/Python32 DYNAMIC_PYTHON3=yes PYTHON3_VER=32 TCL=/c/Tcl DYNAMIC_TCL=yes TCL_VER=85 RUBY=/c/Ruby200 DYNAMIC_RUBY=yes RUBY_VER=200 RUBY_VER_LONG=2.0.0 RUBY_PLATFORM=i386-mingw32 USERNAME=tracyone\<tracyone USERDOMAIN=live.cn\>

python3.2.5

Revision history for this message
Launchpad Janitor (janitor) wrote :

[Expired for UltiSnips because there has been no activity for 60 days.]

Changed in ultisnips:
status: Incomplete → Expired
Revision history for this message
SirVer (sirver) wrote :

I was not able to get a windows version with python 3 installed, so I could not look into this....

Changed in ultisnips:
status: Expired → Confirmed
importance: Undecided → Medium
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.