Re: Need help compiling Python-devel

2016-07-05 Thread TM
wrote: > TM wrote at 2016-7-5 11:42 -0400: > Please stay on the mailin list (where others, too, can help you). > > >Thanks for the response. The reason for my install of python was, so I > >could compile samba from source. > > > >If what you say is true then

Need help compiling Python-devel

2016-07-04 Thread TM
Hi, I have successfully compiled Python-2.7.12 on AIX 6.1 TL09, using steps below. However I need the python-devel library/headers. How do I compile Python, so that I can use this? # ./configure --with-gcc="gcc" --with-cxx="gcc" --disable-ipv6 # make Any help is greatly appreciated. Thanks,

Re: Feedback wanted on programming introduction (Python in Windows)

2009-10-28 Thread tm
On 28 Okt., 07:52, Alf P. Steinbach al...@start.no wrote: [Cross-posted comp.programming and comp.lang.python] Looking at your topic '(Python in Windows)', without taking a glimpse at your actual introduction, I have the following to say: I think it is not a good idea to teach programming with a

Re: Feedback wanted on programming introduction (Python in Windows)

2009-10-28 Thread tm
On 28 Okt., 09:58, Alf P. Steinbach al...@start.no wrote: * tm: On 28 Okt., 07:52, Alf P. Steinbach al...@start.no wrote: [Cross-posted comp.programming and comp.lang.python] Looking at your topic '(Python in Windows)', without taking a glimpse at your actual introduction, I have

why?

2005-11-26 Thread teimu . tm
ive been using python for about two years now, and cant think of an instance where i would need that functionality. Dictionaries arent supposed to be ordered...they provide object associations, and simply that. Whatever your trying to do in pythonTMTOWTDI --