Re: wx

2008-09-11 Thread Nikola Stjelja
The module you are talking about is a python GUI toolkit named WxPython, which is a port of the cross platform C++ GUI toolkit wxwidgets. It's an excelent gui toolkit , easy to learn and code on. Well documented and has an excelent community around it. Here are the links for both sites: http://www.

Re: Why not a Python compiler?

2008-02-05 Thread Nikola Stjelja
If you want to create standalone python applications I'd suggest you to use PyInstaller which is an excellent application that boundles everything you need to run your application in a standalone package. It works on windows, linux and I think mac but i'm not sure. On Feb 5, 2008 10:25 AM, James

Re: Python GUI toolkit

2008-02-04 Thread Nikola Stjelja
On Feb 4, 2008 8:18 AM, David Cook <[EMAIL PROTECTED]> wrote: > On 2008-02-03, [EMAIL PROTECTED] <[EMAIL PROTECTED]> > wrote: > > what would be the best python GUI toolkit, it must be cross platform. > > > > i have tried gtk, but it interface are real bad and its coding was > difficult > > so i dr

Re: Pet Store

2008-01-08 Thread Nikola Stjelja
On Jan 8, 2008 7:32 PM, George Maggessy <[EMAIL PROTECTED]> wrote: > Yeap. It is. I'm looking for something like that app. Smth that I > could base my future developments on. > > On Jan 8, 1:47 am, Marc 'BlackJack' Rintsch <[EMAIL PROTECTED]> wrote: > > On Mon, 07 Jan 2008 22:21:53 -0800, George M

Re: module pickle

2008-01-08 Thread Nikola Stjelja
On Jan 9, 2008 5:29 AM, Beema shafreen <[EMAIL PROTECTED]> wrote: > Hi I am beginner in python. and I am not able to understand the Pickle > concept in python can. some body explain me about the use of this module, > few examples. which will help me a lot. > > regards > shafreen > > -- > http://m

Re: Time object?

2007-08-02 Thread Nikola Stjelja
On 8/1/07, Robert Dailey <[EMAIL PROTECTED]> wrote: > > Hi, > > I'm well aware of the datetime module, however it is really inconsistent > and useless to me. In order to do any arithmetic on time objects, I have to > use the 'timedelta' class, which doesn't even allow me to do all the math I > want