Wow, what an impressive turnout !
Thanks a lot, rantingrick, CM and Herbert, for the fast answers, useful
tips and especially the sample code !
Beats starting from a blank page, with a big stick, and will certainly set
me on my way much faster...
networkx does seem a bit over the top for my si
Hi,
I'm a Python long-timer, but I've never had to use tools like Matplotlib &
others before.
Now, for my work, I would need to learn the basics fast, for a one-time
quick-n-dirty job.
This involves a graphic comparison of RFC1918 IP subnets allocation across
several networks.
The idea is to
Robert said :
> Is there a push to one toolkit or the other?
If you are just now getting started, I would honestly suggest you save a
whole lot of time and dive straight into PyQt. I've tried most 'em over the
years (including some now discontinued), and in my experience Qt is way
above the r
"Mark Tolonen" said :
> Yes, welcome to Microsoft's solution to DLL Hell...Side-by-Side DLL
> Hell.
As always, it boils down to a philosophical choice : is it better to suffer
through Hell alone, or in bad company ? :-)
--
http://mail.python.org/mailman/listinfo/python-list
Fred P said :
> Hi, a bit of platform-specific advice sought here... I'm trying to
> diagnose one of those mysteries Windows is so fond of...
> Say that I have code that imports some binary Python module from site-
> packages (in this case, libpyexiv2.pyd through pyexiv2.py, could be
> anythng els
"Mark Tolonen" said :
> That error message is returned from executables built with later
> versions of Visual Studio (at least 2005 and 2008...not sure about
> 2003). The Windows application event log will indicate what DLL is
> missing.
>
> In addition to tools others have noted, depends.exe
Christian Heimes said :
> Fred P wrote:
>> Is there any tool and/or methodology I could use to at least pinpoint
>> the exact DLL that libpyexiv2 is failing to load, and ideally also
>> the reason why ?...
>
> The depencency walker http://www.dependencywalker.com/ works fine for
> me.
I'd neve
Rahul said :
>>
>> There are a number of frameworks out there each with there own set of
>> strengths and weaknesses, you shoul dbe
>> looking at each ones vibrancy (community), suitablility for your
>> application, etc...
>
> Thanks tim
> This information was really of help to me
If you don'
excord80 said :
>> What are you looking for in your framework?
>
> Well, let's see. I don't need a templating library, since -- as you
> pointed out -- I can just use Python's own. I don't need a db
> interface (can just make my own dbapi calls if needed). Don't need url
> mapping (can just use
Phillip B Oldham <[EMAIL PROTECTED]> said :
> On Oct 1, 10:29 am, Michele Simionato <[EMAIL PROTECTED]>
> wrote:
>> How about wsgiref in the standard library? It is as small as you can
>> get without resorting to CGI.
>
> Interesting... I'll be sure to check that out also.
>
> Someone also menti
Todd Whiteman <[EMAIL PROTECTED]> said :
> I've put together a tutorial that shows off how to build a GUI
> application using XULRunner (same architectural components as Firefox
> uses) that can be used in conjunction with the Python programming
> language.
> The tutorial covers how to build a
Todd Whiteman <[EMAIL PROTECTED]> said :
> Personally, I believe XULRunner has a lot to offer for Python GUI
> development, I'm currently finishing up some documentation steps to show
> off how to use it specifically for Python (I'll post it to this list
> when it's finished).
That would be re
John Henry <[EMAIL PROTECTED]> said :
> The performance of Qooxdoo is quite amazing - for a Javascript based
> web application. Don't know about cell-phones though. You can try
> their showcase web site I cited earlier.
Just for the record, Nokia Internet tablets (770, N800, N810) are the only
John Henry <[EMAIL PROTECTED]> said :
> Welcome to the modernized world of Pythoncard!!!
Hey, that's really neat !
I remember dabbling in Pythoncard in the early days, some years ago, it was
a very interesting project. I gave it up eventually, partly because it
seemed somewhat abandoned (I see
"SPE - Stani's Python Editor" <[EMAIL PROTECTED]> said :
> What is new? Until Phatch could only save EXIF and IPTC tags on Linux.
> Now this feature is available for all platforms hanks to the work of
> Robin Mills who managed to compile pyexiv2 and all its dependencies
> and get it to work on Mac
Stani <[EMAIL PROTECTED]> said :
> Even without python-pyexiv2 Phatch features read-only EXIF support
> thanks to PIL. So you can name your files or write data stamps (date,
> aperature, velocity, ...) based on EXIF information.
Oh, that's good. I hadn't looked at PIL for a long while and wasn't
Steve Holden <[EMAIL PROTECTED]> said :
> Perhaps you could put a link to the source on the Windows instalL page?
> I don't mind being a second-class citizen, but it's annoying to have to
> jump around like that.
I'm interested too, and was also wondering if Phatch is as full-featured
unders W
USCode <[EMAIL PROTECTED]> said :
> Thanks Jay and I guess in my original post I didn't explicitly specify
> Python but that is what I was after.
> After poking around a bit pyjamas looks like it might be exactly what I
> was after except the main pyjamas website http://pyjamas.pyworks.org
> ap
[EMAIL PROTECTED] (Cameron Laird) said :
> I'll make a few personal comments.
>
> I knew the choice of quotes was in questionable taste. I was
> out to be provocative without being offensive, though. My
> apologies to Mr. Beliavsky and anyone else I disappointed. On
> the whole, I still think
Hello,
I would be grateful if someone could point me to an existing and working
http proxy implementation that satisfies the following requirements :
- as small and simple as possible, ideally no dependencies outside python
- easy to customize (for controlling outgoing http headers for instance)
Peter Hansen <[EMAIL PROTECTED]> said :
> I can't let that pass. :-) I believe it was well established in posts
> a few years ago that while the programming-language equivalent of
> Esperanto is clearly Python, "Volapuke" was most definitely
> reincarnated as *Perl*.
Sorry -- I've been reading
"Adriaan Renting" <[EMAIL PROTECTED]> said :
> And about the French language: Try to find some french radio broadcast
> on the internet or something like that, and see if you can understand
> it. I find reading/writing/speaking French is o.k., but understanding
> native speakers can be very hard.
"Tim Golden" <[EMAIL PROTECTED]> said :
> Just wanted to say thank you to Simon and all the
> other people who have edited the Python-URL! weekly
> digest over the years. Despite my being a pretty much
> constant reader of c.l.py and various blogs and other
> on-line sources, I still look forward
Christos "TZOTZIOY" Georgiou <[EMAIL PROTECTED]> said :
> Well, I take advantage of this "folding" idea for years now. Do you
> remember DoubleSpace? I was getting to the limits [1] of my 100 MiB
> hard disk, so I was considering upgrading my hardware. A female
> friend of mine, knowing a littl
"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> said :
> Hello I need to build table which need searching data which needs more
> power then dictionary or list in python, can anyone help me what kind
> of database suitable for python light and easy to learn. Is mySQL a
> nice start with python ?
There ar
Christos "TZOTZIOY" Georgiou <[EMAIL PROTECTED]> said :
>>OT/trivia : if it was between mid-eighties and early nineties, the
>>company could be "Goupil" (ancien french for "Fox").
>
> Exactly! That was it... it was October or November 1981, though (early
> eighties).
Oh... probably a "G2" model
Christos "TZOTZIOY" Georgiou <[EMAIL PROTECTED]> said :
> At the age of nine at school, two guys from a French computer-making
> company named as "Loup" (in french) or "Lupo" (in Italian), can't
> remember which --if either is correct--, came and gave us a demo of one
> of their models.
OT/trivia
"Gianluca Sartori" <[EMAIL PROTECTED]> said :
> Hi guys,
> What web framework do you suggest to develop with? I had a look both at
> Nevow and Quixote. These seemes to be the most appreciated by the
> community. Anyway, I had no luck looking for a complete and coherent
> documentation.
Snakelets
KirbyBase sounds like something that could fit the bill.
--
http://mail.python.org/mailman/listinfo/python-list
Robert Kern <[EMAIL PROTECTED]> said :
>> that's Hanlon, not Heinlein. to be on the safe side, I won't attempt
>> to attribute your mistake to anything.
>
> Fair enough. The only time I've seen it in dead-tree print was in
> Heinlein's _Time Enough For Love_, unattributed to anyone else.
> Goo
"Dan Perl" <[EMAIL PROTECTED]> said :
> This is exactly the kind of summary that I think should be in a
> WebProgrammingShootOut (see another one of my postings in this thread)
> but I failed to find such a summary. Thanks, Brian! Anyone can add
> to the list?
I myself am also into (very) sim
Chris <[EMAIL PROTECTED]> said :
> Okay, I searched www.python.org for a date handler and found datetime.
> http://www.python.org/dev/doc/devel/lib/module-datetime.html However,
> whenever I try to import datetime, I get a No module named datetime
> error. What am I missing?
The module docum
[EMAIL PROTECTED] (Rootshell) said :
> I need to create the table and I want to edit its content from www
> level.
>
> Here is some example:
>
> http://www.rootshell.be/~flash44
>
> There is a table.
> Is there possibilty to edit the content using command?
>
> Could you show me the way how to
33 matches
Mail list logo