From kheunion at abdadesign.co.uk  Wed Jan  2 05:43:12 2008
From: kheunion at abdadesign.co.uk (kheunion at abdadesign.co.uk)
Date: Wed, 2 Jan 2008 12:43:12 +0800
Subject: [Compiler-sig] It's the longest of the year...
Message-ID: <477B1660.2050007@q-bus.de>

Sparkling wishes on the New Year 2008
http://santawishes2008.com/


From acro3451 at tss.com.ar  Wed Jan  2 09:55:00 2008
From: acro3451 at tss.com.ar (Pls check this new site)
Date: Wed, 2 Jan 2008 03:55 -0500
Subject: [Compiler-sig] www.low-priced-tickets.com.ar
Message-ID: <20080102092205.0B64A1E4002@bag.python.org>

Please see this site in Subject

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/compiler-sig/attachments/20080102/5777d893/attachment.htm 

From xrpang at zoomto.com  Thu Jan  3 01:33:29 2008
From: xrpang at zoomto.com (feature)
Date: Wed, 2 Jan 2008 19:33:29 -0500
Subject: [Compiler-sig] technique sprang
Message-ID: <000c01c84da0$433dd150$a83fb58b@gxhr>


When an application calls one of the following files, the PAM library reads pam. However, before you delve into each of these steps, you will need to create a new NetBeans IDE project for your server. The authentication choices are Basic, Digest, Windows Integrated, and Anonymous.
However, this wasn't the end of the story. If you don't, a good place to start is  the Solaris ZFS Administration Guide in  the OpenSolaris ZFS Community. This is the name of the service this entry pertains to. The server web site loads the page into the client. The APIs provide mechanisms to position to a specified row index, and to retrieve an object that represents the data that corresponds to the current row index.
When the JSONP response is received, a call is made to the callback function passing it the JSON object. conf is very important because a misconfigured pam.
I am very sory , but I dont get it.
System services that don't have their own set of entries use those for the "other" service. Each entry in the configuration file consists of several space-separated fields, the first four of which are mandatory: Service name. There is sufficient computational demand that the typical system is growing rapidly in power and capacity.
In the dataTable tag from the List.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/compiler-sig/attachments/20080102/b86bb44e/attachment.htm 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/gif
Size: 10898 bytes
Desc: not available
Url : http://mail.python.org/pipermail/compiler-sig/attachments/20080102/b86bb44e/attachment.gif 

From sfbond at acxgroup.com  Wed Jan 16 14:38:34 2008
From: sfbond at acxgroup.com (sfbond at acxgroup.com)
Date: Wed, 16 Jan 2008 13:38:34 +0000
Subject: [Compiler-sig] The Miracle of Love
Message-ID: <478E08DA.5020004@peintner.info>

Memories of You http://76.214.61.223/


From BGuidry at pantex.com  Tue Jan 22 18:12:05 2008
From: BGuidry at pantex.com (Barry Guidry)
Date: Tue, 22 Jan 2008 11:12:05 -0600
Subject: [Compiler-sig] Convert table with xy coordinates to feature class
	in GIS
Message-ID: <s795cf91.058@pantex.com>

I am trying to convert a table with x,y coordinates to an ArcGIS feature
class. I am not experienced with Python scripting, so below is the
example of a python script exported from Modelbuilder.  I cannot find a
way to change the tool "Create Feature Class" to get input from the
"SDE.WELL_TEST".  Here is the order of parameters of the Create Feature
Class tool: (Note, the parameters in brackets like { } are optional).

CreateFeatureClass_management <out_path> <out_name> {POINT | MULTIPOINT
| POLYGON | POLYLINE} {template;template...} {DISABLED |
SAME_AS_TEMPLATE | ENABLED} {DISABLED | SAME_AS_TEMPLATE | ENABLED}
{spatial_reference} {config_keyword} {spatial_grid_1} {spatial_grid_2}
{spatial_grid_3} 

Any help is appreciated.

Python script:

#
---------------------------------------------------------------------------
# TabletoFeature.py
# Created on: Tue Jan 22 2008 10:50:51 AM
#   (generated by ArcGIS/ModelBuilder)
#
---------------------------------------------------------------------------

# Import system modules
import sys, string, os, arcgisscripting

# Create the Geoprocessor object
gp = arcgisscripting.create()

# Load required toolboxes...
gp.AddToolbox("D:/Program Files/ArcGIS/ArcToolbox/Toolboxes/Data
Management Tools.tbx")


# Local variables...
Well_test = "D:\\test\\Well_Annotation.mdb\\Well_test" 
SDE_WELL_TEST = "Database Connections\\apps1.sde\\SDE.WELL_TEST" 
XYWells = "D:\\test\\Well_Annotation.mdb\\XYWells" 

# Process: Copy Rows...
gp.CopyRows_management(Well_test, SDE_WELL_TEST, "")

# Process: Create Feature Class...
gp.CreateFeatureclass_management("", "XYWells", "POINT", "",
"DISABLED", "DISABLED", "", "", "0", "0", "0")



From nnorwitz at gmail.com  Wed Jan 23 20:59:58 2008
From: nnorwitz at gmail.com (Neal Norwitz)
Date: Wed, 23 Jan 2008 11:59:58 -0800
Subject: [Compiler-sig] Convert table with xy coordinates to feature
	class in GIS
In-Reply-To: <s795cf91.058@pantex.com>
References: <s795cf91.058@pantex.com>
Message-ID: <ee2a432c0801231159p2cbf950dg327663c4b0be6a5a@mail.gmail.com>

Hi Barry.

This mailing list is not a great place to ask this question. It would
be best to direct it to python-list at python.org (the comp.lang.python
newsgroup).

Cheers,
n

On Jan 22, 2008 9:12 AM, Barry Guidry <BGuidry at pantex.com> wrote:
> I am trying to convert a table with x,y coordinates to an ArcGIS feature
> class. I am not experienced with Python scripting, so below is the
> example of a python script exported from Modelbuilder.  I cannot find a
> way to change the tool "Create Feature Class" to get input from the
> "SDE.WELL_TEST".  Here is the order of parameters of the Create Feature
> Class tool: (Note, the parameters in brackets like { } are optional).
>
> CreateFeatureClass_management <out_path> <out_name> {POINT | MULTIPOINT
> | POLYGON | POLYLINE} {template;template...} {DISABLED |
> SAME_AS_TEMPLATE | ENABLED} {DISABLED | SAME_AS_TEMPLATE | ENABLED}
> {spatial_reference} {config_keyword} {spatial_grid_1} {spatial_grid_2}
> {spatial_grid_3}
>
> Any help is appreciated.
>
> Python script:
>
> #
> ---------------------------------------------------------------------------
> # TabletoFeature.py
> # Created on: Tue Jan 22 2008 10:50:51 AM
> #   (generated by ArcGIS/ModelBuilder)
> #
> ---------------------------------------------------------------------------
>
> # Import system modules
> import sys, string, os, arcgisscripting
>
> # Create the Geoprocessor object
> gp = arcgisscripting.create()
>
> # Load required toolboxes...
> gp.AddToolbox("D:/Program Files/ArcGIS/ArcToolbox/Toolboxes/Data
> Management Tools.tbx")
>
>
> # Local variables...
> Well_test = "D:\\test\\Well_Annotation.mdb\\Well_test"
> SDE_WELL_TEST = "Database Connections\\apps1.sde\\SDE.WELL_TEST"
> XYWells = "D:\\test\\Well_Annotation.mdb\\XYWells"
>
> # Process: Copy Rows...
> gp.CopyRows_management(Well_test, SDE_WELL_TEST, "")
>
> # Process: Create Feature Class...
> gp.CreateFeatureclass_management("", "XYWells", "POINT", "",
> "DISABLED", "DISABLED", "", "", "0", "0", "0")
>
>
> _______________________________________________
> Compiler-sig mailing list
> Compiler-sig at python.org
> http://mail.python.org/mailman/listinfo/compiler-sig
>

From Ecards at ns1.greetingsnecards.com  Sun Feb 24 14:36:59 2008
From: Ecards at ns1.greetingsnecards.com (Electronic Card's)
Date: 24 Feb 2008 15:36:59 +0200
Subject: [Compiler-sig] You just recieved an electronic card! Thanks!
Message-ID: <20080224133659.27674.qmail@maritza.info>

An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/compiler-sig/attachments/20080224/d2e00a43/attachment.htm 

From gunduz at ims.metu.edu.tr  Tue Feb 26 17:51:22 2008
From: gunduz at ims.metu.edu.tr (Murat Gunduz)
Date: Tue, 26 Feb 2008 18:51:22 +0200
Subject: [Compiler-sig] How,
	python with Tk extensions enabled to import Tkinter
Message-ID: <47C4438A.70206@ims.metu.edu.tr>



Dear list member,

I am using a Linux machine (Fedora Core 7, 64 bit):
Linux 2.6.21-1.3228.fc7 #1 SMP Tue Jun 12 14:56:37 EDT 2007 x86_64

I tried the compile the a softeare (ncvtk) with the simple command below

% python setup.py install

ERROR: could not import Tkinter.
You need python with Tk extensions enabled.
Check http://python.org.
Tcl/Tk libraries can be found at http://tcl.sourceforge.net/.


As the imformation said, I need a Python with Tk extensions enabled. 
However, I could not figure out how to compile python with Tk extension, 
I tried:

1- get the source codel tcl.8.5.1 and install
2- get the source code	tk.8.5.1 and install
3- get the Python-2.5.2 source code and "cd Python-2.5.2"
4- type "./configure --enable-framework
5- make

gives the below error

========================================
gcc -pthread -c -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -g 
-fwrapv
-O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include  -fPIC 
-DPy_BUILD_CORE
-DPYTHONPATH='":plat-linux2:lib-tk"' \
		-DPREFIX='"/Library/Frameworks/Python.framework/Versions/2.5"'
\
	
-DEXEC_PREFIX='"/Library/Frameworks/Python.framework/Versions/2.5"' \
		-DVERSION='"2.5"' \
		-DVPATH='""' \
		-o Modules/getpath.o ./Modules/getpath.c
./Modules/getpath.c: In function ?calculate_path?:
./Modules/getpath.c:386: error: ?NSModule? undeclared (first use in this
function)
./Modules/getpath.c:386: error: (Each undeclared identifier is reported only
once
./Modules/getpath.c:386: error: for each function it appears in.)
./Modules/getpath.c:386: error: expected ?;? before ?pythonModule?
./Modules/getpath.c:455: error: ?pythonModule? undeclared (first use in this
function)
./Modules/getpath.c:455: warning: implicit declaration of function
?NSModuleForSymbol?
./Modules/getpath.c:455: warning: implicit declaration of function
?NSLookupAndBindSymbol?
./Modules/getpath.c:457: warning: implicit declaration of function
?NSLibraryNameForModule?
./Modules/getpath.c:457: warning: cast to pointer from integer of different
size
make: *** [Modules/getpath.o] Error 1
=========================================


Could you please help, how should I configure Python to enable Tk extension.

Thank you very much in advance,
Murat

From nnorwitz at gmail.com  Wed Feb 27 05:34:45 2008
From: nnorwitz at gmail.com (Neal Norwitz)
Date: Tue, 26 Feb 2008 20:34:45 -0800
Subject: [Compiler-sig] How,
	python with Tk extensions enabled to import Tkinter
In-Reply-To: <47C4438A.70206@ims.metu.edu.tr>
References: <47C4438A.70206@ims.metu.edu.tr>
Message-ID: <ee2a432c0802262034j3cb7d293va9faee87ba86613e@mail.gmail.com>

Merhaba Murat,

The best list to ask your question is python-list at python.org.  That
list is the same as the comp.lang.python newsgroup.

Cheers,
n

On Tue, Feb 26, 2008 at 8:51 AM, Murat Gunduz <gunduz at ims.metu.edu.tr> wrote:
>
>
>  Dear list member,
>
>  I am using a Linux machine (Fedora Core 7, 64 bit):
>  Linux 2.6.21-1.3228.fc7 #1 SMP Tue Jun 12 14:56:37 EDT 2007 x86_64
>
>  I tried the compile the a softeare (ncvtk) with the simple command below
>
>  % python setup.py install
>
>  ERROR: could not import Tkinter.
>  You need python with Tk extensions enabled.
>  Check http://python.org.
>  Tcl/Tk libraries can be found at http://tcl.sourceforge.net/.
>
>
>  As the imformation said, I need a Python with Tk extensions enabled.
>  However, I could not figure out how to compile python with Tk extension,
>  I tried:
>
>  1- get the source codel tcl.8.5.1 and install
>  2- get the source code  tk.8.5.1 and install
>  3- get the Python-2.5.2 source code and "cd Python-2.5.2"
>  4- type "./configure --enable-framework
>  5- make
>
>  gives the below error
>
>  ========================================
>  gcc -pthread -c -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -g
>  -fwrapv
>  -O3 -Wall -Wstrict-prototypes  -I. -IInclude -I./Include  -fPIC
>  -DPy_BUILD_CORE
>  -DPYTHONPATH='":plat-linux2:lib-tk"' \
>                 -DPREFIX='"/Library/Frameworks/Python.framework/Versions/2.5"'
>  \
>
>  -DEXEC_PREFIX='"/Library/Frameworks/Python.framework/Versions/2.5"' \
>                 -DVERSION='"2.5"' \
>                 -DVPATH='""' \
>                 -o Modules/getpath.o ./Modules/getpath.c
>  ./Modules/getpath.c: In function ?calculate_path?:
>  ./Modules/getpath.c:386: error: ?NSModule? undeclared (first use in this
>  function)
>  ./Modules/getpath.c:386: error: (Each undeclared identifier is reported only
>  once
>  ./Modules/getpath.c:386: error: for each function it appears in.)
>  ./Modules/getpath.c:386: error: expected ?;? before ?pythonModule?
>  ./Modules/getpath.c:455: error: ?pythonModule? undeclared (first use in this
>  function)
>  ./Modules/getpath.c:455: warning: implicit declaration of function
>  ?NSModuleForSymbol?
>  ./Modules/getpath.c:455: warning: implicit declaration of function
>  ?NSLookupAndBindSymbol?
>  ./Modules/getpath.c:457: warning: implicit declaration of function
>  ?NSLibraryNameForModule?
>  ./Modules/getpath.c:457: warning: cast to pointer from integer of different
>  size
>  make: *** [Modules/getpath.o] Error 1
>  =========================================
>
>
>  Could you please help, how should I configure Python to enable Tk extension.
>
>  Thank you very much in advance,
>  Murat
>  _______________________________________________
>  Compiler-sig mailing list
>  Compiler-sig at python.org
>  http://mail.python.org/mailman/listinfo/compiler-sig
>

From business4 at testequipmentconnection.org  Fri Mar 21 14:47:07 2008
From: business4 at testequipmentconnection.org (Ashley)
Date: Fri, 21 Mar 2008 08:47:07 -0500
Subject: [Compiler-sig] Ready To Purchase
Message-ID: <20080321124607.8431BA5D4B7@mail.testequipmentconnection.net>

  
Hi -

I am looking to purchase excess, surplus or off-lease electronic test 
equipment. Specifically late model Agilent / HP, Tektronix, Anritsu, 
LeCroy, Advantest, etc. I also purchase over 200 other test equipment 
brands. Please contact me for a cash offer. We also have a consignment 
program.

Sincerely,
Ashley McKinney
Business4 at testequipmentconnection.org
Test Equipment Connection
30 Skyline Drive
Lake Mary, FL 32746
Voice 800-615-8378 (USA) / 407-804-1299 (International)
Visit Test Equipment Connection 
 

 







To discontinue our mailings reply with *un*subscribe* in the subject line:
Business4 at testequipmentconnection.org
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/compiler-sig/attachments/20080321/79f585ac/attachment.htm 

From business4 at testequipmentconnection.org  Fri Mar 21 22:21:52 2008
From: business4 at testequipmentconnection.org (Ashley)
Date: Fri, 21 Mar 2008 16:21:52 -0500
Subject: [Compiler-sig] Ready To Purchase
Message-ID: <20080321202052.0358A96EED4@mail.testequipmentconnection.net>

  
Hi -

I am looking to purchase excess, surplus or off-lease electronic test 
equipment. Specifically late model Agilent / HP, Tektronix, Anritsu, 
LeCroy, Advantest, etc. I also purchase over 200 other test equipment 
brands. Please contact me for a cash offer. We also have a consignment 
program.

Sincerely,
Ashley McKinney
Business4 at testequipmentconnection.org
Test Equipment Connection
30 Skyline Drive
Lake Mary, FL 32746
Voice 800-615-8378 (USA) / 407-804-1299 (International)
Visit Test Equipment Connection 
 

 







To discontinue our mailings reply with *un*subscribe* in the subject line:
Business4 at testequipmentconnection.org
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/compiler-sig/attachments/20080321/4e3395f3/attachment.htm