That works, but I wish I could run use my development code in a plain module, and more importantly, the interactive interpreter. I don't see how I can however if relative imports are not possible outside of packages, and using an absolute import will fall back to using my installed production code.
On Mar 17, 5:00 pm, Jonathan Vanasco <[email protected]> wrote: > don't you just want to do this... > > $cd RandomDirectory > $touch __init__.py > > import it as > > from PylonsProject.RandomDirectory.file8 import * --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
