Hello

I've got a testapp(ide), to do some test. The tests are written as
simple Pythonscript. I can write, run and debug this python-scripts in
my testapp(ide).

Now, I want to create an Exe from my testapp(ide) to distribut to my
collegues, so they can easily use it.

The second part of the app is a so-called funclib, where I have some
routines for the testscripts.

>From time to time I make some changes to this function lib, or a
collegues make some changes, and I want to import it in my testapp
without re-compiling the whole app, so I'm more flexible. Or probably
I can easy change my funclib to another one.

How can I do this, import a lib in a runtime?? When I use pyinstaller
it ever include my funclib too.

Best regards,

Rolf


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"PyInstaller" 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/PyInstaller?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to