Mailing List
Home
Forum Home
Softimage
Carrara
trueSpace
Dir3d-l
Maya - a powerful 3D animation and visual effects software
Macromedia Flash Development
Subjects
Cameras
scaleDown command
black out solved
Aircraft Tutorial
Mathematical XYZ ?
Its done This vs That
Its done first week
recommendations for screen video captures?
3DExplorer "Oddity "
New Director
ProTeam renewals
Fuel 's new websites (X post)
Blue peter create a make toy
targeting groups question
XPost: Shockwave 3D game ( sort of )
RES: RES: RES: Fish Modeling
Emitting particles from object intersection
Fuel 's new websites (X post)
Texturing
Big Break Contest Videos
New Plugins
Models and Texture on my updated site
Error Installing Patch tS6 6
Plasma?
Looking for Inspiration
Weird EMail Q
It 's done first week ?
Cherry not cranberry
New game
Camera Animation Problem
Particle plugins?
 
Python pyc files

Python pyc files

2005-05-13       - By Erik

 Back
Reply:     1     2     3     4     5     6  

They're usually created the first time you import a .py module in a
script by the Python interpreter, after which the interpreter will
always import the .pyc file instead for speed.

You can use the py_compile and compileall modules to compile certain
Python files or an entire directory of source files to the .pyc bytecode
format, so check the references for those modules.

Cheers,

Erik

On Fri, 2005-05-13 at 13:42 +0100, Alan Jones wrote:
> Hi All,
>
> Sorry for the basic question, but googling was leading me to topics
> way off. I'm just wondering what I could use to generate pyc files
> from py files from the command line in linux?
>
> cheers,
>
> Alan.
>
> ---
> Unsubscribe? Mail Majordomo@(protected) with the following text in body:
> unsubscribe xsi
>
--

---
Unsubscribe? Mail Majordomo@(protected) with the following text in body:
unsubscribe xsi