| Store | Cart

breaking up is hard to do

From: Bill Mill <bill...@gmail.com>
Fri, 25 Mar 2005 15:53:17 -0500
On 25 Mar 2005 12:37:29 -0800, bbands <bbands at yahoo.com> wrote:
> I've a 2,000 line and growing Python script that I'd like to break up> into a modules--one class alone is currently over 500 lines. There is a> large config.ini file involved (via ConfigParser), a fair number of> passed and global variables as well as interaction with external> programs such as MySQL (via MySQLdb), R (via Rpy) and gnuplot (via> Gnuplot). Every time I have tried to break it up I end up with thorny> name-space problems and have had to stitch it back together gain.

What sort of namespace problems? I think you need to tell us what your
specific problems were, so that we can help you more.

Peace
Bill Mill
bill.mill at gmail.com

Recent Messages in this Thread
bbands Mar 25, 2005 08:37 pm
Bill Mill Mar 25, 2005 08:53 pm
Larry Bates Mar 25, 2005 10:30 pm
bbands Mar 28, 2005 11:37 pm
Cameron Laird Mar 26, 2005 12:08 am
bbands Mar 28, 2005 11:39 pm
bbands Mar 25, 2005 09:53 pm
Kent Johnson Mar 25, 2005 10:36 pm
Kent Johnson Mar 25, 2005 10:37 pm
David M. Cooke Mar 25, 2005 10:39 pm
Messages in this thread