James -

My mistake.  I apologize.

What you are experiencing is my error in not commenting out the
import of the IPython embedded interactive shell.  I use it for
some of my testing.

I've fixed that now and have uploaded the fixed versions to both of
the following locations:

    http://sourceforge.net/projects/generateds/
    http://www.rexx.com/~dkuhlman/generateDS-1.9a.tar.gz

Or, you could also do either of the following:

1. Remove or comment out the following lines near the top of
   generateDS.py:

       ##from IPython.Shell import IPShellEmbed
       ##args = ''
       ##ipshell = IPShellEmbed(args,
       ##    banner = 'Dropping into IPython',
       ##    exit_msg = 'Leaving Interpreter, back to program.')

2. Or, Install IPython.  I recommend IPython, even if you do not
   use the IPython embeded shell.  IPython provides an interactive
   prompt which is superior to that of standard python interactive
   prompt.  You can find IPython here:

       http://ipython.scipy.org/moin/
       http://ipython.scipy.org/moin/Download

   Of course, if you are using Idle or some other interactive
   Python prompt, this may not matter to you.

Thank you for catching this error and letting me know about it.  In
the future, I'll try to remember not do leave the IPython stuff in
there.

Dave


-- 
Dave Kuhlman
http://www.rexx.com/~dkuhlman

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
generateds-users mailing list
generateds-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/generateds-users

Reply via email to