[issue21568] Win32 pip doesn't use relative path to found site-packages.

2015-02-12 Thread
勇刚 罗 added the comment: yes python -m pip works for me but pip.exe doesn't work 2015年2月12日 下午10:55于 Steve Dower rep...@bugs.python.org写道: Steve Dower added the comment: Do you mean pip.exe? Does running 'python.exe -m pip install ...' work for you

[issue21568] Win32 pip doesn't use relative path to found site-packages.

2014-05-23 Thread
New submission from 勇刚 罗: I want to directly copy python as a portable version. But the pip always point to the place where it installed, So I am asking pip use relative to found site-packages under win32. -- messages: 219018 nosy: 勇刚.罗 priority: normal severity: normal status: open

[issue14255] tempfile.gettempdir() didn't return the path with correct case.

2012-03-15 Thread
勇刚 罗 luoyongg...@gmail.com added the comment: It's possible to getting actual file name under Windows. http://stackoverflow.com/questions/74451/getting-actual-file-name-with-proper-casing-on-windows -- ___ Python tracker rep...@bugs.python.org http

[issue14255] tempfile.gettempdir() didn't return the path with correct case.

2012-03-14 Thread
勇刚 罗 luoyongg...@gmail.com added the comment: +1 _get_default_tempdir to use normpath -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14255

[issue14255] tempfile.gettempdir() didn't return the path with correct case.

2012-03-11 Thread
New submission from 勇刚 罗 luoyongg...@gmail.com: print tempfile.gettempdir() c:\users\dreamkxd\appdata\local\temp And the real path is C:\Users\dreamkxd\AppData\Local\Temp. -- messages: 155424 nosy: 勇刚.罗 priority: normal severity: normal status: open title: tempfile.gettempdir() didn't

[issue14255] tempfile.gettempdir() didn't return the path with correct case.

2012-03-11 Thread
Changes by 勇刚 罗 luoyongg...@gmail.com: -- components: +IO, Library (Lib), Windows versions: +Python 2.6, Python 2.7, Python 3.1, Python 3.2, Python 3.3, Python 3.4 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14255

[issue14033] distutils problem with setup.py build setup.py install vs direct setup.py install

2012-02-17 Thread
勇刚 罗 luoyongg...@gmail.com added the comment: It's my fault, I need to fetch those dlls into source code directory first. Sorry. -- status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14033

[issue14033] distutils problem with setup.py build setup.py install vs direct setup.py install

2012-02-16 Thread
New submission from 勇刚 罗 luoyongg...@gmail.com: D:\CI\bld\vcsbuild-pygit2.bat D:\CI\bld\vcs\pygit2call python setup.py build call python setup.py install cd /d D:\CI\bld\vcs running build running build_py running build_ext building 'pygit2' extension creating build creating build

[issue14021] Write pkg_info with local encoding(GBK) will be a problem.

2012-02-15 Thread
New submission from 勇刚 罗 luoyongg...@gmail.com: D:\CI\bld\vcs\pygit2python setup.py install Find C:\Python32\python.exe Using C:\Python32\python.exe running install running bdist_egg running egg_info writing pygit2.egg-info\PKG-INFO Traceback (most recent call last): File setup.py, line 106

[issue14027] distutils2 lack of pysetup.bat

2012-02-15 Thread
New submission from 勇刚 罗 luoyongg...@gmail.com: Patch attaced. -- assignee: tarek components: Distutils2 files: pysetup.bat messages: 153460 nosy: alexis, eric.araujo, tarek, 勇刚.罗 priority: normal severity: normal status: open title: distutils2 lack of pysetup.bat versions: Python 2.6