help plz

2019-05-13 Thread Tristan Cribaro
[image: image.png]so I have a project I have to work on that is due tomorrow for a lot of points towards my grade. The issue here is I've been trying to download Pillow and simple audio for my project and I keep getting the same error. any ideas? i use pycharm -- https://mail.python.org/mailman/li

Re: Python in Perspective

2017-09-10 Thread Tristan B. Kildaire
On 2017-09-10 12:21 PM, Leam Hall wrote: y'all, My god-kids and their proginators lost most everything because of Harvey. I spent much of yesterday worrying about a friend who had gone quiet as he evacuated his family ahead of Irma. Please keep Python in perspective. Whether we use 1.5 or 4r

Re: Python.NET question?

2017-03-21 Thread Tristan B. Kildaire
On 2017/03/21 1:46 PM, Steve D'Aprano wrote: On Tue, 21 Mar 2017 08:39 pm, Tristan B. Kildaire wrote: On 2017/03/21 11:07 AM, Ivo Bellin Salarin wrote: IronPython? Le mar. 21 mars 2017 08:52, Tristan B. Kildaire a écrit : Is Python.NET a version of Python that compiles Python source

Re: Python.NET question?

2017-03-21 Thread Tristan B. Kildaire
On 2017/03/21 11:07 AM, Ivo Bellin Salarin wrote: IronPython? Le mar. 21 mars 2017 08:52, Tristan B. Kildaire a écrit : Is Python.NET a version of Python that compiles Python source code to Microsoft's IR for running by a MS runtime? -- https://mail.python.org/mailman/listinfo/python-li

Python.NET question?

2017-03-21 Thread Tristan B. Kildaire
Is Python.NET a version of Python that compiles Python source code to Microsoft's IR for running by a MS runtime? -- https://mail.python.org/mailman/listinfo/python-list

Python.NET question?

2017-03-21 Thread Tristan B. Kildaire
Is Python.NET a version of Python that compiles Python source code to Microsoft's IR for running by a MS runtime? -- https://mail.python.org/mailman/listinfo/python-list

Guido? Where are you?

2016-11-20 Thread Tristan B. Kildaire
Is Guido active on this newsgroup. Sorry for the off-topic ness. -- https://mail.python.org/mailman/listinfo/python-list

Re: help on "from deen import *" vs. "import deen"

2016-11-20 Thread Tristan B. Kildaire
On Tue, 15 Nov 2016 22:16:07 +, Erik wrote: > On 15/11/16 14:43, Michael Torrie wrote: >> As you've been told several times, if you "import deen" then you can >> place a new object into the deen namespace using something like: >> >> deen.foo=bar >> >> Importing everything from an imported modu

Address boundary error when trying to use Image.putdata(array) from PIL

2016-09-24 Thread Tristan Trouwen
Got a signal boundary error. Steps to reproduce: open python console Python 2.7.9 (default, Jun 29 2016, 13:08:31) [GCC 4.9.2] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from PIL import Image >>> im = Image.open('HKJL.jpg') >>> import numpy as np >>> arr

[ANN] Pyflakes 0.5.0

2011-09-03 Thread Tristan Seligmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 It is my unexpected pleasure to announce the release of Pyflakes 0.5.0, the first release in several years, and available now from PyPI[1]. Highlights of this release include the use of the built-in AST instead of the compiler module, and support fo

Re: [Twisted-web] [ANN] Twisted 8.0

2008-03-27 Thread Tristan Seligmann
* Christopher Armstrong <[EMAIL PROTECTED]> [2008-03-26 21:26:11 -0400]: > http://twistedmatrix.com/ > > MASSACHUSETTS (DP) -- Version 8.0 of the Twisted networking framework > has been released, Twisted Matrix Laboratories announced Wednesday. I just have to say that I enjoyed reading this rele

Re: IDLE Python and Environment Variables

2007-01-11 Thread Tristan
Thanks Gabriel. > What kind of environment variables? Those used by Python itself, like > PYTHONPATH? Or your own variables, like FOO_LOCATION=C:\My\Projects\Lib\Foo I need to add to PYTHONPATH and other enviroment variables asked, for example, by DJANGO or other python products. > It appears th

IDLE Python and Environment Variables

2007-01-10 Thread Tristan
Hello community: I post this because I could not find satisfactory answers in the posts generated by this nice group. I work on winXP. I have many little python applications in different folders, each application can share or not other objects located in the same or other folders. The way I work t

IDLE Python and Environment Variables

2007-01-10 Thread Tristan
Hello community: I post this because I could not find satisfactory answers in the posts generated by this nice group. I work on winXP. I have many little python applications in different folders, each application can share or not other objects located in the same or other folders. The way I work t

A question about IDLE and environment variables

2007-01-09 Thread Tristan
Hello community: I post this because I could not find satisfactory answers in the posts generated by this nice group. I work on winXP. I have many little python applications in different folders, each application can share or not other objects located in the same or other folders. The way I work to