From: David B. <dav...@al...> - 2006-07-25 14:23:17
|
A general question to persons on this list: What is the coolest pythoncard app that you know off. cool = useful, good looking etc.... On 7/25/06, Brad Allen <bra...@ma...> wrote: > > Alex Tweedly wrote: > >import sys > >sys.path > > > >and check that the correct PythonCard folder appears there. > >Also check there is a file called __init__.py in there (I think > >that's needed to make this directory be able to be used as a package > >that can be 'import'ed.) > > The problem turned out to be that I had an older version of > PythonCard that I had checked out via CVS in a different directory in > one of the directories in sys.path. That older version didn't have > helpful.py. > > Thanks for the help. The idea of looking at sys.path was what I > needed...I knew I was missing something obvious. > > ------------------------------------------------------------------------- > 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 > _______________________________________________ > Pythoncard-users mailing list > Pyt...@li... > https://lists.sourceforge.net/lists/listinfo/pythoncard-users > |