Re: Phoenix and pip

Robin Dunn <[email protected]>
Newsgroups gmane.comp.python.wxpython.devel
Message-ID <[email protected]>
Werner wrote:
> On 2/17/2015 18:02, Robin Dunn wrote:
>> Werner wrote:
>>> Just some more info:
>>>
>>> In site-packages I have now:
>>> wxPython_Phoenix-3.0.3.dev1678+8692139.dist-info
>>>
>>> but I need to use:
>>> wxVersion = '3.0.3.dev1678-8692139'
>>> pkg_resources.require("wxPython_Phoenix==%s" % wxVersion)
>>>
>>> I'll try the upgrade stuff again tomorrow and give an update here.
>>
>>
>> What versions of pip and setuptools do you have installed?
> pip 1.5.4 on both Py2.7 and Py3.4
> setuptools 7.0 on Py2.7 and Py3.4
>

Try getting the latest.  I have:

 > pip list | egrep "(pip|setuptools)"
pip (6.0.8)
setuptools (12.0.5)

BTW, pip can usually update itself, but on Windows where it includes 
.exe launchers you may get an error when it's trying to overwrite it 
because the pip.exe file is in use (by you, running the pip install 
command.)  So to have pip update itself I usually do it like this:

     python -u pip install -U pip

-- 
Robin Dunn
Software Craftsman
http://wxPython.org

-- 
You received this message because you are subscribed to the Google Groups "wxPython-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.