Re: TaDAAA!!!!
Robin Dunn <[email protected]>
| Newsgroups | gmane.comp.python.wxpython.devel |
|---|---|
| Message-ID | <[email protected]> |
Robin Dunn wrote:
> Marco Prosperi wrote:
>>
>> it's from a python.org installer. It happens only if I install in a
>> virtual environment on my machine. No problem if I pip install from
>> the main environment: in this case *.whl is collected
>>
>
> It worked for me, so I'm not sure what to suggest other than making
> sure your virtualenv package is up to date and trying with a new,
> empty virtual environment.
>
> > virtualenv .myPyEnv/temp27
> > wrangler temp27
> (temp27) > python -c "import sys; print(sys.version)"
> 2.7.12 (v2.7.12:d33e0cf91556, Jun 27 2016, 15:19:22) [MSC v.1500 32
> bit (Intel)]
>
> (temp27) > pip install wxPython
> Collecting wxPython
> Using cached wxPython-4.0.0a1-cp27-cp27m-win32.whl
> Requirement already satisfied: six in
> c:\users\robind\home\.mypyenv\temp27\lib\site-packages (from wxPython)
> Installing collected packages: wxPython
> Successfully installed wxPython-4.0.0a1
I just noticed that the example above pulled from the local cache so
just to be sure I recreated the venv and tried again with
--no-chache-dir and pip still fetched and installed the wheel in the
virtual environment.
(temp27) > pip --no-cache-dir install wxPython
Collecting wxPython
Downloading wxPython-4.0.0a1-cp27-cp27m-win32.whl (11.9MB)
100% |################################| 11.9MB 10.2MB/s
Requirement already satisfied: six in
c:\users\robind\home\.mypyenv\temp27\lib\site-packages (from wxPython)
Installing collected packages: wxPython
Successfully installed wxPython-4.0.0a1
--
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.