Re: How to round trip python and sqlite dates

2013-11-16 Thread Paul Simon
Mark Lawrence breamore...@yahoo.co.uk wrote in message news:mailman.2752.1384654581.18130.python-l...@python.org... All the references regarding the subject that I can find, e.g. http://stackoverflow.com/questions/1829872/read-datetime-back-from-sqlite-as-a-datetime-in-python, talk about

Re: Retrieving possible list for use in a subsequent INSERT

2013-11-01 Thread Paul Simon
and easier to use for someone not used to database work. I would also use a many to many table being familiar with normal forms but it is not a neccessity. Paul Simon -- https://mail.python.org/mailman/listinfo/python-list

Re: Retrieving possible list for use in a subsequent INSERT

2013-11-01 Thread Paul Simon
Nick the Gr33k nikos.gr...@gmail.com wrote in message news:l50oo5$k05$1...@dont-email.me... 1/11/2013 7:07 ??, ?/? Paul Simon ??: If you have a list of values of the same type, but different values, you need a new table with a foreign key to the table it relates

Re: Making ETL from Access 97 to Access 2003

2013-04-15 Thread Paul Simon
://allenbrowne.com/ser-48.html ? If there are indices and especially linked primary and foreign keys its much more complicated than that. One has to delve into Access container structures etc. As far as I know it has to be done from Access. Paul Simon -- http://mail.python.org/mailman/listinfo

Re: Making ETL from Access 97 to Access 2003

2013-04-15 Thread Paul Simon
rusi rustompm...@gmail.com wrote in message news:92551c63-1347-4f1a-9dca-d1bbd5e4d...@ys5g2000pbc.googlegroups.com... Its hard to distinguish what you are saying from what I said because you've lost the quotes. On Apr 15, 9:01 pm, Paul Simon psi...@sonic.net wrote: rusi rustompm...@gmail.com

Re: Numpy outlier removal

2013-01-06 Thread Paul Simon
Steven D'Aprano steve+comp.lang.pyt...@pearwood.info wrote in message news:50ea28e7$0$30003$c3e8da3$54964...@news.astraweb.com... On Sun, 06 Jan 2013 19:44:08 +, Joseph L. Casale wrote: I have a dataset that consists of a dict with text descriptions and values that are integers. If

Re: serial module

2012-05-18 Thread Paul Simon
(serial.py?) with good results. Paul Simon Ron Eggler rondotegg...@tscheemail.com wrote in message news:jp6gcj$1rij$1...@adenine.netfront.net... Hoi, I'm trying to connect to a serial port and always get the error serial.serialutil.SerialException: Port is already open. whcih is untrue

Re: Data acquisition

2011-10-25 Thread Paul Simon
where there is no hand shaking and would not be surprised to expect the same even with rs-232. Paul Simon -- http://mail.python.org/mailman/listinfo/python-list

Re: tkinter problem

2009-07-10 Thread Paul Simon
David Smith d...@cornell.edu wrote in message news:h35f78$pt...@ruby.cit.cornell.edu... Paul Simon wrote: Peter Otten __pete...@web.de wrote in message news:h3481q$d95$0...@news.t-online.com... Paul Simon wrote: Chris Rebert c...@rebertia.com wrote in message news:mailman

Re: tkinter problem

2009-07-09 Thread Paul Simon
Peter Otten __pete...@web.de wrote in message news:h3481q$d95$0...@news.t-online.com... Paul Simon wrote: Chris Rebert c...@rebertia.com wrote in message news:mailman.2863.1247095339.8015.python-l...@python.org... On Wed, Jul 8, 2009 at 4:18 PM, Paul Simonpsi...@sonic.net wrote: I have

tkinter problem

2009-07-08 Thread Paul Simon
do I modify my python configuration? Is there a file that needs to be edited? Which setup.py file do I use? Make? or python setup.py build and python setup.py install? Thanks. I appreciate your help. Paul Simon -- http://mail.python.org/mailman/listinfo/python-list

Re: tkinter problem

2009-07-08 Thread Paul Simon
Chris Rebert c...@rebertia.com wrote in message news:mailman.2863.1247095339.8015.python-l...@python.org... On Wed, Jul 8, 2009 at 4:18 PM, Paul Simonpsi...@sonic.net wrote: I have the tkinter problem and need some assistance to straighten it out. From the web page

problem installing python 2.6.2 from tarball

2009-07-01 Thread Paul Simon
like build, Demo, Doc, Include, Lib, etc. There are many files under /usr/bin/local/ which appear to be duplicates. This looks like a mess to me and would like some help to sort this out. Paul Simon -- http://mail.python.org/mailman/listinfo/python-list

Re: Graphical library - charts

2009-06-22 Thread Paul Simon
I suggest you look at matplotlib. It's a bit of a learning curve but will do whatever you need. I have a similar requirement and found that gnuplot did not work for me. The plots are impressive. Paul Simon przemol...@poczta.fm-n-o-s-p-a-m wrote in message news:h1nv4q$5k