Re: [Tutor] Packaging for distribution

2009-08-20 Thread Jan Ulrich Hasecke
Am 20.08.2009 um 18:26 schrieb Wayne: Does anyone know of any guides/resources, or are these my best bet? Have you considered to distribute it as an egg on http://pypi.python.org/pypi I think that the canonical way. juh smime.p7s Description: S/MIME cryptographic signature

Re: [Tutor] Packaging for distribution

2009-08-20 Thread Mac Ryan
On Thu, 2009-08-20 at 11:26 -0500, Wayne wrote: > Hi, > > > I have a program written in python + pygtk and I'm trying to figure > out what would be the best way to distribute my program. I've googled > all over and I find lots of build scripts, the py2exe utility... > > > It just seems that th

Re: [Tutor] Possible bug in django models when assigning model attribute

2009-08-20 Thread Kent Johnson
On Wed, Aug 19, 2009 at 6:13 PM, Glen Zangirolami wrote: > I ran into something weird in Django and i'm completely stumped. I got it to > work but i'm trying to understand the logic behind it. You might have better luck asking this on django-users. Kent ___

Re: [Tutor] help cvs module writerow issue

2009-08-20 Thread Kent Johnson
On Thu, Aug 20, 2009 at 8:30 AM, David Jamieson wrote: > Hi All, > > I am looking to make an append to csv file function more dynamic by > allowing it to receive a variable number of arguments to write out to > a single a csv file row. The funtion is an append to file function > that writes out tes

[Tutor] Packaging for distribution

2009-08-20 Thread Wayne
Hi, I have a program written in python + pygtk and I'm trying to figure out what would be the best way to distribute my program. I've googled all over and I find lots of build scripts, the py2exe utility... It just seems that they're either extremely complicated for what I need (which means I coul

[Tutor] help cvs module writerow issue

2009-08-20 Thread David Jamieson
Hi All, I am looking to make an append to csv file function more dynamic by allowing it to receive a variable number of arguments to write out to a single a csv file row. The funtion is an append to file function that writes out test date to a csv file. Reason for trying to make it dynamic is to a

Re: [Tutor] handling a textfile continued

2009-08-20 Thread Douglas Philips
Hi! Hi! There's three first rows that belong to the same subject. And then next three rows belong to another subject and so on, to the end of the file. Thanks for clarifying, you're input comes in lines, and the lines are grouped in threes. What I need to do, is put the three rows tha

Re: [Tutor] handling a textfile continued

2009-08-20 Thread Luke Paireepinart
What have you tried so far and why hasn't it worked? We prefer not to just give solutions. On Thu, Aug 20, 2009 at 1:06 AM, Olli Virta wrote: > Hi! > > Sorry. OK I admit I might have been confusing. Although I got some good > ideas from the messages. Thanks. > > Let me try again: > > So I got th