Re: OS X Menubar in Tkinter

2014-10-19 Thread Gregory Ewing
Ned Deily wrote: The name that shows up in the menu is derived by OS X from the application name in the executing application bundle. I found a hackish way to change it at run time while working on PyGUI, but it requires using PyObjC: from Foundation import NSBundle def change_application

Question about PANDAS

2014-10-19 Thread flebber
On Windows my advice would be to use the anaconda installer. Linux pip will work flawlessly. If you install anaconda full then you will have pandas as well as an ipython launcher installed. Sayth -- https://mail.python.org/mailman/listinfo/python-list

Re: Flush stdin

2014-10-19 Thread Cameron Simpson
On 18Oct2014 18:42, Dan Stromberg wrote: On Sat, Oct 18, 2014 at 6:34 PM, Dan Stromberg wrote: Once the "nc" process actually write()s the data to its standard output (i.e. desriptor 1, not the "stdout" FILE*) I'm not sure why you're excluding stdout, but even if nc is using filedes 1 instead

Re: Question about PANDAS

2014-10-19 Thread Rustom Mody
On Sun, Oct 19, 2014 at 3:57 PM, Ryan Shuell wrote: > > Thanks guys. I just feel frustrated that I can't do something useful. > I'm reading all about dictionaries, and types, and touples. Then I read > about string manipulation and loops; two of my favorite things to do. Then > I read about logi

Re: Flush stdin

2014-10-19 Thread Marko Rauhamaa
Cameron Simpson : > Even if nc itself does no buffering (handing data to the OS as soon as > received, highly desirable for a tool like nc), the OS keeps a buffer > for the pipeline between nc and python, Yes, there is a buffer associated with the pipe, but linux/unix never withholds any data fro

Re: OS X Menubar in Tkinter

2014-10-19 Thread Ned Deily
In article , Noble Bell wrote: > I am using Python 3.4 on Mac OS X and Tinter 8.5. Does anyone have any code > that they would share with me on how to remove the "Python" menu in the > menubar at the top next to the "apple'? > > I would like to have the name of my program there instead and my

OS X Menubar in Tkinter

2014-10-19 Thread Noble Bell
I am using Python 3.4 on Mac OS X and Tinter 8.5. Does anyone have any code that they would share with me on how to remove the "Python" menu in the menubar at the top next to the "apple'? I would like to have the name of my program there instead and my menu. I can add menus but not sure how to

Re: Question about PANDAS

2014-10-19 Thread Joel Goldstick
On Sun, Oct 19, 2014 at 3:57 PM, Ryan Shuell wrote: > > Thanks guys. I just feel frustrated that I can't do something useful. > I'm reading all about dictionaries, and types, and touples. Then I read > about string manipulation and loops; two of my favorite things to do. Then > I read about log

Re: pyserial on freebsd 10.10 i386 [SOLVED]

2014-10-19 Thread Mark Lawrence
On 19/10/2014 16:06, Grant Edwards wrote: On 2014-10-18, Nagy L?szl? Zsolt wrote: Strangely, pyserial will accept the number 0, but then it tries to open a device that exists on Linux only... I'm sure Chris would be happy to accept a patch fixing that problem. Sadly to some people a patch

Re: BASIC vs Python

2014-10-19 Thread Chris Angelico
On Mon, Oct 20, 2014 at 2:29 AM, wrote: > On Thursday, December 16, 2004 6:36:18 PM UTC, abisofile wrote: >> hi >> >> I'm new to programming.I've try a little BASIC so I want ask since >> Python is also interpreted lang if it's similar to BASIC. > > Hi. > I want to know if SMALL basic is the same

Re: BASIC vs Python

2014-10-19 Thread Joel Goldstick
On Sun, Oct 19, 2014 at 11:29 AM, wrote: > On Thursday, December 16, 2004 6:36:18 PM UTC, abisofile wrote: >> hi >> >> I'm new to programming.I've try a little BASIC so I want ask since >> Python is also interpreted lang if it's similar to BASIC. > > Hi. > I want to know if SMALL basic is the sam

Re: BASIC vs Python

2014-10-19 Thread humphreys404
On Thursday, December 16, 2004 6:36:18 PM UTC, abisofile wrote: > hi > > I'm new to programming.I've try a little BASIC so I want ask since > Python is also interpreted lang if it's similar to BASIC. Hi. I want to know if SMALL basic is the same as/like python. -- https://mail.python.org/mail

Re: pyserial on freebsd 10.10 i386 [SOLVED]

2014-10-19 Thread Grant Edwards
On 2014-10-18, Nagy L?szl? Zsolt wrote: > Strangely, pyserial will accept the number 0, but then it tries to open > a device that exists on Linux only... I'm sure Chris would be happy to accept a patch fixing that problem. -- Grant -- https://mail.python.org/mailman/listinfo/python-list

Re: Question about PANDAS

2014-10-19 Thread Joel Goldstick
On Sun, Oct 19, 2014 at 10:19 AM, Mark Lawrence wrote: > On 18/10/2014 21:00, ryguy7272 wrote: >> >> I'm trying to install Pandas. I went to this link. >> https://pypi.python.org/pypi/pandas/0.14.1/#downloads >> >> I downloaded this: pandas-0.14.1.win32-py2.7.exe (md5) >> I have Python27 install

Re: Question about PANDAS

2014-10-19 Thread Mark Lawrence
On 18/10/2014 21:00, ryguy7272 wrote: I'm trying to install Pandas. I went to this link. https://pypi.python.org/pypi/pandas/0.14.1/#downloads I downloaded this: pandas-0.14.1.win32-py2.7.exe (md5) I have Python27 installed. So, I run the executable and re-run my Python script and I get the s