mkdir

2006-07-18 Thread westymatt
I have been looking around for a while, but I haven't seen many
examples of os.mkdir()
Anybody have any experience with it, is a since deprecated function?

-- 
http://mail.python.org/mailman/listinfo/python-list


Re: mkdir

2006-07-18 Thread westymatt
thanks a ton

-- 
http://mail.python.org/mailman/listinfo/python-list


Defining functions in an implementation file

2006-07-18 Thread westymatt
I am fairly new to python and I want to put alot of my functions in
another python file and import or from it into my script so I can call
the functions.  How is this done?

-- 
http://mail.python.org/mailman/listinfo/python-list


Catching a key press

2007-07-23 Thread westymatt
How would I implement a trap for catching the "up arrow" from the
keyboard?

-- 
http://mail.python.org/mailman/listinfo/python-list


Re: Catching a key press

2007-07-23 Thread westymatt
This is without a gui toolkit.  This is going to be implemented on
console i/o

-- 
http://mail.python.org/mailman/listinfo/python-list


Re: Catching a key press

2007-07-23 Thread westymatt
linux primarily still a little lost in how to implementent this,
however I understand what you are saying.

-- 
http://mail.python.org/mailman/listinfo/python-list


instantiate a 'classobj'

2007-07-26 Thread westymatt
I have a class where a parameter to its constructor is a type(param) =
'classobj'.  How would I go about instantiating that given it has no
constructor.

-- 
http://mail.python.org/mailman/listinfo/python-list