"Chris Angelico" wrote:
Ah, that might well be it. Does it work if you run:
python -S -m pip install --upgrade win32api
Hm.
c:\>python2 -S -m pip install --upgrade win32api
Collecting win32api
Could not find any downloads that satisfy the requirement win32api
No distributions at al
On 22 October 2015 at 13:42, Gisle Vanem wrote:
> "Chris Angelico" wrote:
>
>> On Thu, Oct 22, 2015 at 10:22 PM, Gisle Vanem wrote:
>>>
>>> IOError: [Errno 13] Permission denied:
>>> 'g:\\Programfiler\\Python27\\Lib\\site-packages\\win32\\win32api.pyd'
>>>
>>> -
>>>
>>> BTW, this is on Pyth
On Thu, Oct 22, 2015 at 11:42 PM, Gisle Vanem wrote:
> I think the Errno 13 (=EACCESS) is due to another module (WConio.pyd) that
> seems gets loaded via my site-customize.py is using this
> win32api.pyd. Hence it's is in use and shutil fails in updating it.
Ah, that might well be it. Does it wor
"Chris Angelico" wrote:
On Thu, Oct 22, 2015 at 10:22 PM, Gisle Vanem wrote:
IOError: [Errno 13] Permission denied:
'g:\\Programfiler\\Python27\\Lib\\site-packages\\win32\\win32api.pyd'
-
BTW, this is on Python 2.7.9 on Win-XP SP3.
Does that file exist? A .pyd file is a DLL, so if it
On Thu, Oct 22, 2015 at 10:22 PM, Gisle Vanem wrote:
> IOError: [Errno 13] Permission denied:
> 'g:\\Programfiler\\Python27\\Lib\\site-packages\\win32\\win32api.pyd'
>
> -
>
> BTW, this is on Python 2.7.9 on Win-XP SP3.
Does that file exist? A .pyd file is a DLL, so if it already exists
and
On Thursday, October 22, 2015 at 12:25:09 PM UTC+1, Gisle Vanem wrote:
> I tried installing your package with "pip.exe -v install asciimatics".
> Some problem with pypiwin32 it seems:
>
> Installing collected packages: pypiwin32, future, Pillow, pyfiglet,
> asciimatics
>
> Cleaning up...
> E
"Peter Brittain" wrote:
I have recently been working on a terminal/console animation package
(https://github.com/peterbrittain/asciimatics).
I tried installing your package with "pip.exe -v install asciimatics".
Some problem with pypiwin32 it seems:
Installing collected packages: pypiwin32,
On 22 October 2015 at 11:56, Peter Brittain wrote:
> On Thursday, October 22, 2015 at 10:24:11 AM UTC+1, Laura Creighton wrote:
>> Fredrik Lundh's console implementation
>> http://effbot.org/zone/console-handbook.htm
>> might be of interest in that case, but I think it is 'old versions
>> of windo
On Thursday, October 22, 2015 at 10:24:11 AM UTC+1, Laura Creighton wrote:
> Fredrik Lundh's console implementation
> http://effbot.org/zone/console-handbook.htm
> might be of interest in that case, but I think it is 'old versions
> of windows only'. But it's a different take on the abstraction
>
In a message of Thu, 22 Oct 2015 02:02:28 -0700, Peter Brittain writes:
>On Wednesday, October 21, 2015 at 11:26:40 PM UTC+1, eryksun wrote:
>>
>> Also check out the curses module that's available on Christoph Gohlke's site:
>>
>> http://www.lfd.uci.edu/~gohlke/pythonlibs/#curses
>
>Neat. I
On Wednesday, October 21, 2015 at 11:26:40 PM UTC+1, eryksun wrote:
>
> Also check out the curses module that's available on Christoph Gohlke's site:
>
> http://www.lfd.uci.edu/~gohlke/pythonlibs/#curses
Neat. I wasn't aware of this library of wheel installations. I'll have a look
at how
On 10/21/15, Peter Brittain wrote:
>>
>> Did you try https://pypi.python.org/pypi/UniCurses ?
>>
>
> Yes - it failed to install with pip and also looked like a dead project when
> I followed the project home page URL.
> --
> https://mail.python.org/mailman/listinfo/python-list
>
Also check out th
>
> Did you try https://pypi.python.org/pypi/UniCurses ?
>
Yes - it failed to install with pip and also looked like a dead project when I
followed the project home page URL.
--
https://mail.python.org/mailman/listinfo/python-list
In a message of Wed, 21 Oct 2015 11:30:25 -0700, Peter Brittain writes:
>I have recently been working on a terminal/console animation package
>(https://github.com/peterbrittain/asciimatics). Beyond the high-level
>animation methods/objects it provides, it also needed to be cross-platform and
>an
I have recently been working on a terminal/console animation package
(https://github.com/peterbrittain/asciimatics). Beyond the high-level animation
methods/objects it provides, it also needed to be cross-platform and and simple
to install with pip (including any dependencies).
This cross-platf
15 matches
Mail list logo