EuroPython 2015: Guidebook (Mobile Schedule) available

2015-07-15 Thread M.-A. Lemburg
We are pleased to announce the official guidebook for the EuroPython 2015 conference: *** https://ep2015.europython.eu/en/events/mobile-schedule/ *** We will regularly issue updates to the guidebook when there are changes in schedule. Available for all platforms ---

Re: ANN: eGenix PyRun - One file Python Runtime 2.1.0

2015-07-17 Thread M.-A. Lemburg
48 D-40764 Langenfeld, Germany. CEO Dipl.-Math. Marc-Andre Lemburg Registered at Amtsgericht Duesseldorf: HRB 46611 http://www.egenix.com/company/contact/ > On Wed, May 13, 2015 at 10:34 AM, Cristiano Cortezia < > cristiano.corte...@gmail.com> wrote:

EuroPython 2015: More attendee tips

2015-07-18 Thread M.-A. Lemburg
can walk and get an ice cream instead of a tram ticket. Speaker preparations If you are a speaker, please read the nice guide written by Harry Percival: Tips for speakers https://ep2015.europython.eu/en/speakers/tips/ In particular, please check your talk time. The

EuroPython 2015: Thank you to all volunteers

2015-07-30 Thread M.-A. Lemburg
EuroPython is now over and was a great success thanks to everyone who helped make it happen. Unfortunately, we did not properly acknowledge all the volunteers who were working on the event during the closing session and we would like to apologize for this, so here’s the full list of all

EuroPython 2015: Videos are online

2015-08-11 Thread M.-A. Lemburg
Thanks to our Media Work Group (WG) and especially Anthon and Luis, the conference videos are now cut, edited and uploaded to our YouTube channel as well as our archive.org collection: http://europython.tv http://archive.europython.tv A total of 173 talk videos were processed, so there’s

Re: Python Book In Persian Language (fwd)

2015-08-12 Thread M.-A. Lemburg
On 12.08.2015 18:53, Laura Creighton wrote: > Are only English language blogs eligible for planet python? > This showed up on Python list. I don't want to ask him if he wants to > get his blog added if we have a language policy that I am unaware of. Apparently, we do: https://git

Re: Most space-efficient way to store log entries

2015-10-28 Thread Martin A. Brown
Hello Marc, I think you have gotten quite a few answers already, but I'll add my voice. > I'm writting an application that saves historical state in a log > file. If I were in your shoes, I'd probably use the logging module rather than saving state in my own log f

EuroPython 2016: Dates and URL available

2015-11-18 Thread M.-A. Lemburg
The EuroPython 2016 Team is pleased to account the dates for EuroPython 2016 in Bilbao, Basque Country, Spain: Sunday, July 17 - Sunday, July 24 2016 Pre-launch Website -- To keep you updated, we have put together a pre-launch website for the conference

EuroPython 2016: Kick-off

2015-11-19 Thread M.-A. Lemburg
on a major role in the financial and legal infrastructure of the conference organization. This team is your contact in case you have questions related to on-site setups. * Oier Echaniz Beneitez (Chair) * Borja Ayerdi Vilches * Darya Chyzhyk * Ion Marqués * José David Nuñez * Alexandre Savio

EuroPython Workgroups: Call for Volunteers

2014-10-11 Thread M.-A. Lemburg
(This post is also available for online reading at: http://www.europython-society.org/post/99718376575/europython-workgroups-call-for-volunteers) Dear EuroPython community, the EuroPython Society is happy to announce a new organizational concept that we'd like to put in place for the

Missing logging output in Python

2013-03-08 Thread gabor . a . halasz
Hi, I would like to enable loggin in my script using the logging module that comes with Python 2.7.3. I have the following few lines setting up logging in my script, but for whatever reason I don't seem to get any output to stdout or to a file provided to the basicConfig method. Any

getting the status codes from the ftplib module

2005-12-28 Thread Alvin A. Delagon
I'm writing a simple python code that will upload files onto a ftp server. Everything's fine and working great except that the script I wrote don't know is an upload is successful or not. Is there a way to obtain the ftp status codes with this module? Thanks in ad

Re: getting the status codes from the ftplib module

2005-12-28 Thread Alvin A. Delagon
[EMAIL PROTECTED] wrote: Send Python-list mailing list submissions to python-list@python.org To subscribe or unsubscribe via the World Wide Web, visit http://mail.python.org/mailman/listinfo/python-list or, via email, send a message with subject or body 'help' to [EMAIL PROTE

urllib http status codes

2005-12-28 Thread Alvin A. Delagon
Greetings! Is there any way I can obtain the HTTP status codes when using the urllib module? As of now I can only think of doing a regex on the result of the read(). Thanks in advance! ^_^ -- http://mail.python.org/mailman/listinfo/python-list

Re: getting the status codes from the ftplib module

2005-12-28 Thread Alvin A. Delagon
I'm very sorry, newbie here! @_@ I'm still getting the hang of Thunderbird. -- http://mail.python.org/mailman/listinfo/python-list

Re: urllib http status codes

2005-12-28 Thread Alvin A. Delagon
Thanks! Will try httplib! ^_^ -- http://mail.python.org/mailman/listinfo/python-list

Any wing2.0 users here?

2006-01-02 Thread Alvin A. Delagon
emacs has been my long time companion for php, perl, and python. My boss recommended to me Wing2.0, I find it hard to adjust though. What can you say about this IDE? He say's if I think it could improve my productivity he's willing to buy it for me. Suggestions for better python IDE's are welc

Re: Any wing2.0 users here?

2006-01-02 Thread Alvin A. Delagon
Thanks for all the recommendations! I took a look on wingide2.0 on my linux box and it seems pretty good and has a lot of nifty features (which is pretty daunting to use since I've been programming with no IDE at all) and it debugger work pretty well but for a price tag of $179 I think i

Re: Calling GPL code from a Python application

2006-01-03 Thread Karl A. Krueger
Mike Meyer <[EMAIL PROTECTED]> wrote: > 1) Executing software involves several copy operations. Each of those > potentially violate the copyright, and hence the copyright holder > can restrict execution of a program. #include In the U.S. at least, there's a specific sta

Re: Calling GPL code from a Python application

2006-01-04 Thread Karl A. Krueger
uch an exemption to our copyright law. Actually, the U.S. does as well: http://www.copyright.gov/title17/92chap1.html#117 > (We also have the explicit right to make backup copies of legal software, > although Australian copyright law is firm that this is for backup ONLY, > and not

Newbie with some doubts.

2006-01-04 Thread Edgar A. Rodriguez
Hi everybody, Im newbie to Python (I found it three weeks ago) , in fact Im newbie to programming. I'm being reading and training with the language, but I still wondering about what Classes are used to. Could you please give me some examples?? Thanks. -- http://mail.python.org/mailman/listinfo/

Re: Newbie with some doubts.

2006-01-04 Thread Edgar A. Rodriguez
Thanks, I'll do that. -- http://mail.python.org/mailman/listinfo/python-list

Re: Weak references (- E04 - Leadership! Google, Guido van Rossum, PSF)

2006-01-13 Thread M.-A. Lemburg
Duncan Booth wrote: > Alex Martelli wrote: > >> It IS true that in Python you cannot set arbitrary attributes on >> arbitrary objects. The workaround is to use a dict, indexed by the id >> of the object you want to "set arbitrary attributes on"; this has the &g

Re: string to datetime parser?

2006-01-13 Thread M.-A. Lemburg
beza1e1 wrote: > Is there a library which can parse strings and output a datetime > object? It should be as magical as possible and allow things like: > 12:30 > tomorrow > 10.10.2005 > 02-28-00 > 28/03/95 > 1995-03-28 > 1996.Feb.29 (Thu) 16:45:23.7 > > Is there

FrOSCon 2006 - Call for Papers

2006-01-16 Thread M.-A. Lemburg
I'm sending this on behalf of Sebastian Bergmann, one of the organizers of FrOSCon: Hello, The first Free and Open Source Conference "FrOSCon" takes place on 24th and 25th June 2006 in St. Augustin, near Bonn, Germany, Organized by a committed team, it aims to become a signif

SMPP implementation in python

2006-01-17 Thread Alvin A. Delagon
Greetings! Does anyone know a good reference on how to implement SMPP in python. I can't find any besides NET::SMPP in perl and I don't want to get my hands for that. Thanks in advance! -- http://mail.python.org/mailman/listinfo/python-list

question: Python or Lua for rejuvenation of old PCs?

2006-07-25 Thread Cowden, Chris A.
John,   Saw your post at http://mail.python.org/pipermail/python-list/2004-January/201290.html when I was googling to see if anyone might have ported Python to Tandem.     Wonder what the business case is for a project of porting Python to Tandem?  We really could use a good scripting

The code that could not be...

2006-06-21 Thread Alex A. Naanou
Though Python is the language I use the most, there are several things that I still hate, mostly about the implementation (CPython)... The good thing is that some of these warts are now resolved, like the exec dict issue. Here is another one: The object's __dict__ can only be a dict deriv

Re: The code that could not be...

2006-06-22 Thread Alex A. Naanou
Fredrik Lundh wrote: > Alex A. Naanou wrote: > > > To mention several tasks that can be made trivial using this technique > > are, for instance zope-like acquisitions, various ACLs, interfaces and > > other namespace manipulation patterns. > > eh ? why not use P

Re: The code that could not be...

2006-06-22 Thread Alex A. Naanou
Steven Bethard wrote: > Alex A. Naanou wrote: > > The object's __dict__ can only be a dict derivative and at that none of > > the Python's mapping API will be used (the dict is accessed directly). > [snip] > > I wrote a patch some time back, it appears rather

Problem with operator overloading and inheritance in Python

2006-09-17 Thread Edward A. Waugh
hon\problem.py", line 25, in ?    x.display2()AttributeError: FirstClass instance has no attribute 'display2'   This is because x after the statement x += 1 has been executed is an object of class FirstClass because the method implementing addition in FirstClass explicitly returns

Re: Python popenX() slowness on AIX?

2006-11-24 Thread Stefaan A Eeckels
On 24 Nov 2006 09:03:41 -0800 [EMAIL PROTECTED] wrote: > Stefaan A Eeckels wrote: > > On 21 Nov 2006 13:02:14 -0800 > > [EMAIL PROTECTED] wrote: > > > > > The fact that it does this in Python code instead of C is the main > > > cause of the slowness.

Re: why would anyone use python when java is there?

2006-11-30 Thread A. Lloyd Flanagan
On Nov 30, 3:19 am, "gavino" <[EMAIL PROTECTED]> wrote: > I want to learn to program and I can't seem to pick a direction. A > java guy I know makes a lot of $, but a lot of reading I have done > shows lisp smalltalk and haskell to be really nice, as well as of >

Re: Factory pattern implementation in Python

2006-12-04 Thread Romulo A. Ceccon
is not clear from your description if the event number > equals to the size of the associated data. I'm sorry, George. The event number has nothing to do with the size of the associated data. I meant the program has a way to discover the size from the event number. -- Romulo A. Ceccon '

Is inifinite loop not a good practice?

2006-02-19 Thread Alvin A. Delagon
Greetings, I have to write a python script that would continously monitor and process a queue database. Once the script sees an unprocessed record it will create a thread to process it otherwise it will do nothing. I've been planning to do an infinite loop within the script to do thi

Re: Is inifinite loop not a good practice?

2006-02-20 Thread Alvin A. Delagon
Thanks for the quick heads up! The comparison between implementing an infinite loop and cron is great. I'm beginning to see cron as the better solution between the two specially during crash instances. I'll try to code the script using the two solutions and do some stress testing to determine w

Multi-Threading Practices

2006-02-26 Thread Alvin A. Delagon
Greetings, I was the last time who asked your opinion about Infinite Loops and crontab. I settled with crontab where in the python program selects a number of records from a mysql database and then releases Threads (which is actually CORBA clients) that report to a CORBA server, wait a

Fetching the Return results of a spawned Thread

2006-02-28 Thread Alvin A. Delagon
Is there any way to fetch the Return results of spawned threads within the parent script? I would like to do that because I'm having problems with Threads that do queries to a database, I often encounter Threads failing due to MySQL connection failures. As much as possible I plan to mak

Re: Fetching the Return results of a spawned Thread

2006-02-28 Thread Alvin A. Delagon
Thanks a lot for the links that you gave me. I will look into that today! :-) -- http://mail.python.org/mailman/listinfo/python-list

Re: pyvm -- faster python

2005-05-20 Thread Susan A. Smith
I have read about parrot. How is that progressing? Stelios Xanthakis wrote: > Hi. > > pyvm is a program which can run python 2.4 bytecode (the .pyc files). > A demo pre-release is available at: > http://students.ceid.upatras.gr/~sxanth/pyvm/ > > > Facts a

Re: Software licenses and releasing Python programs for review

2005-06-02 Thread Karl A. Krueger
Andreas Kostyrka <[EMAIL PROTECTED]> wrote: > *) GPL is not acceptable for "library" stuff, because as a software > developer I'm sometimes forced to do "closed" stuff. > (Yep, even nowadays there are place where it's basically a legal >requ

py2exe -> error in PYTHON23.DLL

2005-06-08 Thread Silen, Stephen A
  Stephen A. Silen Polaroid Corporation 1265 Main Street - Bldg. W3-3 Waltham, Massachusetts 02451 U.S.A.   tel: 781-386-8410 fax: 781-833-8410  -- This transmission is intended only for use by the addressee(s) named herein and may contain information that is proprietary, confidential and/or

mxtextools, py2app, and intel vs. PPC

2007-06-05 Thread Ian A. York
I've been packaging a set of scripts using py2app, and until now the app that results has run without issues on MacOS10.4, either intel or ppc. The latest version made by py2app, however, only runs on intel (on which I made the py2app package). The problem seems to be with eGenix mx

Talks & presentations online

2007-06-25 Thread M.-A. Lemburg
Hello, just wanted to let you know that we've put up a few of our conference talks and presentations on the web-site: http://www.egenix.com/library/presentations/ At EuroPython this year, we'll be giving talks on relational databases with Zope and show how mxTextTools can be put t

eGenix Partner Network (Pre-Announcement)

2007-07-01 Thread M.-A. Lemburg
Hello, we are currently looking into setting up a partner network of companies interested and able to sell and support our products with a more regional focus than we can deliver. The idea is to provide customers with a closer and more direct contact for first level support. Network partners

Re: Rational numbers

2007-04-27 Thread M.-A. Lemburg
: > > --- > $ python > Python 2.4.3 (#1, Jan 15 2007, 15:46:19) > [GCC 4.1.1 (Gentoo 4.1.1-r3)] on linux2 > Type "help", "copyright", "credits" or "license" for more information. >>&g

Re: Video: Professor of Physics Phd at Cal Tech says: 911 Inside Job

2007-04-28 Thread Michael A. Terrell
es' of WTC1, WTC2, & WTC7. In this interview he lists numerous > reasons to suspect controlled demolition and expresses support for > alternative theories." > > A common mistake - I frequently confuse CalTech and U of Iowa. > > http://scholar.google.com/scholar?hl=en

Re: Video: Professor of Physics Phd at Cal Tech says: 911 Inside Job

2007-04-29 Thread Michael A. Terrell
Mitchell Jones wrote: > If I seem to be ignoring you, consider the possibility > that you are in my killfile. --MJ Ditto. -- Service to my country? Been there, Done that, and I've got my DD214 to prove it. Member of DAV #85. Michael A. Terrell Central Florida -- http://mail

Re: BUSTED!!! 100% VIDEO EVIDENCE that WTC7 was controlled demolition!! NEW FOOTAGE!!! Ask yourself WHY havn't I seen this footage before?

2007-05-08 Thread Michael A. Terrell
James Beck wrote: > > Yep, you must have access to better drugs than I do. > You get to hallucinate your stuff up. > Don't forget to adjust your tin beanie! Its not a beanie. He had his head tin plated. :( -- Service to my country? Been there, Done that, and I've go

Re: BUSTED!!! 100% VIDEO EVIDENCE that WTC7 was controlled demolition!! NEW FOOTAGE!!! Ask yourself WHY havn't I seen this footage before?

2007-05-08 Thread Michael A. Terrell
James Beck wrote: > > In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] > says... > > James Beck wrote: > > > > > > Yep, you must have access to better drugs than I do. > > > You get to hallucinate your stuff up. > > > Don't forget t

Re: track cpu usage of linux application

2007-05-14 Thread Zed A. Shaw
On Mon, 14 May 2007 20:56:20 + Fabian Braennstroem <[EMAIL PROTECTED]> wrote: > Hi, > > I would like to track the cpu usage of a couple of > programs using python. Maybe it works somehow with > piping 'top' to python read the cpu load for a greped

How to find parent function/class of generators?

2007-08-25 Thread J. A. Aczel
Hello all. I think I should explain my problem in detail, so everyone understands what I'm trying to do and why. There may be a better approach to the whole problem then I am using. I am working on a game, with most of my AI code & such divided up into generator functions (really corout

Re: pyodbc on linux

2007-08-25 Thread M.-A. Lemburg
On 2007-07-21 22:54, Sean Davis wrote: > I have read a couple of blogs suggesting that pyodbc is buildable > under linux. I am running suse 10.2 on a 64-bit intel machine with > unixODBC installed. Upon building, I get a slew of pretty horrid > looking errors that make me wonde

Re: Filemaker interactions

2007-08-25 Thread M.-A. Lemburg
On 2007-08-01 23:41, Ian Witham wrote: > Hello, > > I'm hoping someone here can put me on the right track with some broad > concepts here. > > What I am hoping to achieve is a simple HTML page to be served over > our company LAN, into which the users (Real Estate Agen

Re: When will 2.5.1 be released?

2007-03-06 Thread A. Lloyd Flanagan
On Mar 4, 2:49 pm, "Nile" <[EMAIL PROTECTED]> wrote: > This is not a big deal but I would like to use Tix with 2.5. My > understanding is this bug will be fixed in the 2.5.1 release. Does And while we're waiting for 2.5.1, can somebody post a clear (as opposed to

Re: looking for ocbc example

2007-09-21 Thread M.-A. Lemburg
e examples? > > I have used odbc in other environments, so just need to know what modules, > and > the lines to connect and execute a sql command. Here's a very simple example for mxODBC: # mxODBC is available from http://www.egenix.com/products/python/mxODBC/: # On Windows: from mx.O

Re: database persistence with mysql, sqlite

2007-09-25 Thread M.-A. Lemburg
On 2007-09-23 01:11, coldpizza wrote: > Hi, > > I want to run a database query and then display the first 10 records > on a web page. Then I want to be able to click the 'Next' link on the > page to show the next 10 records, and so on. > > My question is how to i

Re: FW: OCBC connection

2007-09-28 Thread M.-A. Lemburg
On 2007-09-28 19:22, Sugrue, Sean wrote: > Is this the right email list to be on for asking rather elementary > python questions? > If not do you have a suggestion It's the right place, indeed :-) Here's an example using mxODBC: # mxODBC is available from http://www.egenix.

Re: OCBC connection

2007-09-28 Thread M.-A. Lemburg
On 2007-09-28 20:07, Steve Holden wrote: > [EMAIL PROTECTED] wrote: >> On Sep 28, 9:57 am, "Sugrue, Sean" <[EMAIL PROTECTED]> wrote: >>> I'm trying to make an odbc connection to postgresql which is on a server >>> using python. >>> Does any

Re: Select as dictionary...

2007-10-01 Thread M.-A. Lemburg
On 2007-10-01 15:32, Besturk.Net Admin wrote: > Hi.. > I am using python with postgresql. > And i have a query : > > aia.execute("SELECT id, w from list") > links=aia.fetchall() > print links > > and result > [(1, 5), (2,5)...] (2 million result) >

Re: List of objects X Database

2007-10-04 Thread M.-A. Lemburg
MindMaster32 wrote: > I am writing a script that has to read data from an ASCII file of > about 50 Mb and do a lot of searches and calculations with that data. > That would be a classic problem solved by the use of a database > (SQLite would suit just fine), but that would require

Re: A Python way to get MS Access table column information?

2007-10-15 Thread M.-A. Lemburg
On 2007-10-15 17:16, goldtech wrote: > Using Python and OBDC in MS-Access DBs. So, I'm able to run SQL > statements from Python on an Access DB. > > Is there an SQL statement that will give me column information? For a > table I want to know the data type and of course colum/

Re: Summarizing data by week

2007-01-11 Thread M.-A. Lemburg
On 2007-01-09 20:57, Mike Orr wrote: > What's the best way to summarize data by week? I have a set of > timestamped records, and I want a report with one row for each week in > the time period, including zero rows if there are weeks with no > activity. I was planning to use

Re: Commandline wrapper: help needed

2007-01-28 Thread Toby A Inkster
Toby wrote: > Any idea how to improve the script and solve this problem? Hello Toby, excellent name you have there. What advantage (if any) does this method have over standard UNIX-style pipes? -- Toby A Inkster BSc (Hons) ARCS Contact Me ~ http://tobyinkster.co.uk/contact -- h

Re: Ip address

2007-01-28 Thread Toby A Inkster
you can't get off-net because there aren't > any routers. ... or you can't get off-net because you don't *know* the routers. -- Toby A Inkster BSc (Hons) ARCS Contact Me ~ http://tobyinkster.co.uk/contact Geek of ~ HTML/CSS/Javascript/SQL/Perl/PHP/Python*/Apache/Linux * =

Re: Ip address

2007-01-28 Thread Toby A Inkster
Scripter47 wrote: > How do i get my ip address? Which IP address. One computer might have many IP addresses. (Indeed a typical network-connected computer will tend to have at least one for each connected network device, plus the special address 127.0.0.1 for the loopback network.) How is Pyt

Re: Web File System

2007-01-31 Thread Toby A Inkster
anthony.cutrone wrote: > Files and folders have to be in an SQL database, mounted in ext3-like > system. File would be identified by a single ID, and links with names > should be connected on these IDs. Take a look at FUSE. Also, have you considered subversion? -- Toby A Inkster

Re: Writing "pythonish" code

2007-02-02 Thread Toby A Inkster
Mizipzor wrote: > One thing is that in c++ im used to have private members in classes and > no member is altered except through the public functions of the class. By convention, class members starting with a single underscore are considered private. This is much the same as the conventio

Re: "Subscribing" to topics?

2007-02-04 Thread Toby A Inkster
Mizipzor wrote: > I searhed around a little and it seems that not only do i need a > newsreader, i need a newsserver to. To fetch all the messages from > here. I learned that sometimes the ISP provides one, however, mine do > not. But then I discovered that Google has a free news

Re: lambda functions ?

2007-02-05 Thread Toby A Inkster
Maxim Veksler wrote: > And what is the "f" object? An integer? a pointer? an Object? A function. -- Toby A Inkster BSc (Hons) ARCS Contact Me ~ http://tobyinkster.co.uk/contact Geek of ~ HTML/CSS/Javascript/SQL/Perl/PHP/Python*/Apache/Linux * = I'm getting there! -- http

Re: Thanks for the help

2007-02-09 Thread Toby A Inkster
[EMAIL PROTECTED] wrote: > Reid wrote: > >> I do not need 3d stuff. Just a couple of buttons and menu's. > > That's not "3D", that's GUI (Graphical User Interface). "3D" usually > refers to "3D graphics"... Hence the original

'File name' is not recognized as an internal or external command, operable program

2007-02-12 Thread Roger A. Wehage
Here it is-nearly four and a half years since Mike Henley posted 'File name' is not recognized as an internal or external command, operable program-and the problem still persists. Some weeks ago I installed ActiveState 8.3.5.0 on Windows XP and many things stopped working. Like Mike, I

Re: BDFL in wikipedia

2007-02-21 Thread Toby A Inkster
Steven D'Aprano wrote: > Carl Banks wrote: >> >> Since when is Larry Wall benevolent? He should be called the SDFL. > > I can't think what the S stands for... if it was M, I'd say Malevolent, > but S? Scented, Sexy, Spanish... no, probably not those. I

Re: BDFL in wikipedia

2007-02-21 Thread Toby A Inkster
Jorge Vargas wrote: > shouldn't it mention Linus, Larry Wall, others?[3] Despite the link you posted, I don't think Linus, Larry Wall, Rasmus Lerdorf, etc describe themselves as BDFLs, even if they fulfil similar roles within their respective development communities. -- Toby

Re: Rational numbers

2007-02-24 Thread Toby A Inkster
aleaxit wrote: > If anybody who has easy access to Microsoft's MSVC++.NET (and is willing > to try building GMP 4.2 with/for it), or a PPC Mac with XCode installed > (possibly with MacOSX 10.3...) I'm writing this message on a MacOS 10.3.9 box with Xcode 1.5 (gcc 3.3) instal

Re: Finding non ascii characters in a set of files

2007-02-24 Thread Toby A Inkster
bg_ie wrote: > What I'd like to do is scan a directory and list all the > files in it that contain a non ascii character. Not quite sure what your intention is. If you're planning a one-time scan of a directory for non-ASCII characters in files, so that you can manually fix thos

Re: Python Extension Building Network

2007-11-09 Thread M.-A. Lemburg
[EMAIL PROTECTED] wrote: > On Nov 9, 8:36 am, Tim Golden <[EMAIL PROTECTED]> wrote: >> [EMAIL PROTECTED] wrote: >>> Hi, >>> I am trying to get a small group of volunteers together to create >>> Windows binaries for any Python extension developer that needs

Re: Python Extension Building Network

2007-11-10 Thread M.-A. Lemburg
ons on how to use Visual Studio 2003 that I've >>> found, just some old free edition. those directions were incompatible >>> with VS2003. I'll post VS2003's correct usage eventually, but it's >>> basically just installing it and then using distutils. &

Re: Formatting question.

2007-11-22 Thread M.-A. Lemburg
Dennis Lee Bieber wrote: > On Wed, 21 Nov 2007 08:36:28 -0800 (PST), mike5160 <[EMAIL PROTECTED]> > declaimed the following in comp.lang.python: > >> Thanks to you for your reply. I am a newbie to Python and appreciate >> you helping me. Now, I am importing d

Error when executing the library reference echo server example

2007-12-10 Thread diego . martin . a
t') Is the example wrong? In this case, Where can I find a working example? Have I messed up the example putting 'localhost'? (don't think so, because I tried with '127.0.0.1' and I got the same error). And the big one, Why I get the error and how can I avoid it in fu

Re: Error when executing the library reference echo server example

2007-12-10 Thread diego . martin . a
t I get the following error: > > Traceback (most recent call last): > > File "C:\Python25\eclient.py", line 11, in > > data = s.recv(1024) > > error: (10053, 'Software caused connection abort') > > >Is the example wrong

Re: ANN: XMLObject

2006-04-22 Thread Nicolay A. Vasiliev
Hello! I tried to use this class in my work. But I Can't understand the next. I have an XML file, where I store an information by this way Wesley Hunter ie. How can I get the value between and ? Thanks in advance. aum wrote: > Hi folks, > > I've just released an XML object wrapper called XMLO

MySQLdb trouble

2006-05-10 Thread Nicolay A. Vasiliev
Hello there! I got some trouble trying to insert data into the database with MySQLdb module. I have such code: from MySQLdb import * def loc_connect_db(): """ The DB connection subroutine """ db = MySQLdb.connect(host = "localhost", user = "root",

Re: MySQLdb trouble

2006-05-10 Thread Nicolay A. Vasiliev
server. Before I upload the script to the server I just switch loc_connect_db to connect_db. That's it :) John Salerno wrote: Nicolay A. Vasiliev wrote: def loc_connect_db(): """ The DB connection subroutine """ db

Re: MySQLdb trouble

2006-05-11 Thread Nicolay A. Vasiliev
Hi! > Number two suggestion: try committing the transaction (autocommit > might not be enabled in your environment). > commit() - is what I need :) Thank you very much! -- http://mail.python.org/mailman/listinfo/python-list

Re: Software Needs Philosophers

2006-05-23 Thread John A. Bailo
John D Salt wrote: > <[EMAIL PROTECTED]> wrote in news:[EMAIL PROTECTED]: > > [Snips] > >>Wrong. We live in a paradise of ideas and possibilities well beyond the >>wildest dreams of only 20 years ago. > > > What exciting new ideas exist in software t

Re: Go "help" the perl list instead Fredrik Lundh

2006-05-25 Thread A. Sinan Unur
he point of bringing clpmisc into this argument. Anyway, *PLONK* Sinan -- A. Sinan Unur <[EMAIL PROTECTED]> (remove .invalid and reverse each component for email address) -- http://mail.python.org/mailman/listinfo/python-list

Re: Memory Leaks and Heapy

2008-01-04 Thread M.-A. Lemburg
On 2008-01-04 16:07, Yaakov Nemoy wrote: > Hi list, > > Firstly, this is my first post here, so I hope I'm not breaking some > unwritten etiquette rule about asking questions involving several > different libraries. > > I'm trying to plug some memory leaks in

Re: Memory Leaks and Heapy

2008-01-04 Thread M.-A. Lemburg
On 2008-01-04 17:23, Yaakov Nemoy wrote: > On Jan 4, 2008 11:10 AM, M.-A. Lemburg <[EMAIL PROTECTED]> wrote: >> If you're using lots of small objects, you may be running into a >> problem with the Python memory allocation mechanism, pymalloc. It used >> to not

Re: Memory Leaks and Heapy

2008-01-07 Thread M.-A. Lemburg
On 2008-01-05 03:19, Yaakov Nemoy wrote: > On Jan 4, 2008 11:56 AM, M.-A. Lemburg <[EMAIL PROTECTED]> wrote: >>> The most common answer I heard was possible fragmentation, meaning >>> there are no or few completely empty blocks to be found. If there are >>

pygep

2008-01-21 Thread Blubaugh, David A.
To Anyone out there!! I was wondering if anyone out there has had any experience with pygep program. this program is an open source version for Gene Expression Programming, which I will need to utilize in order to complete my Master's Thesis. Thanks for any help!! David Blubaug

Re: HTML parsing confusion

2008-01-23 Thread M.-A. Lemburg
stalled. And you don't want the 75Kb >>>>>> BeautifulSoup? >>>> Ugh. Found it. Sorry about that, but I still don't understand why >>>> there isn't a simple way to do this without using PyXML, BeautifulSoup >>>> or libxml2dom. Wha

Has Anyone Worked with Gene Expression Programming ???????????????????????????

2008-01-25 Thread Blubaugh, David A.
To Anyone, Has anyone worked with Gene Expression Programming??? Specifically, has anyone out there worked with pygep software package??? I have a few questions David Blubaugh -- http://mail.python.org/mailman/listinfo/python-list

RE: Python Genetic Algorithm

2008-01-28 Thread Blubaugh, David A.
wrote: >> I'm not sure I'm following you here. So a "chromosome" is bit of >> functionality, right? So basically it is a function. So my advice >> would be to write these functions and store it to the >> "indivuals"-list like >> so: &

Why the HELL has nobody answered my question !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

2008-01-30 Thread Blubaugh, David A.
:10 PM To: python-list@python.org Subject: Python-list Digest, Vol 52, Issue 437 Send Python-list mailing list submissions to python-list@python.org To subscribe or unsubscribe via the World Wide Web, visit http://mail.python.org/mailman/listinfo/python-list or, via email, send a

PLEASE ACCEPT MY SINCERE APOLOGIES

2008-01-31 Thread Blubaugh, David A.
To Everyone on the planet Earth, Please accept my apologies for Why the Hell has nobody answered my question. I am just trying to finish a Masters thesis that is quite beyond anything in this world. David Blubaugh -Original Message- From

Will Python on day replace MATLAB?????????????????????????????????????????????????????

2008-01-31 Thread Blubaugh, David A.
To All, I have been evaluating the python environment ever more closer. I believe I can interface python with a development environment known as the ImpulseC environment. The ImpulseC environment develops C to VHDL for FPGA development. I would especially love to interface Python with

MyHDL project !!!!!

2008-02-01 Thread Blubaugh, David A.
Dan, I would be honored to start a project such as that in mind. How do we begin ?? David Blubaugh -Original Message- From: chewie54 [mailto:[EMAIL PROTECTED] Sent: Thursday, January 31, 2008 9:34 PM To: python-list@python.org Subject: Re: Will Python on day replaceMATLAB

MyHDL project for FPGA development!

2008-02-01 Thread Blubaugh, David A.
Dan, Thank you very much for your reply. My Master's thesis is for Wright State University and is of the following nature: I am currently engaged with a Masters project, that utilizes a linear array of isotropic sensors, or in my case electromagnetic antennas. I am trying to deve

Re: fast method accessing large, simple structured data

2008-02-02 Thread M.-A. Lemburg
On 2008-02-02 21:36, agc wrote: > Hi, > > I'm looking for a fast way of accessing some simple (structured) data. > > The data is like this: > Approx 6 - 10 GB simple XML files with the only elements > I really care about are the and ones. > > So what I'

<    1   2   3   4   5   6   7   8   9   10   >