views:

32

answers:

0

This is a follow on from my question here, I think I will have to look at a different method.

I'm wanting to package my python program with some of it's dependencies. I'm aware of tools like cx freeze or bb freeze, but as you can see in the linked question they have issues for my situation.

I don't want my users to have to install my application using the super user.

What I would really like is to package pyqt4 and pyqwt with my application, but use the system python and other system libraries. Is this possible?