Re: pyc file [Newbie Question]

2007-04-03 Thread Jim Aikin
Thanks, Steven. I'm sure that answers the question. The Tutorial is very good, but there are numerous topics that it slides past (as it would have to do, in order to avoid being ten times as long). I haven't yet gotten deep enough into Python to even know where to look for a full explanation of

pyc file [Newbie Question]

2007-04-02 Thread Jim Aikin
ically compiled while being imported. If this is a bad assumption, then maybe it's the root of my misunderstanding. Maybe I have to _do_ something to fibo.py in order to create a new version of fibo.pyc. Sorry to be so long-winded, but I want to be precise about this. Can anyone clarify for