From: Kevin A. <al...@se...> - 2001-08-20 01:47:39
|
> From: pyt...@li... > [mailto:pyt...@li...]On Behalf Of Ronald > D Stephens > OK I am running Pycrust. I type in pom or pom.py and get > > >>> pom > Traceback (most recent call last): > File "<input>", line 1, in ? > NameError: name 'pom' is not defined > > ??? First, why are you trying to run the pom? It is a module, not a standalone application. The only thing you should run directly are in the samples directory. Second, are you running PyCrust standalone (PyCrust\PyCrust.py) or are you running one of the samples with the shell (e.g. minimal -s)? When PyCrust is run standalone it doesn't know anything about PythonCard. > Also, is there a way to view the list messages like on Yahoo, or > only by seeing them as they come to me bu email?? If you visit the home page at http://pythoncard.sourceforge.net/ there are two archive links. ASPN has the best interface and is searchable. http://aspn.activestate.com/ASPN/Mail/Browse/Threaded/PythonCard The searchexplorer sample application has a search topic that will search all the Python-related lists on ASPN, which is called appropriately enough "Python mail lists (ASPN)". ka |