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 = '123' st

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 http://forex-fx-currencymarket.blogspot.com/2010/02/forex-market-size-and-liquidi

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 with it, but th

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: > > > host-01 > generic > host alias xyz >

pyparsing problem

2008-07-01 Thread name
#x27;] generic host-01 host alias xyz 10.0.0.1 ['generic', 'host-01', 'host alias xyz', '10.0.0.1'] finished What I don't understand is why I get the line generic and not generic

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")

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

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 = op

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 ru

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

Re: Fuzzy Lookups

2006-02-09 Thread name
Gregory Piñero ha scritto: : > If anyone would be kind enough to improve it I'd love to have these > features but I'm swamped this week! > > - MD5 checking for find exact matches regardless of name > - Put each set of duplicates in its own subfolder. Done? http://pyfdu