Webhosting, Domain Name, Data Center Cyprus, Hosting Services

2012-04-11 Thread Webhosting, Domain Name, Data Center Cyprus, Hosting Services
Webhosting – postcy - a leading web hosting company. We offer webhosting, domain name, hosting services, cyprus domain, domain names cyprus at affordable cost. for more details please contact : http://www.postcy.com/ -- http://mail.python.org/mailman/listinfo/python-list

Re: newbie qns : how do i use xmldiff?

2010-11-05 Thread No Name
I had to do some fishing around to figure this much out. Hope it helps. from input import * # From the xmldiff directory from fmes import * # From the xmldiff directory from format import *# From the xmldiff directory from StringIO import * # Build your original tree text1 =

FOREX : Foreign Exchange Market : FX : Currency Market : Earn Money Quickly.

2010-02-21 Thread MY NAME IS MY NAME
FOREX : Foreign Exchange Market : FX : Currency Market : Earn Money Quickly. Simple Optimized Tips and Tricks, Basics of FOREX to be a king of FOREX in one day. Check out these exclusive never seen tips for free at

web crawler in python

2009-12-09 Thread my name
I'm currently planning on writing a web crawler in python but have a question as far as how I should design it. My goal is speed and maximum efficient use of the hardware\bandwidth I have available. As of now I have a Dual 2.4ghz xeon box, 4gb ram, 500gb sata and a 20mbps bandwidth cap (for now)

Re: Why is there no GUI-tools like this for Windows?

2008-07-14 Thread name
It seems the video is showing glade, which is also available for wx under the name wxglade, I do not know whether it's available for Windows. I think it should work because it itself is written in Python. I personally prefer to code my GUI myself, so I can do looping stuff

pyparsing problem

2008-07-01 Thread name
/host_name aliashost alias xyz/alias ip_address10.0.0.1/ip_address /Hosts ['generic', 'host-01', 'host alias xyz', '10.0.0.1'] finished What I don't understand is why I get the line ITEMgeneric/ITEM and not usegeneric/use as there is an associated name

Re: pyparsing problem

2008-07-01 Thread name
Paul McGuire [EMAIL PROTECTED] wrote in news:be7af822-70d7-44fb-96fa- [EMAIL PROTECTED]: Looks like this is a bug in asXML(). Note that if I reverse the use and host_name strings in the input and in your grammar, I get this XML output: Hosts ITEMhost-01/ITEM usegeneric/use

Re: gelato - nvidia and python

2008-06-29 Thread name
On Jun 29, 5:34 pm, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Did somebody worked with gelato from nvidia and python? I have some C cod from books nvidia . This is : GelatoAPI *r = GelatoAPI::CreateRenderer(); r-Camera (main); ... API calls through r ... r-Render (main); delete r;   //

Re: file write question

2008-01-28 Thread Robb Lane (SL name)
H - I am not familiar with flush(), will look into it. But an interesting note: I repeatedly and often start long running processes (one running right now: on about it's 14th hour), writing to open files, with few problems (on Mac OS X). Although of course I can't look at the results until the

file write question

2008-01-26 Thread Robb Lane (SL name)
I have written a script which: - opens a file - does what it needs to do, periodically writing to the file... for a few hours - then closes the file when it's done So my question is: Would it be better to 'open' and 'close' my file on each write cycle? e.g. def writeStuff(content): myFile =

Connection acception with confirmation

2007-05-29 Thread no`name`
Hi, i'm new in Python and i'm trying to write some server which can confirm connection from client. Here is a part of code: import sys import threading from socket import * class TelGUI(threading.Thread): def __init__(self): threading.Thread.__init__(self) def

Re: Fuzzy Lookups

2006-02-09 Thread name
Gregory Piñero ha scritto: Wow, that looks excellent. I'll definately try it out. I'm assuming this is an existing project, e.g. you didn't write it after reading this thread? Yes it is an existing projects of course ;) Right now I've no time to improve it. I hope that later this summer I