This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jwpolley
Recipients
Date 2004-06-28.12:15:28
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=391068

>If you move the files to a different machine, you will need to 
delete the .pyc files.

In my case, the files are not moved between machines.  They are 
referenced by both Windows and UNIX systems simultaneously.  
The platform that references the .py file first will generate the 
.pyc, so we have a mixture of UNIX and Windows paths embedded 
in the .pyc files.  In the case when we deliver python scripts, we 
only deliver compiled python files.
History
Date User Action Args
2007-08-23 14:22:48adminlinkissue977934 messages
2007-08-23 14:22:48admincreate