Issue 800718
Created on 2003-09-04 21:38 by calvin, last changed 2003-09-04 21:38 by calvin.
msg2649 |
Author: [hidden] (calvin) |
Date: 2003-09-04 21:38 |
|
if not given an absolute path, the template .pyo files
will end up in the current directory instead of the
modules path.
|
msg2650 |
Author: [hidden] (richard) |
Date: 2003-09-04 23:40 |
|
Logged In: YES
user_id=6405
Changed patch to
module = imp.load_module(name, open(path), os.path.abspath(path),
('.py', 'r', imp.PY_SOURCE))
Thanks for finding the source of those damn pyc files though!
|
|
Date |
User |
Action |
Args |
2003-09-04 21:38:44 | calvin | create | |
|