Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=5689627 By: fabioz
Actually, in Python there's no explicit compile step... Python will create those on demand when you run a file (and .pyc files are generated as a cache for the bytecode for the next time Python runs it). I think it only does not generate the .pyc file for the main module when you run it (that's probably why you're not finding the .pyc files for the module you're running). Best Regards, Fabio ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Pydev-users mailing list Pydev-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/pydev-users