Question about compiling.

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Steven W. Orr

    #1

    Question about compiling.

    I *just* read the tutorial so please be gentle. I created a file called
    fib.py which works very nicely thank you. When I run it it does what it's
    supposed to do but I do not get a resulting .pyc file. The tutorial says I
    shouldn't do anything special to create it. I have machines that have both
    2.4.1 and 2.3.5. Does anyone have an idea what to do?

    TIA

    --
    Time flies like the wind. Fruit flies like a banana. Stranger things have .0.
    happened but none stranger than this. Does your driver's license say Organ ..0
    Donor?Black holes are where God divided by zero. Listen to me! We are all- 000
    individuals! What if this weren't a hypothetical question?
    steveo at syslang.net
  • Bjoern Schliessmann

    #2
    Re: Question about compiling.

    Steven W. Orr wrote:
    I *just* read the tutorial so please be gentle. I created a file
    called fib.py which works very nicely thank you. When I run it it
    does what it's supposed to do but I do not get a resulting .pyc
    file.
    ..pyc files are created only if you import a .py file.

    Regards,


    Björn

    --
    BOFH excuse #77:

    Typo in the code

    Comment

    Working...