[issue31097] itertools.islice not accepting np.int64

2017-08-01 Thread LB
LB added the comment: Hi Mark - I've done that here: https://github.com/matplotlib/matplotlib/issues/8973 Liam -- ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/i

[issue31097] itertools.islice not accepting np.int64

2017-08-01 Thread LB
LB added the comment: Thanks Ray. The use case is here: https://stackoverflow.com/questions/45356718/saving-matplotlib-animation-leads-to-error/45438057#45438057 I'm going to suggest a workaround in matplotlib for the moment. Changing type in this use case shouldn't be a big issue, it only

[issue31097] itertools.islice not accepting np.int64

2017-08-01 Thread LB
New submission from LB: The error arises when this code is used: itertools.islice( [3, 4, 5], np.int64(2) ) but not with this itertools.islice([3,4,5], 2) -- components: Library (Lib) messages: 299617 nosy: braaannigan priority: normal severity: normal status: open title

Re: Help needed to freeze a script.

2008-09-04 Thread LB
working under Linux and py2exe works only for windows as far as I know. Do you know if py2exe executable embedding a lot of C extensions - like numpy and scipy - can ben executed on another computer, with a different architecture (64bits vs 32 bits) and a different OS ? -- LB -- http

Help needed to freeze a script.

2008-09-03 Thread LB
; import numpy.core.multiarray; print no pb' 1.2.0b2 no pb Have you got any recipe to freeze numpy based script ? Regards, -- LB -- http://mail.python.org/mailman/listinfo/python-list

Re: Accessing files on a PocketPC device

2006-07-26 Thread LB
on the PC. LB -- http://mail.python.org/mailman/listinfo/python-list

Re: odt - pdf

2006-02-22 Thread LB
on results. LB -- http://mail.python.org/mailman/listinfo/python-list

Re: ANN: P(x) 0.2 applet builder

2005-11-10 Thread LB
The tarball can be found at URL: http://www.mired.org/downloads/P(x)-0.2.tar.gz . Something doesn't work wit the link. LB -- http://mail.python.org/mailman/listinfo/python-list

Re: ANN: P(x) 0.2 applet builder

2005-11-10 Thread LB
The tarball can be found at URL: http://www.mired.org/downloads/P(x)-0.2.tar.gz . Something doesn't work with the link. LB -- http://mail.python.org/mailman/listinfo/python-list

Re: ANN: P(x) 0.2 applet builder

2005-11-10 Thread LB
Sorry, I can only obtain a windows with caption: VRML Console and text: [ Info] Unable to open input file: http://www.mired.org/downloads/P(x)-0.2.tar.gz [ Info] Compilation error: Unrecognized header string ? LB -- http://mail.python.org/mailman/listinfo/python-list

Re: ANN: P(x) 0.2 applet builder

2005-11-10 Thread LB
it looks like LB has configured his browser to pass all gz files to some ancient VRML plugin; see e.g. You are right! And now it's fixed. But till yesterday I did download of .gz file with no problems at all... Thanks, LB -- http://mail.python.org/mailman/listinfo/python-list

Re: ANN: P(x) 0.2 applet builder

2005-11-10 Thread LB
it looks like LB has configured his browser to pass all gz files to some ancient VRML plugin; see e.g. You are right! And now it's fixed. But till yesterday I did download of .gz file with no problems at all... Thanks, LB -- http://mail.python.org/mailman/listinfo/python-list