Re: How to read a binary file into a mysql table

2007-12-15 Thread Benoit
On Dec 14, 5:41 pm, "Gabriel Genellina" <[EMAIL PROTECTED]> wrote: > En Fri, 14 Dec 2007 12:19:41 -0300, Hans Müller <[EMAIL PROTECTED]> escribió: > > > I cannot read a binary file into a mysql database. Everything I tried > > did not succeed. > > > What I tried (found from various google lookups

Re: Yet another comparison of Python Web Frameworks

2007-12-15 Thread Benoit
Gluon was made at my school? I seriously gotta start talking to the CTI department. -- http://mail.python.org/mailman/listinfo/python-list

Suggested Reading

2007-12-15 Thread Benoit
I got myself into programming late in the summer and have dabbled in python for the most part in that time, recently beginning work on a music player. In January, I start my minor in Information Technology. I'd like to get ahead a bit, however, and over the break would like to do some reading. I

Is there *any* real documentation to PyWin32?

2007-12-20 Thread Benoit
I understand that the Win32 has been said to be itself poorly documented, so perhaps that the documentation that comes with the modules is of similar quality is no coincidence. Maybe I'm still too young in my programming to grasp the good of that documentation, but for myself, it tells me next to

Pythons & Ladders

2008-02-27 Thread Benoit
I've been teaching myself the python language over the past few months using Mark Lutz' Learning Python, 3ed. Python is also the first programming language I've ever taken up. I find the language easy to learn and rather productive in relation to the introductory course on C ++ I'd begun in Janua

Re: Pythons & Ladders

2008-02-27 Thread Benoit
On Feb 27, 5:24 pm, Benoit <[EMAIL PROTECTED]> wrote: > I've been teaching myself the python language over the past few months > using Mark Lutz' Learning Python, 3ed. Python is also the first > programming language I've ever taken up. I find the language easy to &g

Re: Pythons & Ladders

2008-02-28 Thread Benoit
Forgive my language concerning C++ as its turned the thread into something I did not intend. I merely wished to point out that Python was easier for me to learn than C++. To Schwab, its likely that Mark Lutz is simply a better instructor than my professor. -- http://mail.python.org/mailman/listin

Re: global variable not working inside function. Increment

2013-05-13 Thread charles benoit
On Friday, September 4, 2009 4:52:11 PM UTC-7, Rami Chowdhury wrote: > > global no_picked > > no_picked = 0 > > > > def picked(object, event): > > no_picked += 1 > > print no_picked > > In order to be able to affect variables in the global scope, you need to > dec

python adds an extra half space when reading from a string or list

2013-06-28 Thread charles benoit
number_drawn=() def load(lot_number,number_drawn): first=input("enter first lot: ") last=input("enter last lot: ") for lot_number in range(first,last): line_out=str(lot_number) for count in range(1,5): number_drawn=raw_input("number: ") line_out=l

Re: Cygwin and Python3

2016-02-10 Thread Benoit Izac
nstall xxx' if not already packaged. I gave a try on the native Windows version and Anaconda but there is at least one package that I could not run (and I loosed a lot of time to compile a bunch of libraries). Example of package: pyproj (proj4), openpyxl with lxml (libxml2, libxslt) and pillow (li

Re: Cygwin and Python3

2016-02-11 Thread Benoit Izac
st one package that I could not run (and I loosed >> a lot of time to compile a bunch of libraries). >> >> Example of package: pyproj (proj4), openpyxl with lxml (libxml2, >> libxslt) and pillow (libjpeg, zlib, libtiff, ...), psycopg2 (libpq). > > I belive these are all a

Re: Cygwin and Python3

2016-02-11 Thread Benoit Izac
st one package that I could not run (and I loosed >> a lot of time to compile a bunch of libraries). >> >> Example of package: pyproj (proj4), openpyxl with lxml (libxml2, >> libxslt) and pillow (libjpeg, zlib, libtiff, ...), psycopg2 (libpq). > > I belive these are all ava

Large list in memory slows Python

2012-01-03 Thread Benoit Thiell
n, it used 1664MB of memory. Thanks for your time. Cheers. -- Benoit Thiell The SAO/NASA Astrophysics Data System http://adswww.harvard.edu/ -- http://mail.python.org/mailman/listinfo/python-list

Re: Large list in memory slows Python

2012-01-04 Thread Benoit Thiell
On Tue, Jan 3, 2012 at 5:59 PM, Peter Otten <__pete...@web.de> wrote: > Benoit Thiell wrote: > >> I am experiencing a puzzling problem with both Python 2.4 and Python >> 2.6 on CentOS 5. I'm looking for an explanation of the problem and >> possible solutions. Her

Why nested scope rules do not apply to inner Class?

2008-08-12 Thread Cousson, Benoit
thing that does not make sense at all? I'm wondering as well if the new nonlocal statement will fix that in py3k? Thanks in advance, Benoit -- http://mail.python.org/mailman/listinfo/python-list

RE: Why nested scope rules do not apply to inner Class?

2008-08-12 Thread Cousson, Benoit
ing as well if the new nonlocal statement will fix that in > py3k? > > > > nonlocal doesn't adress this issue an I doubt python 3.0 fix it at all. > > You have the same problem with generator expressions, which bind lately > outer > loop variables : Good to know, I wa

RE: Why nested scope rules do not apply to inner Class?

2008-08-13 Thread Cousson, Benoit
ese email threads, except for the pickling issue >and the fact that Guido does not like nested classes, I do not see strong >argument against it either. Regards, Benoit -- http://mail.python.org/mailman/listinfo/python-list

RE: Why nested scope rules do not apply to inner Class?

2008-08-13 Thread Cousson, Benoit
Now if you say; it is not supported, don't do that, we will deprecate that feature, fine, I will use an alternative solution. I was just not aware of that "nested class is evil" group in the Python community. I still not understand why, but if it is the BDFL decision... Regards, Benoit -- http://mail.python.org/mailman/listinfo/python-list

I can't run python on my computer

2016-10-05 Thread Camille Benoit via Python-list
Hi,it has been about a week since the last time I was able to use Python. Most of the time, the interpreter doesn't show up and when it does and I am trying to run a program it displayed the following message: "IDLE's subprocess didn't make connection. Either IDLE can't start a subprocess or per