Hi,

In some cases I'd like to release a a package (one_directory) , where the user can easily replace existing python modules code by adding .py or .pyc files into the dist directory.

This should be rather easy I just had to
- setup sys.path
and add the default python importer as first entry into sys.meta_path


I'm working with python 2.7. Contrary to Python 3.3 the default sys,meta_path is empty and I don't know the name of the default importer module (the one searching in sys.path)

Does anyone know the name of the default importer for python2.7 or have another idea of how I could achieve ny above described behaviour.

--
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/d/optout.

Reply via email to