On 1/23/08, Arne <[EMAIL PROTECTED]> wrote:
> On Jan 21, 11:25pm, "Gabriel Genellina" <[EMAIL PROTECTED]>
> wrote:
> > En Mon, 21 Jan 2008 18:38:48 -0200, Arne <[EMAIL PROTECTED]> escribi�:
> >
[...]
>
> This look very interesting! But it looks like that no documents is
> well-formed! I've tried s
On 3/5/08, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> [EMAIL PROTECTED] wrote:
> > It includes three corrections to grammar.txt (imagnumber, xor_expr and
> > and_expr) that I've reported.
>
>
> Make that four corrections. Add augop.
>
> --
> http://mail.python.org/mailman/listinfo/python-lis
On 3/15/08, Ulysse <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I'm searching a code which allow you to parse each item in the RSS
> feed, get the news page of each item, convert it to text and send it
> by mail.
>
> Do you know if it exists ?
>
> Thanks
>
> --
> http://mail.python.org/mailman/lis
On Thu, Jan 29, 2009 at 1:08 PM, alex wrote:
> Duncan
> Thank you for your explanation of the relationship between calling
> convention and stack management.
> I will try to understand better this topic in the CVF and ctypes
> documentation (not so easy).
>
> Regards Alex
>
> --
> http://mail.pyth
On Fri, Feb 6, 2009 at 8:27 AM, Gary Herron wrote:
> greg wrote:
>> SuPy 1.0
>>
>>
>> SuPy is a plugin for the Sketchup 3D modelling application
>> that lets you script it in Python.
>>
>> http://www.cosc.canterbury.ac.nz/SuPy/
>
>
> That URL fails with a 404 - not found. (At least for
On Mon, Dec 8, 2008 at 8:22 AM, Robert Dailey wrote:
> Hi,
>
> I'm looking for a portable way to download ZIP files on the internet
> through Python. I don't want to do os.system() to invoke 'wget', since
> this isn't portable on Windows. I'm hoping the core python library has
> a library for this
2008/12/31 Giampaolo Rodola' :
> On 31 Dic, 18:55, Xah Lee wrote:
>> Just spent 3 hours looking into Ruby today. Here's my short impression
[...]
> --- Giampaolo
> http://code.google.com/p/pyftpdlib
>
Hey, Giampaolo:
I had gone to the trouble to filter out the posts from xah lee, but
you have q
One with all the major python GUIs: pyQT, pyGtk, pyKde, wxPython,
And so on.
--
http://mail.python.org/mailman/listinfo/python-list
On 11/11/08, est <[EMAIL PROTECTED]> wrote:
> Hi guys,
>
> I tried to grab source code for Lucid Toolkit
> http://www.clarographics.org/svn_details
> which was mentioned http://wiki.python.org/moin/GuiProgramming
>
> So is this project abandoned? Is there any backup that I can get the
> code?
On 11/8/08, Dog Walker <[EMAIL PROTECTED]> wrote:
> I need to call a function in a shared object with this signature:
> init_dialog(FILE *input, FILE *output)
> The FILE*'s are to stdin and stdout.
>
> The call from python is libdialog.init_dialog( x, y)
> I need to define x and y so that they
Line 25 of setup.py should be:
packages.append("GUI.Gtk")
--
http://mail.python.org/mailman/listinfo/python-list
On Tue, Apr 14, 2009 at 10:02 AM, Terry Reedy wrote:
> greg wrote:
[...]
fwiw, the following python script could be used, when run from the
Tests directory, to selectively run the numbered tests:
- runtests.py
import glob
import os
import subprocess
fr
On 4/18/09, auzarski2...@gmail.com wrote:
> Hi I have been working on a homework assignment that I am having a lot
> of trouble with. I am so frustrated because every time I think I am
> getting close to figuring it out there is another problem. If you
> could look at this and tell me what I
Correction:
On 4/18/09, member thudfoo wrote:
> On 4/18/09, auzarski2...@gmail.com wrote:
> > Hi I have been working on a homework assignment that I am having a lot
> > of trouble with. I am so frustrated because every time I think I am
> > getting close to fig
On 5/31/09, Scott David Daniels wrote:
> Johannes Bauer wrote:
>
> > Hello group,
> >
> > I'm trying to write a function in Python which does the following: For a
> > number of arguments which are all lists, return a list (or generator)
> > which yields all tuples of combination. E.g:
> >
>
> Loo
On 6/4/09, Jonathan Nelson wrote:
> I'm trying to add a feedreader element to my django project. I'm
> using Mark Pilgrim's great feedparser library. I've used it before
> without any problems. I'm getting a TypeError I can't figure out.
> I've tried searching google, bing, google groups to
On 6/1/08, Arnaud Delobelle <[EMAIL PROTECTED]> wrote:
> dave <[EMAIL PROTECTED]> writes:
>
[..]
> >
> >def deal_cards(self, num_of_hands, num):
> >'''deals x amount of cards(num) to each hand'''
> >for i in range(num_of_hands):
> >handname = Hand('hand%d' % i)
On 6/10/08, John Salerno <[EMAIL PROTECTED]> wrote:
> Is the chm doc file available for download from the Python website? I can't
> seem to find it. It would be nice to read through while I'm at work (where I
> don't have Python installed).
>
> Also, is it possible to use a chm file on Linux?
>
On 28 Jul 2008 14:07:44 GMT, Steven D'Aprano
<[EMAIL PROTECTED]> wrote:
> On Sun, 27 Jul 2008 21:42:37 -0700, Russ P. wrote:
>
> >> +1 QOTW
> >
> > Do you realize what an insult that is to everyone else who has posted
> > here in the past week?
>
> Actually I don't. I hadn't realised that when
On 3 Aug 2008 20:40:02 GMT, Jorgen Grahn <[EMAIL PROTECTED]> wrote:
> On 3 Aug 2008 20:36:33 GMT, Jorgen Grahn <[EMAIL PROTECTED]> wrote:
> > On Fri, 1 Aug 2008 01:05:07 -0700 (PDT), Simon Strobl <[EMAIL PROTECTED]>
> wrote:
>
> ...
>
> >> If there is no other way to do it, I will have to learn h
On 4/24/08, Jonathan Gardner <[EMAIL PROTECTED]> wrote:
> On Apr 24, 5:28 am, malkarouri <[EMAIL PROTECTED]> wrote:
> >
> > What's wrong with raising ZeroDivisionError (not stopping the
> > exception in the first place)?
> >
>
>
> Because when I use your module, call avg (or mean) without args,
On 5/10/08, Gandalf <[EMAIL PROTECTED]> wrote:
> my manual contain chapter about lists with python. when i try to copy
> paste :
>
> li = ["a", "b", "mpilgrim", "z", "example"] (1)
>
>
> it i get this errore:
>
> "TypeError: 'list' object is not callable"
>
> i was wondering if their is any s
On Tue, Mar 2, 2010 at 10:52 PM, Gregory Ewing
wrote:
>> In article ,
>> Giorgos Tzampanakis wrote:
>>
>>> I'm implementing a CPU that will run on an FPGA. I want to have a
>>> (dead) simple assembler that will generate the machine code for
>>> me. I want to use Python for that. Are there any li
On Wed, May 19, 2010 at 9:23 AM, Christian Mertes
wrote:
> by kjon 2010-03-24T16:40:21+00:00.
>> In Philip Semanchuk writes:
>> >On Mar 24, 2010, at 12:05 PM, kj wrote:
>> >> In the last couple of weeks, docs.python.org has been down repeatedly
>> >> (like right now). Has anyone else noticed this?
On Wed, May 19, 2010 at 11:38 AM, Back9 wrote:
> Hi,
>
> When converting a hex value, I'd like to preserve the decimal
> position.
> For example, 0x0A is converted to 0A not just A in string.
>
> How do I do this?
>
> TIA
> --
> http://mail.python.org/mailman/listinfo/python-list
>
|109> '%02X' %
On Sat, May 22, 2010 at 11:01 AM, ntwrkd wrote:
> I am trying to create a bash-style auto completion in a simple
> command-line and script-based program i created using cmd.
> I saw http://docs.python.org/library/rlcompleter.html, which I'm
> thinking is the way to go for my program to intercept t
Has anyone had success using the netflix api with Netflix.py?
Especially getting access?
--
http://mail.python.org/mailman/listinfo/python-list
On Tue, Jul 6, 2010 at 6:40 AM, Michael Torrie wrote:
> On 07/06/2010 04:12 AM, sturlamolden wrote:
>> On 28 Jun, 19:39, Michael Torrie wrote:
>>
>>> In python I could simply take the output of "ps ax" and use python's
>>> own, superior, cutting routines (using my module):
>>>
>>> (err, stdout, s
On 8/14/10, Baba wrote:
> On Aug 13, 8:25 pm, Ian Kelly wrote:
>
>> It's not. You're not just trying to find the sixth value that can be
>> bought in exact quantity, but a sequence of six values that can all be
>> bought in exact quantity. The integers [6, 9, 12, 15, 18, 20] are not
>> sequenti
On 6/15/09, Terry Reedy wrote:
> Phil Runciman wrote:
>
> >
> > Gain access to one of the IEEE or ACM web sites and their resources.
> > I used to sneak into my local university library before the 'Net to
> > read this stuff.
> >
> > Beyond that I check up on the reading lists for CS students from
On Mon, Jun 22, 2009 at 3:06 AM, Kless wrote:
> Is there any way to check that it's installed a module without import
> it directly?
>
> I'm using the nex code but it's possible that it not been necessary to
> import a module
>
> -
> try:
> import module
> except ImportError:
>
On Wed, Jul 1, 2009 at 4:18 PM, Alex wrote:
> I am looking for an open source RSS reader (desktop, not online)
> written in Python but in vain. I am not looking for a package but a
> fully functional software.
>
> Google: python "open source" (rss OR feeds) reader
>
> Any clue ?
> --
> http://mail.
On Fri, Jul 10, 2009 at 5:37 AM, Tim Chase wrote:
> m.reddy prasad reddy wrote:
>>
>> can any one tell me how to write assembly language programs in python...if
>> no is there any other way to write the programs in python
>
> Bah, writing assembly language is easy in Python:
>
> print("MOV EAX, [E
On Fri, Aug 7, 2009 at 6:10 PM, Gabriel Genellina wrote:
> En Fri, 07 Aug 2009 16:07:48 -0300, John Nagle
> escribió:
>
>Feedparser requires SGMLlib, which has been removed from Python 3.0.
>> Feedparser hasn't been updated since 2007. Does this mean Feedparser
>> is dead?
>>
>
> Since we hav
On Fri, Aug 28, 2009 at 12:00 PM, Marc wrote:
[...]
> s = smtplib.SMTP('smtp.marcd.org')
>
> AttributeError: 'module' object has no attribute 'SMTP'
>
>
>
> The code I am trying to use is:
>
>
>
> import smtplib
>
[...]
Make sure you do not have a file called "smtplib.py" on the your python p
On Mon, Sep 13, 2010 at 9:20 AM, narke wrote:
>
> Hi,
>
> Can anyone please show me a workable example that can let me use
> google's smtp server to send out a message? Thanks.
>
Go here:
http://code.activestate.com/recipes/langs/python/
and search for this
gmail
--
http://mail.py
36 matches
Mail list logo