Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Python > Creating python egg including pre-built libraries

Reply
Thread Tools

Creating python egg including pre-built libraries

 
 
merk
Guest
Posts: n/a
 
      08-31-2011
I have a set of complex libraries that I have wrapped with swig. I
would like to create a python egg of the swig generated python files
and the pre-built libraries. The libraries have a lot of
dependencies and I don't want to force the user to get all the
dependencies to try to build the libraries from source. I just want
to distribute some python files and the libraries for a given
platform.

Does anyone have a recipe for doing something like this?

Thanks,
Karl
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Creating a binary only python distribution of a C extension moduleand including some additional python and c files in it akhilesh singhania Python 0 01-01-2012 12:42 PM
Creating a binary only python distribution of a C extension moduleand including some additional python and c files in it akhilesh singhania Python 0 12-30-2011 05:27 PM
linecache vs egg - reading line of a file in an egg R. Bernstein Python 3 12-21-2008 10:07 AM
round-trip from egg to code and back to egg Catherine Python 2 10-08-2007 10:20 PM
How to modify the source of a python file inside a python egg file? yinglcs@gmail.com Python 2 03-12-2007 12:33 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57