Re: Book: Cross-Platform GUI Programming with wxWidgets?

2005-11-29 Thread kdahlhaus
Thanks.  Did not know about that book.

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


Book: Cross-Platform GUI Programming with wxWidgets?

2005-11-28 Thread kdahlhaus
I was wondering if people using wxPython found this book useful?  Is it
worth the money? Thanks

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


Re: Yes, this is a python question, and a serious one at that (moving to Win XP)

2005-10-18 Thread kdahlhaus
Hmm.  I'm not sure what bothered you about cygwin, but if it has been
awhile it's worth another look.  For me it makes windows tolerable, and
even productive.

I'm scared more by your thoughts of transitioning from OS-X to windows.
  I've seen a bit of OS-X and am slowly be warmed up to it as an option
for my next machine by some folks here.   What is causing you problems
with it ( enough to swtich to windows-wow.)?

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


Re: Web server platform for beginner

2005-05-16 Thread kdahlhaus
Chris,

CherryPy 2 is very easy to get started with.

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


Re: Py2exe and extension issues

2005-02-18 Thread kdahlhaus
John,

Thanks, for some reason, I just saw your response.  I'll be getting
back to that app in about 2 week and the first item is to look into the
issue.

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


Chart Director?

2005-02-18 Thread kdahlhaus
Does anyone here have experience with Chart Director
(http://www.advsofteng.com/index.html)?   I'm thinking about purchasing
it and looking for any feedback from the Python community.  Thanks

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


Re: pyFMOD writing a callback function in Python

2005-02-17 Thread kdahlhaus
Any opinion on pyFMOD vs. pySonic?

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


Python to be used for Mod Language in Battlefield 1942 Sequel

2005-02-16 Thread kdahlhaus
I love the orignal so much, now to hear that mod's will be created in
Python, well it brings tears of joy.


Python Used as Modding Language for Battlefield 2
Programming
First Person Shooters (Games)
Posted by Zonk on Friday February 11, @11:27AM
from the snakes-and-guns dept.
Dutch Dopey writes In an interview with Lars Gustavsson of DICE, it
was mentioned that Battlefield 2's modding tools are going to be
delivered with the game, and that the tools are the same ones used to
develop the game. The modding language in use is Python, and will
support all aspects of the language

http://developers.slashdot.org/developers/05/02/11/1439230.shtml?tid=156tid=204

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


Py2exe and extension issues

2005-01-03 Thread kdahlhaus
Is anyone aware of issues with Py2exe and extensions compiled with
cygwin/mingw for Python 2.3?   I have an extension that wraps access to
some C DLLs.  The generated executable always segfaults at startup,
although things work fine when running through the normal python
interpreter.  I had a guess that perhaps the issue stems from my
extension being compiled with cygwin and py2exe compiled with  Visual
C++?

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


Re: Best GUI for small-scale accounting app?

2004-12-22 Thread kdahlhaus
 ZOPE could provide the workaround but ZOPE seems really huge to
 me and an overkill for this. Or maybe it would work?

I am intenionally *not* trying to argue web vs traditional gui for your
app, but to tuck away for future apps, CherryPy2 is a lot easier than
Zope to use and programming it does not require much of a learning
curve.

Recently I did a simple app that started as wx Windows, got bogged
down, and switched to CherryPy/Cheetah running locally on the users
station.  I know more about wxWindows now than before, so perhaps
things would be different now, but at the time the gui was really
slowing my down my development.   I had a hard time getting my hands
around the wxWindows sizers.  They are simple in concept, but not easy
to learn at first in practice.

I went w/wxPython for a second app because of its printing capabilities
and the large number of controls that come with it.  Otherwise I would
use pyFltk for small apps.

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


Re: Python mascot proposal

2004-12-16 Thread kdahlhaus
 http://exogen.cwru.edu/python2.png

Wow, that's sharp!

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